The most powerful .Net Grid
Net Grid is the best performing grid on the market adapted for real-time applications and displaying huge data volumes. Thread protection makes it safe to use with MVVM model. Learn more on how to build high-performance applications.
The Highest Performance
Low consumption of CPU and memory. .NetGrid supports > 50 000 updates/sec. Download demo.
Grid and treelist in one component
Easy to build any hierarchy. Single and multiple headers. Data binding at any hierarchical level
Rich editors
Editing data in a drop-down combo box or in a cell with any control. Standard and custom editors.
Diagnostic Tools
Useful and convenient debugging tools, business logic inspection.
Awards
From the Blog
Even the best performing component can be hindered by incorrect use. Below we provide practical recommendations on what should be used or avoided in application programming. Following the tips below you will be able to create applications with the same efficiency as this demo application. We also provide source codes for this example to show [...]
We are happy to announce that a new grid version is out. The version 2.8.0 of .Net Grid has a lot of new performance improvements and new features. Performance improvements Significantly improved BindingList performance, especially with objects implementing INotifyPropertyChanged interface. Here you may learn about causes of poor performance and methods for performance improvement. Significantly [...]
A BindingList<T> is the main tool for binding objects to grids. It is a container that may notify subscribers when data is added or removed. For this purpose it provides public ListChanged event that specifies collection changes with ListChangedType. Besides changing the collection itself (adding, removing, etc) the binding list notifies of data object changes. [...]