
Improves the WebDataGrid, WebDataTree and WebHTMLEditor controls.
Fixes
WebDataGrid
- When WebDataGrid behaviors are declared statically, disabling them dynamically will cause an IndexOutOfRangeException exception to be thrown.
WebDataTree
- When WebDataTree receives focus through Tab keyboard, then unhandled exception is thrown.
WebDatePicker
- When the date picker is placed near the bottom of a container in Chrome, the calendar is displayed away from the input.
WebDateTimeEditor
- When using down arrow from the keyboard to decrease value in the WebDateTimeEditor, then value becomes incorrect and can get negative values.
WebDropDown
- When WebDropDown has enabled multiple selection and several items are selected using the keyboard, then after closing and opening the list again will, the selected items' checkboxes will be deselected.
WebHTMLEditor
- The logic for opening a file in WebHTMLEditor can allow browsing and saving a file to the server file system.
WebImageViewer
- In Chrome, IE and Edge, when the height of the WebImageViewer is set to 100%, it does not equal the height of the parent element.
WebWordExporter
- When WebDataGrid has enabled row numbering and is exported to word, using the WebWordExporter, then row numbers are not exported.