@syncfusion/ej2-angular-grids
Advanced tools
Comparing version
@@ -9,2 +9,21 @@ # Changelog | ||
- Persisted row selection is not cleared in other pages while calling `clearSelection` method is resolved. | ||
- Grid cells with value '0' are exported as an empty cells in excel exporting is fixed. | ||
- Multiple requests are sent to server for each checkbox selection is fixed. | ||
- Additional parameter is not passed to the server when getting checkbox selection state is resolved. | ||
- Script error thrown while dragging the row to outside of the Grid content issue is fixed. | ||
- Auto generated columns not working when we change the Grid dataSource dynamically and also it throws Script error is fixed. | ||
- Programmatic deletion is not working in batch edit mode is fixed. | ||
- Grid shows invalid result while clearing string column values in Batch mode is fixed. | ||
- Mouse event is passed as a parameter for `rowDrag` event. | ||
- Editing misbehaves with `allowResizing` and `frozenColumns` enabled is fixed. | ||
- Need to maintain edit state when exception thrown with custom binding is fixed. | ||
- Grid `getRowInfo` method throws script Error on Expand and Collapse is fixed. | ||
## 16.4.52 (2019-02-05) | ||
### Grid | ||
#### Bug Fixes | ||
- `selectCell` event throws script error when two grid refresh requests are made simultaneously is fixed. | ||
@@ -34,8 +53,4 @@ - Promise is not resolved while perform CRUD operation with Observables is fixed. | ||
- `Toggle` option for Selected Row is provided. | ||
- Property change handling for `SelectedRowIndex` is provided. | ||
- Support to add `params` for `filtering` is added. | ||
- Support to perform searching only based on the visible columns in Grid is provided. | ||
- `Reorder` position support for target field is provided. | ||
- Send the culture file name as parameter to excel export function is added. | ||
@@ -42,0 +57,0 @@ ## 16.4.48 (2019-01-22) |
/*! | ||
* filename: ej2-angular-grids.umd.min.js | ||
* version : 16.4.52 | ||
* version : 16.4.53 | ||
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"name": "@syncfusion/ej2-angular-grids", | ||
"version": "16.4.52", | ||
"version": "16.4.53", | ||
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular", | ||
@@ -11,3 +11,3 @@ "author": "Syncfusion Inc.", | ||
"@syncfusion/ej2-angular-base": "~16.4.52", | ||
"@syncfusion/ej2-grids": "16.4.52" | ||
"@syncfusion/ej2-grids": "16.4.53" | ||
}, | ||
@@ -14,0 +14,0 @@ "devDependencies": { |
export declare const pkgName = "@syncfusion/ej2-angular-grids"; | ||
export declare const pkgVer = "^16.4.48"; | ||
export declare const pkgVer = "^16.4.52"; | ||
export declare const moduleName = "GridModule, PagerModule"; | ||
export declare const themeVer = "~16.4.48"; | ||
export declare const themeVer = "~16.4.52"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.pkgName = '@syncfusion/ej2-angular-grids'; | ||
exports.pkgVer = '^16.4.48'; | ||
exports.pkgVer = '^16.4.52'; | ||
exports.moduleName = 'GridModule, PagerModule'; | ||
exports.themeVer = '~16.4.48'; | ||
exports.themeVer = '~16.4.52'; |
1586309
0.05%+ Added
- Removed