Any Paging option or any altarnate option for this in WinGrid?
WinGrid does not have any paging functionality. But it can load on demand. See the LoadStyle property.
Hi Mike
i have tried that example which u mentioned in mostly answers. But it works on scrolling. But i want that functionality on button click as i click on the button the grid will send a call to DB and that call will bring the next data for the grid? Is that possible?
Regards
Asad
HI Asad,
No, as I said, there is no paging functioanilty in the grid. Loading on demand is a close substitute, but it's not the same thing.