Essential Studio for Vue Release Notes
v16.3.22
September 25, 2018
Chart
Bug Fixes
- PDF export is now working properly in high resolution.
DataManager
Bug Fixes
-
ODataV4
- Added get distinct data support usinggroupby
option.
FormValidator
Bug Fixes
- Form validator for number contain email domain name issue has been fixed.
Grid
Bug Fixes
- Provided
batchsave
as request type foractionComplete
event of bulk save. - Provided optional parameter support for
autoFitColumns
API. - Cancel icon is not clearing the searched text when externally opening column chooser fixed.
- Now row height is set in batch edit mode to avoid shrinking when not data is added.
- Foreign key column checkbox filter shows blank values resolved.
- Date value is sent to server side as empty sting instead of null value while adding the record fixed.
- Script error thrown when perform editing with command column and detail template.
- Need to retrieve the batch changes from the grid when the column is edited with spaces.
- Changing page size dropdown value destroys another grid page size dropdown resolved.
- Deleted record row objects maintains resolved.
- Resolved issue with dynamic data source change when foreign key is used.
- Added cancel event argument for search
actionBegin
event. -
ODataV4
- Excel filter now usesgroupby
to get distinct data. - Autofit columns for empty detail Grid issue is fixed.
ListView
Bug Fixes
- Fixed
getSelectedItems
method returnsundefined
values for remote data.
Maps
Bug Fixes
- Now the data labels are rendering properly with numeric values.
NumericTextBox
Bug Fixes
- Validation is not working properly for “NumericTextBox” in focus out, issue has been fixed
ProgressButton
Bug Fixes
- Content update while progress issue resolved.