Hi,
We use server side paging/sorting for grid and do not use datasource transport methods but make server calls to bind data ourselves. Now when user clicks sort, data source change event is fired, there we check if sort options have changed. If yes, we get the sorted data and when data is returned from server, we bind the data to the grid. This again calls datasource change event.
Can you please tell us if this is expected, or we are missing anything here.
Thanks a lot.
We use server side paging/sorting for grid and do not use datasource transport methods but make server calls to bind data ourselves. Now when user clicks sort, data source change event is fired, there we check if sort options have changed. If yes, we get the sorted data and when data is returned from server, we bind the data to the grid. This again calls datasource change event.
Can you please tell us if this is expected, or we are missing anything here.
Thanks a lot.