Hello,
I am evaluating existing .Net grids where performance is top priority, and FlyGrid is indeed very fast in most scenarios that I have tried. But there is one very important scenario that FlyGrid is really slow.
The scenario is really simple, I have a FlyGird databound to a IBindingList where the datasource has no knowledge of the grid. The data source is normally connected to an external datafeed server, but in my test scenario it is a simple mock. Initally, this mock has no rows, but when I trigger it, it inserts 10 000 new rows in a tight loop to simulate a burst in the datafeed. This takes about 36 seconds on my very normal workstation, other grids performance much better. Xceed grid does this in 1.5 seconds.
I was really surprise by this results as FlyGrid is much better than xceed in my other tests.
Most FlyGrid samples is unbound, from what I can see.
My question is..., is this expected?
Do you have similar databound sample to follow?
Regards
Lars Krog-Jensen