Question

Does anyone know if the Infragistics UltraGrid for Windows Forms support lazy loading? If so, how to do that?

Was it helpful?

Solution

Yes it can be done with the Infragistics WinForm.

OTHER TIPS

This is what I used to lazy-load the data in my grids.

  1. Create a UltraGrid.
  2. Bind it to a UltraDataSource control.
  3. Handle the CellDataRequested of the UltraDataSource. Here you can put in your own code to lazy load the data from your external data source, a web service, database, etc.
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top