| |
|
|
|
AJAX in Essential Grid 
Essential Grid is flexible to callback which makes all server side refresh operations (grouping, sorting, paging, filtering, editing/adding/deleting records etc.) can be performed through seamless AJAX callbacks without reloading the page. This improves performance and allows web developers to design interactive and rich user interface.
You can either enable or disable the callback using the EnableCallbacks property. By enabling this property to true, all server side events can be triggered on callback.
Paging in Essential Grid 
When a large amount of data is to be displayed, the Grid divides them into different pages depending on the PageSize and displays one page at a time.
This article discusses the Paging Options available in Essential Grid's GridGrouping Control and the various customizations that can be done.
|
|
|
|
|
|
|