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
OK... I saw the sample, it was very impressive.
But, I have not much idea how I can implement it with vb.net.
Where can I find the sample codes of it?
Thank you.