views:

232

answers:

4

Hi guys

I've got an own control with a calenadar popup and other funcionalities. I've placed that Control into a grin in the content of another Page. My Problem now is, that the Calendar Control is cut. So i only see half of the calendar. How can i bring it to the Front? Like the normal DatePicker Control does??

Thx

Patrick

A: 

First and foremost you should read this: http://www.catb.org/~esr/faqs/smart-questions.html

André
So are you going to go through the rest of this site and enforce the same quality standard?
GalacticCowboy
Calm down, but the question makes absolutely no sense. He gives absolutely no information in which environment this is, how should anyone be able to help him?
André
More people need to read that.
marcumka
Whether that is the case or not, a response like this is simply a "response-in-kind" - it is no more helpful or educational than was the question.
GalacticCowboy
A: 

Patrick, can you provide more details on the environment you're working in, etc? Is this ASP.NET? What grid control? What calendar control? Does the problem occur when the item pops up, or just on the page? Can you resize the grid "cell" (whatever the container is) to fit it better?

GalacticCowboy
A: 

If its a calendar control used in grid of asp.net then specify a fixed size to your calendar control and accordingly set the width of grid column.

IF you can provide the details of which control you are using, we could help more.

Samiksha
A: 

Yea I maybe type too fast, so theres no time to think about that you guys have no idea about my environment. Ok next try. .Net 3.5, Silverlight 2, c#, Windows XP (1 dell and 1 hp monitor) :-) What I'm trying to build is a something like the DatePickerControl but with more funcionality. It doesn't look so bad so far, the control itself works fine, but implemented into a content area it cuts the calendar control. The calendar control should be visible when a textbox has the focus,what I need to find, is a way to put the calendar to the front to create an overlay for the control. If someone has an idea about how to do it I'd appreciate it.

Thx Patrick