
Improves Grid, Calendar and Overlay controls.
Features
IgxGrid, IgxTreeGrid, IgxHierarchicalGrid
- Added a new directive for re-templating the Microsoft Excel style filtering header icon -
IgxExcelStyleHeaderIconDirective
. - Changed how the grid toolbar is instantiated in the grids. The toolbar is now templated rather than being activated through a property on the parent grid. The toolbar features are also exposed as templatable components and the old properties are deprecated.
FilteringStrategy
- Breaking Change -
filter
method exposed by theFilteringStrategy
class now requires 3rdadvancedExpressionsTree
and 4thgrid
parameters. If not needed, just passnull
.
IgxCalendar
- Now fully accessible to screen readers.
IgxOverlay
- Added new functionality to automatically determine the correct animation that is needed when showing an overlay content. This is used with Auto Position strategy, where the
IgxOverlay
content is flipped, depending on the available space.