This is a migrated thread and some comments may be shown as answers.

[Solved] DateTimePicker in user control bound to grid

2 Answers 108 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 24 Jan 2008, 08:07 AM

Hi,

I would like to know if I can use a datetimepicker in a web user control bound to a grid.

I have tried the implementation myself by setting the datetimepicker's selected date as   SelectedDate='<%# Bind ("DateTime") %>'

to the bound datetime value in the grid however I get a number of javascript errors when the user control is displayed.

Thanks in advance, Michael.

2 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 24 Jan 2008, 09:36 AM
Hello Michael,

Can you share what are the javascript errors that you've encountered? Any code along with steps to reproduce will be highly appreciated. Also please take a look at this online example and the following KB article that should get you started.

Sincerely yours,
Steve
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Michael
Top achievements
Rank 1
answered on 25 Jan 2008, 03:09 AM

Hi Steve,

Thanks for the quick response. The problem seemed to be around the <TimeView> tag and one of its attributes - UseAccessibleHeader which when deleted fixed the problem. 

Thanks Again.  

Tags
Grid
Asked by
Michael
Top achievements
Rank 1
Answers by
Steve
Telerik team
Michael
Top achievements
Rank 1
Share this question
or