The situation is the wingrid has so many rows, about 1500 rows. I think it's not convinent for users. So I want to make the wingrid display in several pages, but I can't find some properties to do this thing.
Do I need to write code to so or I didn't find the property for paging display ?
Thank you!
WinGrid does not have any paging support.
It does support loading data on-demand using the UltraDataSource component. Check out the sample included with NetAdvantage - there's a sampleof displaying a million rows in a grid using this technique. I beleive the sample exists both in the WinGrid Samples Explorer and also as a separate sample under UltraDataSource.
can you Please send me the link of NetAdvantage from where i can see the samples of wingrid display in several pages.
Thanks & Regards,
Akshay
Hi Akshay,
What do you mean by pages? Are you talking about printing? Or do you mean paging the on-screen data? The WinGrid does not have any paging functionality. But there are plenty of printing samples.
Hello Mike,
Thanks for your quick reply.
Yes, my requirement is paging of the grid data into serveral pages.
Since the WinGrid does not support paging functionality, so I will have to implement
my own paging functionality.
Thanks again.
Akshay.S.Thakkar.
Hi Akshay
have u implemented ur own paging functionality? If yes please help me in this regard.
Thanks in advance
Asad