I have a RadScheduler control with a insert and edit templates.
The templates have a RadioButtonList, with 3 hardcoded ListItems. I am looking to get the value of the selected list item during the AppointmentInsert event handler.
Can this be done?
Thanks, Tim
1 Answer, 1 is accepted
0
Peter
Telerik team
answered on 15 Nov 2007, 10:27 AM
Hello Norris,
You cannot access the nested RadioButtonList in the AppointmentInsert event handler, but you can use the AppointmentCommand event handler instead. Please, refer to the Templates online example and tweak the code as follows: