How do I change the order in which the owners are displayed in UltraDayView control? Currently it defaults to order key.
My Owners table has a column called Sequence (integer) and I would like the owners displayed according to that column instead of the default order.
Thank you in advance.
John
Hi John,
Thank you for posting in our forums!
There is not a way to change UltraDayView default sorting by its key column, but there is a workaround via sorting owner’s data table by specific column before it is bound to the schedule component, in your case UltraDayView.
For further reference please see the attached sample.
From your reply I was able to resolve the problem.
Thanks,