@syncfusion/ej2-angular-grids 26.1.39 → 26.1.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +6 -6
  3. package/schematics/utils/lib-details.ts +2 -2
  4. package/styles/bootstrap-dark.css +4 -2
  5. package/styles/bootstrap.css +4 -2
  6. package/styles/bootstrap4.css +4 -2
  7. package/styles/bootstrap5-dark.css +4 -2
  8. package/styles/bootstrap5.css +4 -2
  9. package/styles/fabric-dark.css +4 -2
  10. package/styles/fabric.css +4 -2
  11. package/styles/fluent-dark.css +4 -2
  12. package/styles/fluent.css +4 -2
  13. package/styles/fluent2.css +4 -2
  14. package/styles/grid/bootstrap-dark.css +4 -2
  15. package/styles/grid/bootstrap.css +4 -2
  16. package/styles/grid/bootstrap4.css +4 -2
  17. package/styles/grid/bootstrap5-dark.css +4 -2
  18. package/styles/grid/bootstrap5.css +4 -2
  19. package/styles/grid/fabric-dark.css +4 -2
  20. package/styles/grid/fabric.css +4 -2
  21. package/styles/grid/fluent-dark.css +4 -2
  22. package/styles/grid/fluent.css +4 -2
  23. package/styles/grid/fluent2.css +4 -2
  24. package/styles/grid/highcontrast-light.css +4 -2
  25. package/styles/grid/highcontrast.css +4 -2
  26. package/styles/grid/material-dark.css +4 -2
  27. package/styles/grid/material.css +4 -2
  28. package/styles/grid/material3-dark.css +5 -3
  29. package/styles/grid/material3.css +5 -3
  30. package/styles/grid/tailwind-dark.css +4 -2
  31. package/styles/grid/tailwind.css +4 -2
  32. package/styles/highcontrast-light.css +4 -2
  33. package/styles/highcontrast.css +4 -2
  34. package/styles/material-dark.css +4 -2
  35. package/styles/material.css +4 -2
  36. package/styles/material3-dark.css +5 -3
  37. package/styles/material3.css +5 -3
  38. package/styles/tailwind-dark.css +4 -2
  39. package/styles/tailwind.css +4 -2
package/CHANGELOG.md CHANGED
@@ -6,6 +6,17 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - `#FB58829` - Resolved the `ColumnChooser` position misalignment issue.
10
+ - `#FB58782` - Resolved the problem that arises when using the format option `N2` and setting the type as number.
11
+ - `#I598304` - Resolved the issue where the date column Excel filter not includes previous selected value with `EnableInfiniteScrolling` in `filterSettings`.
12
+ - `#I600803` - The issue of the `FilterBar` cell being misaligned in the checkbox column has been resolved.
13
+
14
+ ## 26.1.39 (2024-06-25)
15
+
16
+ ### Grid
17
+
18
+ #### Bug fixes
19
+
9
20
  - `#I584245` - Programmatic `rowDeselect` with toggle as true not working properly when initially selected the toggle row index then select another row checkbox has been resolved.
10
21
  - `#FB58586` - Resolved the issue where the `SelectRow` method with toggle set to true does not selects the rows properly.
11
22
  - `#FB58744` - The issue where selecting multiple rows in a grid with multiple selection enabled and then clicking on the last selected row does not retain the selection has been resolved.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-grids@*",
3
- "_id": "@syncfusion/ej2-angular-grids@26.1.38",
3
+ "_id": "@syncfusion/ej2-angular-grids@26.1.39",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-d8XyijkM35wb5zG9I8Wd5F2eMd5jjkxcq0TIXYZdINdct88U/ersZiU9Espbkw0Aa5EZhMRGpFsAaY9rsJTgVA==",
5
+ "_integrity": "sha512-uUcoEZGJaLVCPesDgu6PYQ4cLhibCcpPh+TRFLN/6cRG+MQamhwXohY3eoO1pyZ8hDWz0qKrI1oGXOERVIVsCQ==",
6
6
  "_location": "/@syncfusion/ej2-angular-grids",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-26.1.38.tgz",
