Smart HTML Elements v4.0.0 Release
Smart HTML Elements v4.0.0 Release, Aug-01-2019
What's New:
- 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
What's Fixed:
- Fixed an issue in the Grid about Cells Selection when there are frozen rows.
- Fixed an issue in the Grid about Cells Selection when there is checkbox selection column.
- Fixed an issue in the Grid about Cells Editing when the column's template is 'checkBox' and the editor is 'input'.
- Fixed an issue in the Grid about Cells Selection Focus when user clicks outside the Grid, the Focus stays in the Grid.
- Fixed an issue in the Grid about the rendering, when the columnHeight property is changed dynamically.
- Fixed an issue in the Grid about the rendering of Row Headers when Alternation is applied.
- Fixed an issue in the Grid about Row/Col resizing and Selection. Selection is not applied when you start resizing a row or column.
- Fixed an issue in the Grid about the columnHeader.visible property when it is changed dynamically.
- Fixed an issue in the Grid about header and footer templates. No effect when set.
- Fixed an issue in the Grid about the columnWidth property when it is changed dynamically.
- Fixed an issue in the Grid about the showTooltips property when it is changed dynamically.
- Fixed an issue in the Grid about the showRowNumber and showRowHeader properties when changed dynamically.
- Fixed an issue in the Grid about the showResizeTooltips property when it is changed dynamically.
- Fixed an issue in the Grid about the horizontal scrolling when 'template' is applied to a column.
- Fixed an issue in the Grid about the showColumnIcon property when the property is changed dynamically.
- Fixed an issue in the Grid about the showColumnDescriptionButton property when the property is changed dynamically.
- Fixed an issue in the Grid about the showSortColumnBackground property when the property is changed dynamically.
- Fixed an issue in the Grid about the showFilterColumnBackground property when the property is changed dynamically.
- Fixed an issue in the Grid about the Filtering when the Grid has frozen rows, the rows that did not match the filter were not rendered correctly.
- Fixed an issue in the Grid about the showVerticalScrollBarOnFixedColumns property when it is changed dynamically.
- Fixed an issue in the Grid about the allowColumnSortButtonAnimation when the property is changed dynamically.
- Fixed an issue in the Grid about the sorting of boolean columns when the dataType is set to 'bool', not to 'boolean'.
- Fixed an issue in the Grid about the ensureVisible method and keyboard navigation when there are frozen rows and columns.
- Fixed an issue in the Grid about the alternation of rows. The alternationEnd was not taken into account.