Using RadControls_for_ASP.NET_AJAX_2008_1_515_dev.exe
I have a RADGrid with several columns. The final column is a GridDateTimeColumn. I have filtering turned on and the column auto generates a DatePicker control to select the date to filter on.
When I click the calendar icon to choose a date, the calendar is displayed off the edge of the screen. There doesn't seem to be a setting to move the calendar to the visible area of the screen.
How can I get the calendar to display properly?
<telerik:GridDateTimeColumn HeaderText="Due Date" UniqueName="DueDate" DataField="DueDate" DataFormatString="{0:d}" DataType="System.DateTime"></telerik:GridDateTimeColumn>