23
- "_shasum": "421c2fde85b84ec888dfdd080e32c0115441fcf1",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-26.1.39.tgz",
23
+ "_shasum": "bf13b90b9de4d5e9b85c9f137a7a14b73ac55a95",
24
24
  "_spec": "@syncfusion/ej2-angular-grids@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~26.1.39",
35
35
  "@syncfusion/ej2-base": "~26.1.37",
36
- "@syncfusion/ej2-grids": "26.1.39",
36
+ "@syncfusion/ej2-grids": "26.1.40",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -72,5 +72,5 @@
72
72
  "schematics": "./schematics/collection.json",
73
73
  "sideEffects": false,
74
74
  "typings": "syncfusion-ej2-angular-grids.d.ts",
75
- "version": "26.1.39"
75
+ "version": "26.1.40"
76
76
  }
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-grids';
2
- export const pkgVer = '^26.1.38';
2
+ export const pkgVer = '^26.1.39';
3
3
  export const moduleName = 'GridModule, PagerModule';
4
- export const themeVer = '~26.1.38';
4
+ export const themeVer = '~26.1.39';
@@ -2170,7 +2170,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2170
2170
  line-height: 19px;
2171
2171
  padding: 8px 8px;
2172
2172
  white-space: normal;
2173
- word-wrap: break-word;
2173
+ text-wrap: nowrap;
2174
+ text-overflow: ellipsis;
2175
+ overflow: hidden;
2174
2176
  }
2175
2177
  .e-grid .e-summarycell.e-lastrowcell {
2176
2178
  border-bottom-width: 1px;
@@ -3485,7 +3487,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3485
3487
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3486
3488
  border-left-width: 0;
3487
3489
  }
3488
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3490
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3489
3491
  border-left: 0;
3490
3492
  }
3491
3493
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -2170,7 +2170,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2170
2170
  line-height: 19px;
2171
2171
  padding: 8px 8px;
2172
2172
  white-space: normal;
2173
- word-wrap: break-word;
2173
+ text-wrap: nowrap;
2174
+ text-overflow: ellipsis;
2175
+ overflow: hidden;
2174
2176
  }
2175
2177
  .e-grid .e-summarycell.e-lastrowcell {
2176
2178
  border-bottom-width: 1px;
@@ -3485,7 +3487,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3485
3487
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3486
3488
  border-left-width: 0;
3487
3489
  }
3488
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3490
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3489
3491
  border-left: 0;
3490
3492
  }
3491
3493
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -2224,7 +2224,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2224
2224
  line-height: 21px;
2225
2225
  padding: 7px 12px;
2226
2226
  white-space: normal;
2227
- word-wrap: break-word;
2227
+ text-wrap: nowrap;
2228
+ text-overflow: ellipsis;
2229
+ overflow: hidden;
2228
2230
  }
2229
2231
  .e-grid .e-summarycell.e-lastrowcell {
2230
2232
  border-bottom-width: 1px;
@@ -3542,7 +3544,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3542
3544
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3543
3545
  border-left-width: 0;
3544
3546
  }
3545
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3547
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3546
3548
  border-left: 0;
3547
3549
  }
3548
3550
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -2215,7 +2215,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2215
2215
  line-height: 14px;
2216
2216
  padding: 6px 8px;
2217
2217
  white-space: normal;
2218
- word-wrap: break-word;
2218
+ text-wrap: nowrap;
2219
+ text-overflow: ellipsis;
2220
+ overflow: hidden;
2219
2221
  }
2220
2222
  .e-grid .e-summarycell.e-lastrowcell {
2221
2223
  border-bottom-width: 1px;
@@ -3530,7 +3532,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3530
3532
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3531
3533
  border-left-width: 0;
3532
3534
  }
3533
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3535
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3534
3536
  border-left: 0;
3535
3537
  }
3536
3538
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -2215,7 +2215,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2215
2215
  line-height: 14px;
2216
2216
  padding: 6px 8px;
2217
2217
  white-space: normal;
