Hi,
I am currently using the GridDataControl to list data from the database, but the data is presented via a WCF mechanism that returns a given number of records each time.
With this in mind, having looked at the samples for DataPagerExt, none of them seems to match my requirement, as they appear to read all the data into memory, then page through this on request.
In the interests of using this myself, is there some way in which I can get hold of events issued when the page buttons are changed and control the paging in this way?
I've looked at PageIndexChanged and PageIndexChanging, but these seem to fire when changing the page of buttons, not when the actual buttons are clicked to trigger a grid page change.
I've also looked at using SfDataPager, but this seems to function in a very similar way to DataPagerExt.
Thanks.