Fastest DataGrid

  • Thread starter Thread starter Jason
  • Start date Start date
J

Jason

Does anybody have recommendations as to the best performing DataGrid in the
dotNet world. (Very loaded question...)

I work in the financial market where we have a need for a grid to display
price related data for stocks. At any given time the client can be
subscribing to enough securities to cause several hundred (or more) cell
changes per SECOND. We have tried both the frameworks DataGrid and WinGrid
from Infragistics. Neither of them are able to keep up.
 
If you merge the changed information in DataSet and then binding to
DataGrid, may can solve the performing problem

Tony
 
Back
Top