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

DatePicker Problem in RAD Grid

3 Answers 56 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Manikandan
Top achievements
Rank 1
Manikandan asked on 01 Nov 2008, 10:05 AM
Hello,

I have used datepicker inside the RAD Grid control,In Localhost its working fine,i moved to production machine its not working, please advise.what is the possible causes of the problem.


Thank & Regards
Mani

3 Answers, 1 is accepted

Sort by
0
Bruno
Top achievements
Rank 2
answered on 01 Nov 2008, 06:55 PM
0
Manikandan
Top achievements
Rank 1
answered on 03 Nov 2008, 09:56 AM
Hello Bruno,

This is the in desing

 

<telerik:GridDateTimeColumn HeaderText="Birth Date" DataField="birthdate" DataFormatString="{0:d}" UniqueName="date" SortExpression="birthdate" EmptyDataText="&amp;nbsp;" > </telerik:GridDateTimeColumn>

 

the following code in codebehind to get the value

 

RadDatePicker

rdtpckr = (RadDatePicker)editedItem["date"].Controls[0];


But the real problem is  i am able to get the popup in local host but i am not getting the popup in production.

please advise

Thanks
Mani

 

0
Daniel
Telerik team
answered on 04 Nov 2008, 11:06 AM
Hello Manikandan,

Could you please attach a simple project illustrating the mentioned behavior to a formal support ticket? This will help us to examine the problem locally and thus provide you straight-to-the-point answer.

Thank you for your cooperation.

Regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Manikandan
Top achievements
Rank 1
Answers by
Bruno
Top achievements
Rank 2
Manikandan
Top achievements
Rank 1
Daniel
Telerik team
Share this question
or