Scheduler Customization for ASP.NET Web Form

I would like to customize the scheduler with extra controls like buttons, combo-boxes etc. How do I proceed? Are there any client side aspx controls for this?
Any help would be highly appreciated. Thanks in advance!

Hello,
the component API allows customizing most parts of a scheduler, so depending on what exactly you need, you can check these articles:
scheduler-net.com/docs/lightbox.html
scheduler-net.com/docs/edit-sele … vents.html
scheduler-net.com/docs/custom-li … ttons.html

More complex customizations are mainly done with JS api, so you may want to take a look at documentation on client-side api
docs.dhtmlx.com/scheduler/guides.html