Hi,
Is there any built-in way to do column sorting for DayPilot for ASP.NET WebForms? I see references for JavaScript schedulers but haven’t found anything for web forms as of yet.
I have a column that I add to the scheduler via an external function call so I can’t do something like a dynamic “order by “, etc. since the data to be sorted on isn’t part of the main SQL query.
Thanks - Ed