Can a dropdown control be inserted in to the daypilot datagrid, for example, I like to be able to select "Approve" or "not approved" at a row header in a timesheet application. Thanks
It is difficult to insert full-blown ASP.NET controls in the headers.
However, there are two options:
1. Use the custom HTML (using BeforeResHeaderRender event handler) to insert HTML-based dropdown. 2. Use an active area in combination with a context menu to provide the functionality.
http://doc.daypilot.org/scheduler/row-header-active-areas/
Demo: http://www.daypilot.org/demo/Scheduler/ActiveAreas.aspx