|
Refresh via AJAX
The grid has built in support to use Ajax callbacks to refresh itself with new data while the user sorts, groups, pages, etc. Enable this feature by simply turning
on the EnableCallback property.
The grid even renders a professionally designed "loading indicator" when the callback is being processed.
Clicking the column header to sort the grid - Before callback
Reloading the grid with sorted data - During the callback
Grid records sorted by the column 'ContactTitle' - After callback
|
|
|
|