Hello,
I need to edit (and to view) some custom fields - for example: "location" or Priority. Priority should be a dropdown (the datasource should be an enum ( enum priority = {low, middle, hight}) location should be a string.
I've experimented with RadSchedulerWebForm.aspx and RadSchedulerWebFormAdcancedForm.ascx. I was'nt very successful
What is the right way to get the data from aspx to my database - and back.
greetings,
otto
update, I've found http://www.telerik.com/help/aspnet-ajax/schedule_designcustomresourcesandattributes.html
does not explain how to use with AdvancedEditTemplate
And I would like to use the AdvanvedEditTemplate
Update: works fine.