-
Treegrid Sorting:
We have some formatted columns to show link, underlined, etc. so the client side sorting is not working as expected for number and date values.
In this case we wanted to implement connector based (Server side) sorting in child items of Treegrid. -
Treegrid Dynamic Loading at client side:
In Treegrid, all the records are loaded at a time of loading grid. We want to make it with smart rendering (Client side – Request should be sent when user scroll down grid).
Could you help us with this?