.NetGrid v2.9.3 has been released.

A new grid version containing mostly error fixes and performance improvements has been released. The following improvements have been made: [NEW] Significantly improved cell painting performance. Fixed an error with the grid re-painting the entire row on a notification from a field for which the column is hidden or non-existent. [NEW] Improved the Grid’s disposal [...]

.NetGrid v2.9.1 has been released.

Fixed an error where the grid does not correctly deserialize columns without filters from xml file.

.Net performance. Practical recommendations

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 [...]

.NetGrid v2.8.0 has been released. RTL support, performance improvements

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 [...]