I would like attach a event to the textbox of the RadDateTimePricker in a EditItemTemplate by using jQuery.
There are two DateTimePicker, when I double click the textbox of the first picker, the value from the other picker should be copied..
Using the document ready event isn't possible, because the edit elements aren't available yet.
So my questions:
- Possible to use jQuery for that, or better from the server side?
- How to attach an event when the grid shows the elements later in the edit mode?
- How to find the elements?
Thanks
Eric
There are two DateTimePicker, when I double click the textbox of the first picker, the value from the other picker should be copied..
Using the document ready event isn't possible, because the edit elements aren't available yet.
So my questions:
- Possible to use jQuery for that, or better from the server side?
- How to attach an event when the grid shows the elements later in the edit mode?
- How to find the elements?
Thanks
Eric