views:

39

answers:

2

I am looking for people's experience with any of these third party controls
1) Xceed Grid for .NET
2) DevExpress XtraTreeList
3) Infragistics WinGrid
4) Infralution VirtualTree
5) 9Rays.Net Flygrid

I need a very simple Hierarchical representation of my data with the grid format to display additional information about each node. Performance with large data sets (~10,000 rows) is my only criteria. Inbuilt node search would be a bonus but will not be a deal breaker.

A: 

You may also want to look at the Nevron Tree-Grid. I have used it and works good with 10k nodes. The library is also pretty cheap in comparison to Infragistics.

testalino
A: 

I would suggest that you try the DevExpress XtraTreeList. It can work in bound, unbound and virtual modes. If I understand your task properly, you are planning to bind the control to a data source. So, this mode is supported by our control. If the performance won't meet your requirements, please post a sample project to our support center and we will let you know how to fine-tune it.

DevExpress Team