2218
- word-wrap: break-word;
2218
+ text-wrap: nowrap;
2219
+ text-overflow: ellipsis;
2220
+ overflow: hidden;
2219
2221
  }
2220
2222
  .e-grid .e-summarycell.e-lastrowcell {
2221
2223
  border-bottom-width: 1px;
@@ -3530,7 +3532,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3530
3532
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3531
3533
  border-left-width: 0;
3532
3534
  }
3533
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3535
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3534
3536
  border-left: 0;
3535
3537
  }
3536
3538
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -2141,7 +2141,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2141
2141
  line-height: 21px;
2142
2142
  padding: 7px 8px;
2143
2143
  white-space: normal;
2144
- word-wrap: break-word;
2144
+ text-wrap: nowrap;
2145
+ text-overflow: ellipsis;
2146
+ overflow: hidden;
2145
2147
  }
2146
2148
  .e-grid .e-summarycell.e-lastrowcell {
2147
2149
  border-bottom-width: 1px;
@@ -3456,7 +3458,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3456
3458
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3457
3459
  border-left-width: 0;
3458
3460
  }
3459
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3461
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3460
3462
  border-left: 0;
3461
3463
  }
3462
3464
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
package/styles/fabric.css CHANGED
@@ -2140,7 +2140,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2140
2140
  line-height: 21px;
2141
2141
  padding: 7px 8px;
2142
2142
  white-space: normal;
2143
- word-wrap: break-word;
2143
+ text-wrap: nowrap;
2144
+ text-overflow: ellipsis;
2145
+ overflow: hidden;
2144
2146
  }
2145
2147
  .e-grid .e-summarycell.e-lastrowcell {
2146
2148
  border-bottom-width: 1px;
@@ -3455,7 +3457,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3455
3457
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3456
3458
  border-left-width: 0;
3457
3459
  }
3458
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3460
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3459
3461
  border-left: 0;
3460
3462
  }
3461
3463
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -2220,7 +2220,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2220
2220
  line-height: 14px;
2221
2221
  padding: 7px 7px;
2222
2222
  white-space: normal;
2223
- word-wrap: break-word;
2223
+ text-wrap: nowrap;
2224
+ text-overflow: ellipsis;
2225
+ overflow: hidden;
2224
2226
  }
2225
2227
  .e-grid .e-summarycell.e-lastrowcell {
2226
2228
  border-bottom-width: 1px;
@@ -3544,7 +3546,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3544
3546
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3545
3547
  border-left-width: 0;
3546
3548
  }
3547
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3549
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3548
3550
  border-left: 0;
3549
3551
  }
3550
3552
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
package/styles/fluent.css CHANGED
@@ -2220,7 +2220,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2220
2220
  line-height: 14px;
2221
2221
  padding: 7px 7px;
2222
2222
  white-space: normal;
2223
- word-wrap: break-word;
2223
+ text-wrap: nowrap;
2224
+ text-overflow: ellipsis;
2225
+ overflow: hidden;
2224
2226
  }
2225
2227
  .e-grid .e-summarycell.e-lastrowcell {
2226
2228
  border-bottom-width: 1px;
@@ -3544,7 +3546,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3544
3546
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3545
3547
  border-left-width: 0;
3546
3548
  }
3547
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3549
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3548
3550
  border-left: 0;
3549
3551
  }
3550
3552
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -4687,7 +4687,9 @@ li.e-separator.e-menu-item.e-excel-separator {
4687
4687
  line-height: 20px;
4688
4688
  padding: 12px 8px;
4689
4689
  white-space: normal;
4690
- word-wrap: break-word;
4690
+ text-wrap: nowrap;
4691
+ text-overflow: ellipsis;
4692
+ overflow: hidden;
4691
4693
  }
4692
4694
  .e-grid .e-summarycell.e-lastrowcell {
4693
4695
  border-bottom-width: 1px;
@@ -6022,7 +6024,7 @@ li.e-separator.e-menu-item.e-excel-separator {
6022
6024
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
6023
6025
  border-left-width: 0;
6024
6026
  }
6025
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
6027
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
6026
6028
  border-left: 0;
6027
6029
  }
