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

RadGrid Template questions

1 Answer 30 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Xm
Top achievements
Rank 1
Xm asked on 24 Apr 2016, 03:36 AM

Dear SIR

I have 2 questions on RadGrid edit template:

1)  When I added a DatetimePicker control, the Time can't be selected from time popup button. it always shows 0:00.  I found it seems not compatible with AjaxToolkit(V15)? is there any solution?

2) I'd like to activate the control change events, e.g. when I change start date time and end date time, I will calculate the time span to display. or I will set control value when an combobox selectedvalue is changed. How do I activate editor's control events?  

 

Thanks very much.

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 28 Apr 2016, 05:46 AM
Hi,

Please note that Telerik controls are currently not compatible with Ajax Control Toolkit:
http://docs.telerik.com/devtools/aspnet-ajax/general-information/troubleshooting/general-troubleshooting#telerik-controls-are-incompatible-with-ajax-control-toolkit

You can use the OnDateSelected event-handler:
http://docs.telerik.com/devtools/aspnet-ajax/controls/datepicker/client-side-programming/events/ondateselected

For accessing controls in edit mode, you can refer to the following section:

http://docs.telerik.com/devtools/aspnet-ajax/controls/grid/rows/accessing-cells-and-rows#accessing-controls-in-editinsert-mode

Hope this helps.

Regards,
Eyup
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Grid
Asked by
Xm
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or