I want to use a combobox and radio buttons to display and select custom attributes in the Scheduler Advanced Edit form. I want to fill the combo box with values depending upong the selection of the radio buttons.
Any ideas / examples on how to go about this?
Thanks
1 Answer, 1 is accepted
0
Peter
Telerik team
answered on 30 Apr 2008, 03:54 PM
Hi Swapnil,
You can use AdvancedInsertTemplate and AdvancedEditTemplate forms as in the Templates online example obviously, but the trick is how to find the combobox in the event handler of the the radio button. Well, it is not that complex actually. Please, consider the following example:
If you want to preserve the functionality of the advanced form related to resources and recurrent appointments, you can use the Customizing the Advanced Template example.