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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top