Best DataGrid

  • Thread starter Thread starter Patrick imbault
  • Start date Start date
P

Patrick imbault

Please I'm looking for the best Datagrid for an ASP.NET application in terms
of functionnalities and speed.

Thanks

Patrick Imbault
 
Honestly, we are implementing Infragistics component into our application.
It sucks in term of speed, especially when you go into the "advanced"
features they offer.

I do not deny that it is a good component. It is if you see its
functionality and appearance. However, in term of speed, I think the pure
ASP.NET datagrid is the fastest.

I have several pages run on Infragistics webgrid with about 500 records, on
the grid, the navigation become very slow and unacceptable.

weichung
 
Yes I found it slow to at begining.
But if you limit each grid page to 200-250 records then speed is quite
acceptable.

It never will be as fast as the grid that comes with IDE as that has not as
many nice features as this grid.

We use it a lot, once you get over the initial properties by the zillions. :)
Try it out.
 
Back
Top