Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
55
On load sorting in UltrawebGrid
posted

In ASPX page I have an UltraWebGrid.

I don't use paging for this case, so all records (around 10) are gonna be displayed inside the Grid.

I am supposed to set initial sorting to a particular column (called "Config Date") in descending order. To be clear, the grid should be sorted when the page is loaded without any user interaction.

How and where can I set this?

Cheers,

Alex