
Adds new Gantt Chart, File Upload and Color Picker components.
Features
- Gantt Chart Web Component.
- File Upload Web Component.
- DropDownButton Web Component.
- Sortable Web Component.
- Color Panel Web Component.
- Color Picker Web Component.
- Query Builder Web Component.
- Validator Web Component.
- New Button styles.
- New Grid demos.
Fixes
Grid Issues
- Cells Selection when there are frozen rows.
- Cells Selection when there is checkbox selection column.
- Cells Editing when the column's template is 'checkBox' and the editor is 'input'.
- Cells Selection Focus when user clicks outside the Grid, the Focus stays in the Grid.
- Rendering when the columnHeight property is changed dynamically.
- Rendering of Row Headers when Alternation is applied.
- Row/Col resizing and Selection. Selection is not applied when you start resizing a row or column.
- ColumnHeader.visible property when it is changed dynamically.
- Header and footer templates. No effect when set.
- ColumnWidth property when it is changed dynamically.
- showTooltips property when it is changed dynamically.
- showRowNumber and showRowHeader properties when changed dynamically.
- showResizeTooltips property when it is changed dynamically.
- Horizontal scrolling when 'template' is applied to a column.
- showColumnIcon property when the property is changed dynamically.
- showColumnDescriptionButton property when the property is changed dynamically.
- showSortColumnBackground property when the property is changed dynamically.
- showFilterColumnBackground property when the property is changed dynamically.
- Filtering when the Grid has frozen rows, the rows that did not match the filter were not rendered correctly.
- showVerticalScrollBarOnFixedColumns property when it is changed dynamically.
- allowColumnSortButtonAnimation when the property is changed dynamically.
- Sorting of boolean columns when the dataType is set to 'bool', not to 'boolean'.
- ensureVisible method and keyboard navigation when there are frozen rows and columns.
- Alternation of rows. The alternationEnd was not taken into account.