Calendar management

I have my own control with calendar popup and other functionality.

I have placed this control in a grid in the content of another page.

Now my problem is that the calendar management is downsized. So I only see half of the calendar. How can I bring him to the front? How does a regular DatePicker control do ??

Update:

What I am trying to build is something similar DatePickerControl

, but with more functionality. While this is not too bad, the control itself works fine, but is embedded in the content area that cuts the calendar control. The calendar control needs to be visible when the textbox has focus, what I need to find is a way to bring the calendar to the front in order to create an overlay for the control. If anyone has any idea on how to do this I would appreciate it.

+1


source to share


1 answer


If its a calendar control used in asp.net grid, then give a fixed size for your calendar control and set the grid column width accordingly.



0


source







All Articles