Click to See Complete Forum and Search --> : UltrawebGrid control


nagarajug
November 10th, 2005, 12:10 AM
i have a problem with the infragistic control, ultrawebgrid. when i bind 10000 records to the control it will take 5 minutes to display the records. is there any work around for that problem.

Thanks in advance

with regards

Nagaraju.

madugulad
April 19th, 2006, 02:26 AM
Ultrawebgrid supports only a small amount of records.
For large amounts of data increases you have to implement paging.

To implement paging you have to set the property allowpaging to true in the Pager.
Or you can write the code.