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.
Tony - 31 Jan 2005 17:56 GMT
If you merge the changed information in DataSet and then binding to
DataGrid, may can solve the performing problem
Tony
> Does anybody have recommendations as to the best performing DataGrid in the
> dotNet world. (Very loaded question...)
[quoted text clipped - 4 lines]
> changes per SECOND. We have tried both the frameworks DataGrid and WinGrid
> from Infragistics. Neither of them are able to keep up.