
Improves Data Tree, Schedule and Data Grid controls.
Fixes
WebDataGrid
- When WebDataGrid has a DropDownProvider and is inside a custom control, loading the grid dynamically will cause the drop down items to disappear.
- When WebDataGrid has decimal column that can accept null values and its value is changed from null to 0, the UpdateMethod is not triggered.
- When WebDataGrid has several fixed columns and is opened in Internet Explorer 11, in a browser window that is not maximized, then maximizing the window will cause the browser to stop responding.
- When WebDataGrid has a TemplateDataField column that has a styled TextBox control, then the style of the TextBox control is not preserved after a postback to the server.
- When WebDataGrid is bound to data with a large number of records and VirtualScrolling behavior is enabled, then some of the grid rows cannot be viewed, even using the grid's vertical scroll.
WebDataMenu
- WebDataMenu top level's menu options are not displayed correctly.
WebDataTree
- When WebDataTree control receives focus, then an exception is thrown.
- When WebExplorerBar has template, containing a WebDataTree control, an exception is thrown.
WebUpload
- WebUpload control returns a successful upload message, even if the uploading file isn't written to the server, because the session was lost due to application pool recycle.
WebSchedule
- WebSchedule control doesn’t work when opened in Chrome with zoom level of 110% or more.
- When WebSchedule recurrence meeting is configured, using the Recurrence Dialog window, with options different from the default, then opening this window again will not show the new recurrence configurations.
- WebSchedule Recurrence Dialog window is not opened under an Edge browser.