.NetGrid v2.8.1 has been released. Hierarchical data relation

The main new feature in the version 2.8.1 is support for building a hierarchy of tables linked with DataRelation.   New .Net Grid features: [NEW] Building hierarchy in a grid consisting of multiple tables using datarelation. The following bugs have been fixed: When a new theme was created basing on an existing theme, appearance data [...]

Declarative data binding

Component model has two basic interfaces that are broadly used in data binding: INotifyPropertyChanged and IBindingList. The first interface notifies subscribers of bound object modifications while the second one notifies of object collection modifications. Object collections usually don’t contain hierarchy information and they are not intended for this purpose. Different grid developers use different ways [...]