6028
6030
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -1745,7 +1745,9 @@
1745
1745
  line-height: 19px;
1746
1746
  padding: 8px 8px;
1747
1747
  white-space: normal;
1748
- word-wrap: break-word;
1748
+ text-wrap: nowrap;
1749
+ text-overflow: ellipsis;
1750
+ overflow: hidden;
1749
1751
  }
1750
1752
  .e-grid .e-summarycell.e-lastrowcell {
1751
1753
  border-bottom-width: 1px;
@@ -3060,7 +3062,7 @@
3060
3062
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3061
3063
  border-left-width: 0;
3062
3064
  }
3063
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3065
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3064
3066
  border-left: 0;
3065
3067
  }
3066
3068
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -1745,7 +1745,9 @@
1745
1745
  line-height: 19px;
1746
1746
  padding: 8px 8px;
1747
1747
  white-space: normal;
1748
- word-wrap: break-word;
1748
+ text-wrap: nowrap;
1749
+ text-overflow: ellipsis;
1750
+ overflow: hidden;
1749
1751
  }
1750
1752
  .e-grid .e-summarycell.e-lastrowcell {
1751
1753
  border-bottom-width: 1px;
@@ -3060,7 +3062,7 @@
3060
3062
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3061
3063
  border-left-width: 0;
3062
3064
  }
3063
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3065
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3064
3066
  border-left: 0;
3065
3067
  }
3066
3068
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -1792,7 +1792,9 @@
1792
1792
  line-height: 21px;
1793
1793
  padding: 7px 12px;
1794
1794
  white-space: normal;
1795
- word-wrap: break-word;
1795
+ text-wrap: nowrap;
1796
+ text-overflow: ellipsis;
1797
+ overflow: hidden;
1796
1798
  }
1797
1799
  .e-grid .e-summarycell.e-lastrowcell {
1798
1800
  border-bottom-width: 1px;
@@ -3110,7 +3112,7 @@
3110
3112
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3111
3113
  border-left-width: 0;
3112
3114
  }
3113
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3115
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3114
3116
  border-left: 0;
3115
3117
  }
3116
3118
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -1791,7 +1791,9 @@
1791
1791
  line-height: 14px;
1792
1792
  padding: 6px 8px;
1793
1793
  white-space: normal;
1794
- word-wrap: break-word;
1794
+ text-wrap: nowrap;
1795
+ text-overflow: ellipsis;
1796
+ overflow: hidden;
1795
1797
  }
1796
1798
  .e-grid .e-summarycell.e-lastrowcell {
1797
1799
  border-bottom-width: 1px;
@@ -3106,7 +3108,7 @@
3106
3108
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3107
3109
  border-left-width: 0;
3108
3110
  }
3109
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3111
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3110
3112
  border-left: 0;
3111
3113
  }
3112
3114
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -1791,7 +1791,9 @@
1791
1791
  line-height: 14px;
1792
1792
  padding: 6px 8px;
1793
1793
  white-space: normal;
1794
- word-wrap: break-word;
1794
+ text-wrap: nowrap;
1795
+ text-overflow: ellipsis;
1796
+ overflow: hidden;
1795
1797
  }
1796
1798
  .e-grid .e-summarycell.e-lastrowcell {
1797
1799
  border-bottom-width: 1px;
@@ -3106,7 +3108,7 @@
3106
3108
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3107
3109
  border-left-width: 0;
3108
3110
  }
3109
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3111
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3110
3112
  border-left: 0;
3111
3113
  }
3112
3114
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -1716,7 +1716,9 @@
1716
1716
  line-height: 21px;
1717
1717
  padding: 7px 8px;
1718
1718
  white-space: normal;
1719
- word-wrap: break-word;
1719
+ text-wrap: nowrap;
1720
+ text-overflow: ellipsis;
1721
+ overflow: hidden;
1720
1722
  }
