.NetGrid v2.8.5 has been released. New features and bug fixes

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

.NetGrid v2.8.4 has been released. Improvements when CPU is heavily loaded.

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

.NetGrid v2.8.3 has been released. Column filters

This version contains minor bug fixes and some improvements. [BUG] Under certain conditions, the .Net Grid can draw artifacts in editable cells. [BUG] Fixed a bug where column filters do not work correctly on the second level of the hierarchy. [BUG] Fixed a bug where column filters are able to filter only string values. Minor [...]

« go back