
Add sparkline charts to Data Grids, Tree Data Grids and Hierarchical Data Grids.
Features
- Advanced Filtering - In the advanced filtering dialog, you can create groups of conditions across all grid columns.
- New Theme - This release includes a new theme that mimics the Microsoft "Fluent" design system.
- igxDrag and igxDrop enhancements
- It is now possible to drag a base element by setting the new input ghost to false.
- Drag animation improvements.
- Three new drop strategies have been added: Append, Prepend and Insert.
- Multi-view Calendar - You can now manage months in a calendar. Features include support for three types of selection, keyboard navigation and the ability to hide days which are not part of the month.
- Sparkline in all Primary Grids - Add sparkline charts to Business Propeller Grids, Data Grids, Tree Data Grids and Hierarchical Data Grids.
- Enhanced Selection functionality for Grids
- Added new properties which accept GridSelection mode enumeration.
- Grid selection mode can be none, single or multiple.
- hideRowSelectors property added, which allows you to show and hide row selectors when row selection is enabled.
- Custom template for row selectors - Introduced functionality for templating row and header selectors.
- igxCombo - Combo selection is now consistent when valueKey is defined.
- igxExcelStyleLoading - Directive added which can be used to provide a custom loading template for Microsoft Excel style filtering.
- FilterStrategy - Added input that allows you to override default filtering strategy
- uniqueColumnValuesStrategy - This new property provides a callback for loading unique column values on demand.
- igxHierarchicalGrid Row Islands - You can now emit child grid events with an additional argument - owner, which holds reference to the related child grid component instance.
- igxCheckbox - Introduced a new read only property that prevents user interaction from changing the state, but keeps the default active style.
- igxOverlay - Introduced new ContainerPositionStrategy. The new strategy positions the element inside the containing outlet based on the direction passed in through PositionSettings.