1721
1723
  .e-grid .e-summarycell.e-lastrowcell {
1722
1724
  border-bottom-width: 1px;
@@ -3031,7 +3033,7 @@
3031
3033
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3032
3034
  border-left-width: 0;
3033
3035
  }
3034
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3036
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3035
3037
  border-left: 0;
3036
3038
  }
3037
3039
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -1715,7 +1715,9 @@
1715
1715
  line-height: 21px;
1716
1716
  padding: 7px 8px;
1717
1717
  white-space: normal;
1718
- word-wrap: break-word;
1718
+ text-wrap: nowrap;
1719
+ text-overflow: ellipsis;
1720
+ overflow: hidden;
1719
1721
  }
1720
1722
  .e-grid .e-summarycell.e-lastrowcell {
1721
1723
  border-bottom-width: 1px;
@@ -3030,7 +3032,7 @@
3030
3032
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3031
3033
  border-left-width: 0;
3032
3034
  }
3033
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3035
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3034
3036
  border-left: 0;
3035
3037
  }
3036
3038
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -1796,7 +1796,9 @@
1796
1796
  line-height: 14px;
1797
1797
  padding: 7px 7px;
1798
1798
  white-space: normal;
1799
- word-wrap: break-word;
1799
+ text-wrap: nowrap;
1800
+ text-overflow: ellipsis;
1801
+ overflow: hidden;
1800
1802
  }
1801
1803
  .e-grid .e-summarycell.e-lastrowcell {
1802
1804
  border-bottom-width: 1px;
@@ -3120,7 +3122,7 @@
3120
3122
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3121
3123
  border-left-width: 0;
3122
3124
  }
3123
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3125
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3124
3126
  border-left: 0;
3125
3127
  }
3126
3128
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -1796,7 +1796,9 @@
1796
1796
  line-height: 14px;
1797
1797
  padding: 7px 7px;
1798
1798
  white-space: normal;
1799
- word-wrap: break-word;
1799
+ text-wrap: nowrap;
1800
+ text-overflow: ellipsis;
1801
+ overflow: hidden;
1800
1802
  }
1801
1803
  .e-grid .e-summarycell.e-lastrowcell {
1802
1804
  border-bottom-width: 1px;
@@ -3120,7 +3122,7 @@
3120
3122
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3121
3123
  border-left-width: 0;
3122
3124
  }
3123
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3125
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3124
3126
  border-left: 0;
3125
3127
  }
3126
3128
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -3025,7 +3025,9 @@
3025
3025
  line-height: 20px;
3026
3026
  padding: 12px 8px;
3027
3027
  white-space: normal;
3028
- word-wrap: break-word;
3028
+ text-wrap: nowrap;
3029
+ text-overflow: ellipsis;
3030
+ overflow: hidden;
3029
3031
  }
3030
3032
  .e-grid .e-summarycell.e-lastrowcell {
3031
3033
  border-bottom-width: 1px;
@@ -4360,7 +4362,7 @@
4360
4362
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
4361
4363
  border-left-width: 0;
4362
4364
  }
4363
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
4365
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
4364
4366
  border-left: 0;
4365
4367
  }
4366
4368
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -1713,7 +1713,9 @@
1713
1713
  line-height: 21px;
1714
1714
  padding: 7px 8px;
1715
1715
  white-space: normal;
1716
- word-wrap: break-word;
1716
+ text-wrap: nowrap;
1717
+ text-overflow: ellipsis;
1718
+ overflow: hidden;
1717
1719
  }
1718
1720
  .e-grid .e-summarycell.e-lastrowcell {
1719
1721
  border-bottom-width: 1px;
@@ -3028,7 +3030,7 @@
3028
3030
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3029
3031
  border-left-width: 0;
3030
3032
  }
3031
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3033
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3032
3034
  border-left: 0;
3033
3035
  }
3034
3036
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -1713,7 +1713,9 @@
1713
1713
  line-height: 21px;
1714
1714
  padding: 7px 8px;
1715
1715
  white-space: normal;
1716
- word-wrap: break-word;
1716
+ text-wrap: nowrap;
1717
+ text-overflow: ellipsis;
1718
+ overflow: hidden;
1717
1719
  }
