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
The new version includes several bug fixes and new features added to Dapfor’s framework. The following features have been added: [NEW] added new DecimalFormat and a corresponding DecimalFormatAttribute for declarative formatting. public class Product { private decimal price; [DecimalFormat(Precision = 3, ShortForm = true, ShowZero = false)] public decimal Price { get { return price; [...]
It has been numerously written that Application.DoEvents() method is not desirable, especially for high-performance applications. There are many reasons for this starting from message processing procedure and ending with non-evident problems with application response  to user activity and code execution. In most cases programmers use this method without thinking of consequences or its working principle. [...]
This version contains bug fixes and performance improvements. The following features have been added: [NEW] Greatly improved the reliability and responsiveness of the grid when the CPU is heavily loaded. The following bugs have been fixed: [BUG] Fixed a bug in the column configurator which in some cases does not allow reordering of visible columns. [...]