Dear all,
I have made the ultragrid and two buttons for browsing previous page and next page of ultragrid.
Actually how to implement this if the row in the ultragrid may extend more than one row if one of the column field such as description may span to more than one row? It means I cannot count the number of records for page browsing. What should I do?
Please provide any sample code.
Hello ,
Instead to add those buttons in UltraGridRow, you could create your Composite control which will contains your UltraGrid and those two buttons for Next and Previous page.
Please let me know if you have any further questions.
How to do with Next and Previous Page? Do you have any sample code??
Currently UltraGrid doesn’t support paging. What you could do is to create a class wrapper of your data source, which will manage your data source and will make paging, retrieves a object with rows collection for specific page, which will be bound to UltraGrid. I have implemented my idea in a small sample in order to demonstrate you how your goal could be achieved. Sample uses single DataTable for data source for UltraGrid.
I hope that this will helps you.
This is great and give me great hints.
But if the ultragrid row autosize is autofree and enable multiple line per row.
Could this be achieved?
Hello,
I am just checking about the progress of this issue. Let me know If you need any further assistance on this issue?
Thank you for using Infragistics Components.
Hristo,
This is absolutely perfect and exactly what I have been looking for. I have a DB that is now up to about 400k+ rows and the time it takes to load the data is getting ridiculous. Once it loads, the grid handles it well, but I would like to implement paging. Is there any way I could get the source code to the UltraGridPaging.dll? I have a slightly different version of 12.1 and unable to use this one, plus I would like to ensure I can upgrade it for later releases of the Telerik tools.
Thanks you sooooooo much! You rock!
~Joe