1718
1720
  .e-grid .e-summarycell.e-lastrowcell {
1719
1721
  border-bottom-width: 1px;
@@ -3028,7 +3030,7 @@
3028
3030
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3029
3031
  border-left-width: 0;
3030
3032
  }
3031
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3033
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3032
3034
  border-left: 0;
3033
3035
  }
3034
3036
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -1791,7 +1791,9 @@
1791
1791
  line-height: 18px;
1792
1792
  padding: 8px 21px;
1793
1793
  white-space: normal;
1794
- word-wrap: break-word;
1794
+ text-wrap: nowrap;
1795
+ text-overflow: ellipsis;
1796
+ overflow: hidden;
1795
1797
  }
1796
1798
  .e-grid .e-summarycell.e-lastrowcell {
1797
1799
  border-bottom-width: 1px;
@@ -3106,7 +3108,7 @@
3106
3108
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3107
3109
  border-left-width: 0;
3108
3110
  }
3109
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3111
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3110
3112
  border-left: 0;
3111
3113
  }
3112
3114
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -1836,7 +1836,9 @@
1836
1836
  line-height: 18px;
1837
1837
  padding: 8px 21px;
1838
1838
  white-space: normal;
1839
- word-wrap: break-word;
1839
+ text-wrap: nowrap;
1840
+ text-overflow: ellipsis;
1841
+ overflow: hidden;
1840
1842
  }
1841
1843
  .e-grid .e-summarycell.e-lastrowcell {
1842
1844
  border-bottom-width: 1px;
@@ -3151,7 +3153,7 @@
3151
3153
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3152
3154
  border-left-width: 0;
3153
3155
  }
3154
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3156
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3155
3157
  border-left: 0;
3156
3158
  }
3157
3159
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -2039,7 +2039,9 @@
2039
2039
  line-height: 20px;
2040
2040
  padding: 8px 8px;
2041
2041
  white-space: normal;
2042
- word-wrap: break-word;
2042
+ text-wrap: nowrap;
2043
+ text-overflow: ellipsis;
2044
+ overflow: hidden;
2043
2045
  }
2044
2046
  .e-grid .e-summarycell.e-lastrowcell {
2045
2047
  border-bottom-width: 1px;
@@ -2915,7 +2917,7 @@
2915
2917
  }
2916
2918
  .e-grid .e-toolbar-item.e-cc.e-ccdiv.e-cc-toolbar {
2917
2919
  margin-top: 0;
2918
- padding: 3px;
2920
+ padding: 8px;
2919
2921
  }
2920
2922
  .e-grid .e-edit-dialog {
2921
2923
  min-height: 350px;
@@ -3400,7 +3402,7 @@
3400
3402
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3401
3403
  border-left-width: 0;
3402
3404
  }
3403
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3405
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3404
3406
  border-left: 0;
3405
3407
  }
3406
3408
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -2151,7 +2151,9 @@
2151
2151
  line-height: 20px;
2152
2152
  padding: 8px 8px;
2153
2153
  white-space: normal;
2154
- word-wrap: break-word;
2154
+ text-wrap: nowrap;
2155
+ text-overflow: ellipsis;
2156
+ overflow: hidden;
2155
2157
  }
2156
2158
  .e-grid .e-summarycell.e-lastrowcell {
2157
2159
  border-bottom-width: 1px;
@@ -3027,7 +3029,7 @@
3027
3029
  }
3028
3030
  .e-grid .e-toolbar-item.e-cc.e-ccdiv.e-cc-toolbar {
3029
3031
  margin-top: 0;
3030
- padding: 3px;
3032
+ padding: 8px;
3031
3033
  }
3032
3034
  .e-grid .e-edit-dialog {
3033
3035
  min-height: 350px;
@@ -3512,7 +3514,7 @@
3512
3514
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3513
3515
  border-left-width: 0;
3514
3516
  }
3515
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3517
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3516
3518
  border-left: 0;
3517
3519
  }
