Hi
Hi apologies if this is a silly question but i have searched the forums and help and can’t find an example
I’m using a radgrid with a EditFormType="Template" in the template i have a date picker and 2 timepickers. I would like when i change the datepicker on the postback this updates the selected date of the time pickers. I’ve found lots of examples of how to access the controls when ItemDataBound is called but how can i reference other editform controls programmatically once the editform is showing?
The grid is bound to a sql datasource and the updates and inserts are working perfectly bar the time picker bringing in todays date rather than the date set by the separate date picker.
Many thanks in advance
Ross