
Adds inline filter to Grid and TreeGrid for Date, Numeric and String values.
Features
- Added inline filter in Grid and TreeGrid for Date, Numeric and String values.
- Added inline editor for Grid and TreeGrid components.
- Breadcrumb now updates its content automatically when size changes.
- Added the ability to change component CSS styles on demand from code.
- Added a loading icon for all data components.
- Added the option to prevent update of component layout.
- Added custom item templates for TreeList.
- Added the option to add items as separators to TreeList component.
- Added the option to customize drag and drop functionality with wait and resolve methods in data components.
- Added the option to select a date using keyboard in DatePicker.
- Added the option to change item or row visibility on demand in data components.
- AutoComplete header now contains a clear selection button.
- Export to JSON now supports exporting specific objects from data components.
- Changes to check value of parent and child items in TreeView is now updated automatically whenever tree layout updates.
- Click on Breadcrumb item (not the arrow), now sets that item as selected.
- Context Menu style is now applied to submenus as well.