3518
3520
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -1792,7 +1792,9 @@
1792
1792
  padding: 6px 8px;
1793
1793
  padding: 0.7em 8px;
1794
1794
  white-space: normal;
1795
- word-wrap: break-word;
1795
+ text-wrap: nowrap;
1796
+ text-overflow: ellipsis;
1797
+ overflow: hidden;
1796
1798
  }
1797
1799
  .e-grid .e-summarycell.e-lastrowcell {
1798
1800
  border-bottom-width: 1px;
@@ -3135,7 +3137,7 @@
3135
3137
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3136
3138
  border-left-width: 0;
3137
3139
  }
3138
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3140
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3139
3141
  border-left: 0;
3140
3142
  }
3141
3143
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -1792,7 +1792,9 @@
1792
1792
  padding: 6px 8px;
1793
1793
  padding: 0.7em 8px;
1794
1794
  white-space: normal;
1795
- word-wrap: break-word;
1795
+ text-wrap: nowrap;
1796
+ text-overflow: ellipsis;
1797
+ overflow: hidden;
1796
1798
  }
1797
1799
  .e-grid .e-summarycell.e-lastrowcell {
1798
1800
  border-bottom-width: 1px;
@@ -3135,7 +3137,7 @@
3135
3137
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3136
3138
  border-left-width: 0;
3137
3139
  }
3138
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3140
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3139
3141
  border-left: 0;
3140
3142
  }
3141
3143
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -2138,7 +2138,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2138
2138
  line-height: 21px;
2139
2139
  padding: 7px 8px;
2140
2140
  white-space: normal;
2141
- word-wrap: break-word;
2141
+ text-wrap: nowrap;
2142
+ text-overflow: ellipsis;
2143
+ overflow: hidden;
2142
2144
  }
2143
2145
  .e-grid .e-summarycell.e-lastrowcell {
2144
2146
  border-bottom-width: 1px;
@@ -3453,7 +3455,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3453
3455
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3454
3456
  border-left-width: 0;
3455
3457
  }
3456
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3458
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3457
3459
  border-left: 0;
3458
3460
  }
3459
3461
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -2138,7 +2138,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2138
2138
  line-height: 21px;
2139
2139
  padding: 7px 8px;
2140
2140
  white-space: normal;
2141
- word-wrap: break-word;
2141
+ text-wrap: nowrap;
2142
+ text-overflow: ellipsis;
2143
+ overflow: hidden;
2142
2144
  }
2143
2145
  .e-grid .e-summarycell.e-lastrowcell {
2144
2146
  border-bottom-width: 1px;
@@ -3453,7 +3455,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3453
3455
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3454
3456
  border-left-width: 0;
3455
3457
  }
3456
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3458
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3457
3459
  border-left: 0;
3458
3460
  }
3459
3461
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -2223,7 +2223,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2223
2223
  line-height: 18px;
2224
2224
  padding: 8px 21px;
2225
2225
  white-space: normal;
2226
- word-wrap: break-word;
2226
+ text-wrap: nowrap;
2227
+ text-overflow: ellipsis;
2228
+ overflow: hidden;
2227
2229
  }
2228
2230
  .e-grid .e-summarycell.e-lastrowcell {
2229
2231
  border-bottom-width: 1px;
@@ -3538,7 +3540,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3538
3540
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3539
3541
  border-left-width: 0;
3540
3542
  }
3541
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3543
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3542
3544
  border-left: 0;
3543
3545
  }
3544
3546
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -2278,7 +2278,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2278
2278
  line-height: 18px;
2279
2279
  padding: 8px 21px;
2280
2280
  white-space: normal;
2281
- word-wrap: break-word;
2281
+ text-wrap: nowrap;
2282
+ text-overflow: ellipsis;
2283
+ overflow: hidden;
2282
2284
  }
2283
2285
  .e-grid .e-summarycell.e-lastrowcell {
2284
2286
  border-bottom-width: 1px;
@@ -3593,7 +3595,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3593
3595
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3594
3596
  border-left-width: 0;
3595
3597
  }
3596
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3598
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3597
3599
  border-left: 0;
3598
3600
  }
3599
3601
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -2623,7 +2623,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2623
2623
  line-height: 20px;
2624
2624
  padding: 8px 8px;
2625
2625
  white-space: normal;
2626
- word-wrap: break-word;
2626
+ text-wrap: nowrap;
2627
+ text-overflow: ellipsis;
2628
+ overflow: hidden;
2627
2629
  }
2628
2630
  .e-grid .e-summarycell.e-lastrowcell {
2629
2631
  border-bottom-width: 1px;
@@ -3499,7 +3501,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3499
3501
  }
3500
3502
  .e-grid .e-toolbar-item.e-cc.e-ccdiv.e-cc-toolbar {
3501
3503
  margin-top: 0;
3502
- padding: 3px;
3504
+ padding: 8px;
3503
3505
  }
3504
3506
  .e-grid .e-edit-dialog {
3505
3507
  min-height: 350px;
@@ -3984,7 +3986,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3984
3986
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3985
3987
  border-left-width: 0;
3986
3988
  }
3987
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3989
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3988
3990
  border-left: 0;
3989
3991
  }
3990
3992
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -2847,7 +2847,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2847
2847
  line-height: 20px;
2848
2848
  padding: 8px 8px;
2849
2849
  white-space: normal;
2850
- word-wrap: break-word;
2850
+ text-wrap: nowrap;
2851
+ text-overflow: ellipsis;
2852
+ overflow: hidden;
2851
2853
  }
2852
2854
  .e-grid .e-summarycell.e-lastrowcell {
2853
2855
  border-bottom-width: 1px;
@@ -3723,7 +3725,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3723
3725
  }
3724
3726
  .e-grid .e-toolbar-item.e-cc.e-ccdiv.e-cc-toolbar {
3725
3727
  margin-top: 0;
3726
- padding: 3px;
3728
+ padding: 8px;
3727
3729
  }
3728
3730
  .e-grid .e-edit-dialog {
3729
3731
  min-height: 350px;
@@ -4208,7 +4210,7 @@ li.e-separator.e-menu-item.e-excel-separator {
4208
4210
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
4209
4211
  border-left-width: 0;
4210
4212
  }
4211
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
4213
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
4212
4214
  border-left: 0;
4213
4215
  }
4214
4216
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -2216,7 +2216,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2216
2216
  padding: 6px 8px;
2217
2217
  padding: 0.7em 8px;
2218
2218
  white-space: normal;
2219
- word-wrap: break-word;
2219
+ text-wrap: nowrap;
2220
+ text-overflow: ellipsis;
2221
+ overflow: hidden;
2220
2222
  }
2221
2223
  .e-grid .e-summarycell.e-lastrowcell {
2222
2224
  border-bottom-width: 1px;
@@ -3559,7 +3561,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3559
3561
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3560
3562
  border-left-width: 0;
3561
3563
  }
3562
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3564
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3563
3565
  border-left: 0;
3564
3566
  }
3565
3567
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
@@ -2216,7 +2216,9 @@ li.e-separator.e-menu-item.e-excel-separator {
2216
2216
  padding: 6px 8px;
2217
2217
  padding: 0.7em 8px;
2218
2218
  white-space: normal;
2219
- word-wrap: break-word;
2219
+ text-wrap: nowrap;
2220
+ text-overflow: ellipsis;
2221
+ overflow: hidden;
2220
2222
  }
2221
2223
  .e-grid .e-summarycell.e-lastrowcell {
2222
2224
  border-bottom-width: 1px;
@@ -3559,7 +3561,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3559
3561
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
3560
3562
  border-left-width: 0;
3561
3563
  }
3562
- .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child {
3564
+ .e-grid.e-rtl.e-default tr td:last-child:not(.e-xlsel-left-border, .e-addfreezefirstchildborder), .e-grid.e-rtl.e-default .e-gridheader table tr th:last-child:not(.e-firstcell) {
3563
3565
  border-left: 0;
3564
3566
  }
3565
3567
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {