@syncfusion/ej2-react-grids 20.2.36 → 20.2.38

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 (48) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/ej2-react-grids.umd.min.js +1 -1
  3. package/package.json +8 -8
  4. package/styles/bootstrap-dark.css +10 -3
  5. package/styles/bootstrap.css +9 -2
  6. package/styles/bootstrap4.css +31 -15
  7. package/styles/bootstrap5-dark.css +11 -4
  8. package/styles/bootstrap5.css +11 -4
  9. package/styles/excel-filter/bootstrap-dark.css +4 -0
  10. package/styles/excel-filter/bootstrap.css +4 -0
  11. package/styles/excel-filter/bootstrap4.css +4 -0
  12. package/styles/excel-filter/bootstrap5-dark.css +4 -0
  13. package/styles/excel-filter/bootstrap5.css +4 -0
  14. package/styles/excel-filter/fabric-dark.css +4 -0
  15. package/styles/excel-filter/fabric.css +4 -0
  16. package/styles/excel-filter/fluent-dark.css +4 -0
  17. package/styles/excel-filter/fluent.css +4 -0
  18. package/styles/excel-filter/highcontrast-light.css +4 -0
  19. package/styles/excel-filter/highcontrast.css +4 -0
  20. package/styles/excel-filter/material-dark.css +4 -0
  21. package/styles/excel-filter/material.css +4 -0
  22. package/styles/excel-filter/tailwind-dark.css +4 -0
  23. package/styles/excel-filter/tailwind.css +4 -0
  24. package/styles/fabric-dark.css +9 -2
  25. package/styles/fabric.css +11 -4
  26. package/styles/fluent-dark.css +9 -2
  27. package/styles/fluent.css +9 -2
  28. package/styles/grid/bootstrap-dark.css +6 -3
  29. package/styles/grid/bootstrap.css +5 -2
  30. package/styles/grid/bootstrap4.css +27 -15
  31. package/styles/grid/bootstrap5-dark.css +7 -4
  32. package/styles/grid/bootstrap5.css +7 -4
  33. package/styles/grid/fabric-dark.css +5 -2
  34. package/styles/grid/fabric.css +7 -4
  35. package/styles/grid/fluent-dark.css +5 -2
  36. package/styles/grid/fluent.css +5 -2
  37. package/styles/grid/highcontrast-light.css +5 -2
  38. package/styles/grid/highcontrast.css +5 -2
  39. package/styles/grid/material-dark.css +6 -3
  40. package/styles/grid/material.css +5 -2
  41. package/styles/grid/tailwind-dark.css +9 -5
  42. package/styles/grid/tailwind.css +9 -5
  43. package/styles/highcontrast-light.css +9 -2
  44. package/styles/highcontrast.css +9 -2
  45. package/styles/material-dark.css +10 -3
  46. package/styles/material.css +9 -2
  47. package/styles/tailwind-dark.css +13 -5
  48. package/styles/tailwind.css +13 -5
package/CHANGELOG.md CHANGED
@@ -4,6 +4,18 @@
4
4
 
5
5
  ### Grid
6
6
 
7
+ #### Bug Fixes
8
+
9
+ - `#I376131` - when cell containing the checkbox is double clicked the next cell content gets highlighted issue has been fixed.
10
+ - `#I385933` - Custom format on number column is not working properly in Grid pdf export issue has been fixed.
11
+ - `#FB35672` - Empty grid in batch edit mode throws script error has been fixed.
12
+ - `#I382789` - Tab key Navigation not working When `allowEditing` set to false with `RowDragandDrop` is fixed.
13
+ - `#FB34522` - Column reorder not working properly in column freeze enabled is fixed.
14
+
15
+ ## 20.2.36 (2022-06-30)
16
+
17
+ ### Grid
18
+
7
19
  #### New Features
8
20
 
9
21
  - `#I359178` - Provided support to show clear icon in the Grid search text box. It helps to clear the text in search text box and also clear the searching in Grid control too. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/searching)
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-grids.umd.min.js
3
- * version : 20.2.36
3
+ * version : 20.2.38
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-grids@*",
3
- "_id": "@syncfusion/ej2-react-grids@1.120.6",
3
+ "_id": "@syncfusion/ej2-react-grids@20.2.36",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-QRDbYQzDjtOQIADcXDle91rLZ2H0SNESKpQ5gzKFJEohl0E9eeOKj2MYHxZAqlLa70xIvzA4VWY1da/oYOfH5w==",
5
+ "_integrity": "sha512-muXjMooRctSbl8i7CE6frrXJg27HXuPRvJfWcnxqBlUx7CTZcG7RZQz8gMyj+a9cME+HeAtu6+Z73nFpsh9Qdw==",
6
6
  "_location": "/@syncfusion/ej2-react-grids",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-grids/-/ej2-react-grids-1.120.6.tgz",
23
- "_shasum": "c29f819a715ceb4e3379bd434dc8c7b3bec790c0",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-grids/-/ej2-react-grids-20.2.36.tgz",
23
+ "_shasum": "9983951cfb2dad67eda1e3381bfb955777f9ffc0",
24
24
  "_spec": "@syncfusion/ej2-react-grids@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.2.36",
35
- "@syncfusion/ej2-grids": "20.2.36",
36
- "@syncfusion/ej2-react-base": "~20.2.36"
34
+ "@syncfusion/ej2-base": "~20.2.38",
35
+ "@syncfusion/ej2-grids": "20.2.38",
36
+ "@syncfusion/ej2-react-base": "~20.2.38"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React",
@@ -65,6 +65,6 @@
65
65
  "type": "git",
66
66
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
67
67
  },
68
- "version": "20.2.36",
68
+ "version": "20.2.38",
69
69
  "sideEffects": false
70
70
  }
@@ -155,6 +155,10 @@
155
155
  padding: 15px;
156
156
  padding-top: 4px;
157
157
  }
158
+ .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
159
+ height: 26px;
160
+ line-height: 26px;
161
+ }
158
162
  .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
159
163
  height: 26px;
160
164
  line-height: 26px;
@@ -1439,7 +1443,7 @@ li.e-separator.e-menu-item.e-excel-separator {
1439
1443
  .e-grid .e-gridheader .e-firstrow-dragborder, .e-grid.e-rtl .e-gridheader .e-firstrow-dragborder,
1440
1444
  .e-grid .e-gridcontent .e-lastrow-dragborder, .e-grid.e-rtl .e-gridcontent .e-lastrow-dragborder {
1441
1445
  bottom: 0;
1442
- background-color: #e3165b;
1446
+ background-color: #0070f0;
1443
1447
  height: 2px;
1444
1448
  position: absolute;
1445
1449
  }
@@ -2336,10 +2340,13 @@ li.e-separator.e-menu-item.e-excel-separator {
2336
2340
  }
2337
2341
  .e-grid .e-rowcell .e-checkbox-wrapper,
2338
2342
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
2343
+ -webkit-user-select: auto;
2339
2344
  height: 20px;
2340
2345
  line-height: 20px;
2341
2346
  position: relative;
2342
2347
  top: 0;
2348
+ -ms-user-select: auto;
2349
+ user-select: auto;
2343
2350
  }
2344
2351
  .e-grid .e-dialog.e-checkboxfilter,
2345
2352
  .e-grid .e-dialog.e-flmenu {
@@ -3096,7 +3103,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3096
3103
  .e-grid.e-rtl .e-grouptopleftcell {
3097
3104
  border-top: 2px solid;
3098
3105
  }
3099
- .e-grid.e-rtl .e-grouptext {
3106
+ .e-grid.e-rtl .e-groupheadercell span.e-grouptext {
3100
3107
  margin-left: 0;
3101
3108
  margin-right: 0;
3102
3109
  }
@@ -3339,7 +3346,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3339
3346
  .e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
3340
3347
  display: inline-block;
3341
3348
  }
3342
- .e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
3349
+ .e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
3343
3350
  text-overflow: clip;
3344
3351
  }
3345
3352
  .e-grid .e-clipboard {
@@ -155,6 +155,10 @@
155
155
  padding: 15px;
156
156
  padding-top: 4px;
157
157
  }
158
+ .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
159
+ height: 26px;
160
+ line-height: 26px;
161
+ }
158
162
  .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
159
163
  height: 26px;
160
164
  line-height: 26px;
@@ -2337,10 +2341,13 @@ li.e-separator.e-menu-item.e-excel-separator {
2337
2341
  }
2338
2342
  .e-grid .e-rowcell .e-checkbox-wrapper,
2339
2343
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
2344
+ -webkit-user-select: auto;
2340
2345
  height: 20px;
2341
2346
  line-height: 20px;
2342
2347
  position: relative;
2343
2348
  top: 0;
2349
+ -ms-user-select: auto;
2350
+ user-select: auto;
2344
2351
  }
2345
2352
  .e-grid .e-dialog.e-checkboxfilter,
2346
2353
  .e-grid .e-dialog.e-flmenu {
@@ -3097,7 +3104,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3097
3104
  .e-grid.e-rtl .e-grouptopleftcell {
3098
3105
  border-top: 2px solid;
3099
3106
  }
3100
- .e-grid.e-rtl .e-grouptext {
3107
+ .e-grid.e-rtl .e-groupheadercell span.e-grouptext {
3101
3108
  margin-left: 0;
3102
3109
  margin-right: 0;
3103
3110
  }
@@ -3340,7 +3347,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3340
3347
  .e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
3341
3348
  display: inline-block;
3342
3349
  }
3343
- .e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
3350
+ .e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
3344
3351
  text-overflow: clip;
3345
3352
  }
3346
3353
  .e-grid .e-clipboard {
@@ -197,6 +197,10 @@
197
197
  padding: 14px;
198
198
  padding-top: 4px;
199
199
  }
200
+ .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
201
+ height: 26px;
202
+ line-height: 26px;
203
+ }
200
204
  .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
201
205
  height: 26px;
202
206
  line-height: 26px;
@@ -1200,7 +1204,7 @@ li.e-separator.e-menu-item.e-excel-separator {
1200
1204
  .e-grid.e-bigger .e-groupheadercell span {
1201
1205
  height: 4px;
1202
1206
  line-height: 4px;
1203
- padding: 8px 4px 8px 12px;
1207
+ padding: 8px 4px 10px 12px;
1204
1208
  }
1205
1209
  .e-bigger .e-grid .e-groupheadercell .e-ungroupbutton,
1206
1210
  .e-grid.e-bigger .e-groupheadercell .e-ungroupbutton {
@@ -1321,11 +1325,17 @@ li.e-separator.e-menu-item.e-excel-separator {
1321
1325
  margin-left: -7px;
1322
1326
  margin-top: -1px;
1323
1327
  margin-right: 8px;
1328
+ padding-top: 8px;
1324
1329
  }
1325
1330
  .e-bigger .e-grid span.e-groupsort.e-icons,
1326
1331
  .e-grid.e-bigger span.e-groupsort.e-icons {
1327
1332
  margin-right: 0;
1328
1333
  margin-top: -1px;
1334
+ margin-left: -4px;
1335
+ }
1336
+ .e-bigger .e-grid.e-rtl span.e-groupsort.e-icons,
1337
+ .e-grid.e-bigger.e-rtl span.e-groupsort.e-icons {
1338
+ margin-left: 7px;
1329
1339
  }
1330
1340
  .e-bigger .e-grid.e-rtl .e-groupheadercell, .e-bigger .e-grid.e-rtl .e-groupheadercell:hover,
1331
1341
  .e-grid.e-bigger.e-rtl .e-groupheadercell,
@@ -1335,10 +1345,10 @@ li.e-separator.e-menu-item.e-excel-separator {
1335
1345
  }
1336
1346
  .e-bigger .e-grid.e-rtl span.e-ungroupbutton.e-icons,
1337
1347
  .e-grid.e-bigger.e-rtl span.e-ungroupbutton.e-icons {
1338
- margin-left: -13px;
1348
+ margin-left: -9px;
1339
1349
  margin-right: -15px;
1340
- margin-top: 6px;
1341
- padding-top: 0;
1350
+ margin-top: 3px;
1351
+ padding-top: 4px;
1342
1352
  padding-left: 12px;
1343
1353
  }
1344
1354
  .e-bigger .e-grid .e-groupcaption,
@@ -2384,10 +2394,13 @@ li.e-separator.e-menu-item.e-excel-separator {
2384
2394
  }
2385
2395
  .e-grid .e-rowcell .e-checkbox-wrapper,
2386
2396
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
2397
+ -webkit-user-select: auto;
2387
2398
  height: 20px;
2388
2399
  line-height: 20px;
2389
2400
  position: relative;
2390
2401
  top: 0;
2402
+ -ms-user-select: auto;
2403
+ user-select: auto;
2391
2404
  }
2392
2405
  .e-grid .e-dialog.e-checkboxfilter,
2393
2406
  .e-grid .e-dialog.e-flmenu {
@@ -2627,12 +2640,12 @@ li.e-separator.e-menu-item.e-excel-separator {
2627
2640
  height: 24px;
2628
2641
  margin: 13px 0 0 8px;
2629
2642
  overflow: hidden;
2630
- padding: 3px 0;
2643
+ padding: 0;
2631
2644
  vertical-align: middle;
2632
2645
  }
2633
2646
  .e-grid .e-groupheadercell:hover {
2634
2647
  border: 1px;
2635
- padding: 3px 0;
2648
+ padding: 0;
2636
2649
  }
2637
2650
  .e-grid .e-groupheadercell span {
2638
2651
  display: inline-block;
@@ -2644,6 +2657,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2644
2657
  }
2645
2658
  .e-grid .e-groupheadercell .e-grouptext {
2646
2659
  line-height: 19px;
2660
+ padding-top: 3px;
2647
2661
  }
2648
2662
  .e-grid .e-groupheadercell .e-ungroupbutton {
2649
2663
  font-size: 10px;
@@ -2669,12 +2683,13 @@ li.e-separator.e-menu-item.e-excel-separator {
2669
2683
  }
2670
2684
  .e-grid .e-groupsort {
2671
2685
  margin-right: 0;
2672
- margin-top: -3px;
2686
+ margin-top: 0;
2673
2687
  }
2674
2688
  .e-grid span.e-ungroupbutton.e-icons {
2675
2689
  margin-left: -8px;
2676
- margin-top: 1px;
2690
+ margin-top: 0;
2677
2691
  padding-right: 8px;
2692
+ padding-top: 4px;
2678
2693
  }
2679
2694
  .e-grid .e-grptogglebtn {
2680
2695
  padding: 7px;
@@ -3144,13 +3159,14 @@ li.e-separator.e-menu-item.e-excel-separator {
3144
3159
  .e-grid.e-rtl .e-grouptopleftcell {
3145
3160
  border-top: 2px solid;
3146
3161
  }
3147
- .e-grid.e-rtl .e-grouptext {
3162
+ .e-grid.e-rtl .e-groupheadercell span.e-grouptext {
3148
3163
  margin-left: 0;
3149
3164
  margin-right: 0;
3165
+ padding-top: 3px;
3150
3166
  }
3151
3167
  .e-grid.e-rtl .e-groupheadercell span {
3152
3168
  float: right;
3153
- padding: 8px 4px 8px 12px;
3169
+ padding: 0 8px;
3154
3170
  }
3155
3171
  .e-grid.e-rtl.e-horizontallines .e-grouptopleftcell {
3156
3172
  border-top: 1px solid;
@@ -3247,9 +3263,9 @@ li.e-separator.e-menu-item.e-excel-separator {
3247
3263
  margin-right: -10px;
3248
3264
  }
3249
3265
  .e-grid.e-rtl span.e-ungroupbutton.e-icons {
3250
- margin-left: -2px;
3266
+ margin-left: 0;
3251
3267
  margin-right: -12px;
3252
- padding-top: 0;
3268
+ padding-top: 4px;
3253
3269
  }
3254
3270
  .e-grid.e-rtl.e-default.e-bothlines .e-headercell, .e-grid.e-rtl.e-default.e-bothlines .e-detailheadercell {
3255
3271
  border-width: 0 0 0 1px;
@@ -3308,7 +3324,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3308
3324
  .e-grid.e-rtl .e-groupheadercell, .e-grid.e-rtl .e-groupheadercell:hover {
3309
3325
  margin-left: 0;
3310
3326
  margin-right: 8px;
3311
- padding: 3px 0;
3327
+ padding: 0;
3312
3328
  }
3313
3329
  .e-grid.e-rtl .e-groupheadercell, .e-grid.e-rtl .e-groupheadercell:hover {
3314
3330
  float: right;
@@ -3387,7 +3403,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3387
3403
  .e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
3388
3404
  display: inline-block;
3389
3405
  }
3390
- .e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
3406
+ .e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
3391
3407
  text-overflow: clip;
3392
3408
  }
3393
3409
  .e-grid .e-clipboard {
@@ -3542,7 +3558,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3542
3558
  }
3543
3559
  .e-bigger .e-grid.e-rtl .e-groupheadercell span,
3544
3560
  .e-bigger.e-grid.e-rtl .e-groupheadercell span {
3545
- padding: 8px 4px 8px 12px;
3561
+ padding: 8px 4px 10px 8px;
3546
3562
  }
3547
3563
 
3548
3564
  .e-grid-min-height .e-rowcell {
@@ -199,6 +199,10 @@
199
199
  padding: 14px;
200
200
  padding-top: 4px;
201
201
  }
202
+ .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
203
+ height: 26px;
204
+ line-height: 26px;
205
+ }
202
206
  .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
203
207
  height: 26px;
204
208
  line-height: 26px;
@@ -2399,10 +2403,13 @@ li.e-separator.e-menu-item.e-excel-separator {
2399
2403
  }
2400
2404
  .e-grid .e-rowcell .e-checkbox-wrapper,
2401
2405
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
2406
+ -webkit-user-select: auto;
2402
2407
  height: 20px;
2403
2408
  line-height: 20px;
2404
2409
  position: relative;
2405
2410
  top: -2px;
2411
+ -ms-user-select: auto;
2412
+ user-select: auto;
2406
2413
  }
2407
2414
  .e-grid .e-dialog.e-checkboxfilter,
2408
2415
  .e-grid .e-dialog.e-flmenu {
@@ -2834,8 +2841,8 @@ li.e-separator.e-menu-item.e-excel-separator {
2834
2841
  padding-top: 2px;
2835
2842
  }
2836
2843
  .e-grid .e-row .e-input-group {
2837
- margin-bottom: 2px;
2838
- margin-top: 2px;
2844
+ margin-bottom: 1px;
2845
+ margin-top: 1px;
2839
2846
  vertical-align: middle;
2840
2847
  }
2841
2848
  .e-grid .e-defaultcell.e-ralign,
@@ -3159,7 +3166,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3159
3166
  .e-grid.e-rtl .e-grouptopleftcell {
3160
3167
  border-top: 2px solid;
3161
3168
  }
3162
- .e-grid.e-rtl .e-grouptext {
3169
+ .e-grid.e-rtl .e-groupheadercell span.e-grouptext {
3163
3170
  margin-left: 0;
3164
3171
  margin-right: 0;
3165
3172
  }
@@ -3402,7 +3409,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3402
3409
  .e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
3403
3410
  display: inline-block;
3404
3411
  }
3405
- .e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
3412
+ .e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
3406
3413
  text-overflow: clip;
3407
3414
  }
3408
3415
  .e-grid .e-clipboard {
@@ -199,6 +199,10 @@
199
199
  padding: 14px;
200
200
  padding-top: 4px;
201
201
  }
202
+ .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
203
+ height: 26px;
204
+ line-height: 26px;
205
+ }
202
206
  .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
203
207
  height: 26px;
204
208
  line-height: 26px;
@@ -2399,10 +2403,13 @@ li.e-separator.e-menu-item.e-excel-separator {
2399
2403
  }
2400
2404
  .e-grid .e-rowcell .e-checkbox-wrapper,
2401
2405
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
2406
+ -webkit-user-select: auto;
2402
2407
  height: 20px;
2403
2408
  line-height: 20px;
2404
2409
  position: relative;
2405
2410
  top: -2px;
2411
+ -ms-user-select: auto;
2412
+ user-select: auto;
2406
2413
  }
2407
2414
  .e-grid .e-dialog.e-checkboxfilter,
2408
2415
  .e-grid .e-dialog.e-flmenu {
@@ -2834,8 +2841,8 @@ li.e-separator.e-menu-item.e-excel-separator {
2834
2841
  padding-top: 2px;
2835
2842
  }
2836
2843
  .e-grid .e-row .e-input-group {
2837
- margin-bottom: 2px;
2838
- margin-top: 2px;
2844
+ margin-bottom: 1px;
2845
+ margin-top: 1px;
2839
2846
  vertical-align: middle;
2840
2847
  }
2841
2848
  .e-grid .e-defaultcell.e-ralign,
@@ -3159,7 +3166,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3159
3166
  .e-grid.e-rtl .e-grouptopleftcell {
3160
3167
  border-top: 2px solid;
3161
3168
  }
3162
- .e-grid.e-rtl .e-grouptext {
3169
+ .e-grid.e-rtl .e-groupheadercell span.e-grouptext {
3163
3170
  margin-left: 0;
3164
3171
  margin-right: 0;
3165
3172
  }
@@ -3402,7 +3409,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3402
3409
  .e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
3403
3410
  display: inline-block;
3404
3411
  }
3405
- .e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
3412
+ .e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
3406
3413
  text-overflow: clip;
3407
3414
  }
3408
3415
  .e-grid .e-clipboard {
@@ -155,6 +155,10 @@
155
155
  padding: 15px;
156
156
  padding-top: 4px;
157
157
  }
158
+ .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
159
+ height: 26px;
160
+ line-height: 26px;
161
+ }
158
162
  .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
159
163
  height: 26px;
160
164
  line-height: 26px;
@@ -155,6 +155,10 @@
155
155
  padding: 15px;
156
156
  padding-top: 4px;
157
157
  }
158
+ .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
159
+ height: 26px;
160
+ line-height: 26px;
161
+ }
158
162
  .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
159
163
  height: 26px;
160
164
  line-height: 26px;
@@ -197,6 +197,10 @@
197
197
  padding: 14px;
198
198
  padding-top: 4px;
199
199
  }
200
+ .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
201
+ height: 26px;
202
+ line-height: 26px;
203
+ }
200
204
  .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
201
205
  height: 26px;
202
206
  line-height: 26px;
@@ -199,6 +199,10 @@
199
199
  padding: 14px;
200
200
  padding-top: 4px;
201
201
  }
202
+ .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
203
+ height: 26px;
204
+ line-height: 26px;
205
+ }
202
206
  .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
203
207
  height: 26px;
204
208
  line-height: 26px;
@@ -199,6 +199,10 @@
199
199
  padding: 14px;
200
200
  padding-top: 4px;
201
201
  }
202
+ .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
203
+ height: 26px;
204
+ line-height: 26px;
205
+ }
202
206
  .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
203
207
  height: 26px;
204
208
  line-height: 26px;
@@ -131,6 +131,10 @@
131
131
  padding: 28px 25px 10px;
132
132
  padding-top: 4px;
133
133
  }
134
+ .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
135
+ height: 26px;
136
+ line-height: 26px;
137
+ }
134
138
  .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
135
139
  height: 26px;
136
140
  line-height: 26px;
@@ -124,6 +124,10 @@
124
124
  padding: 28px 25px 10px;
125
125
  padding-top: 4px;
126
126
  }
127
+ .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
128
+ height: 26px;
129
+ line-height: 26px;
130
+ }
127
131
  .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
128
132
  height: 26px;
129
133
  line-height: 26px;
@@ -179,6 +179,10 @@
179
179
  padding: 14px;
180
180
  padding-top: 4px;
181
181
  }
182
+ .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
183
+ height: 26px;
184
+ line-height: 26px;
185
+ }
182
186
  .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
183
187
  height: 26px;
184
188
  line-height: 26px;
@@ -179,6 +179,10 @@
179
179
  padding: 14px;
180
180
  padding-top: 4px;
181
181
  }
182
+ .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
183
+ height: 26px;
184
+ line-height: 26px;
185
+ }
182
186
  .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
183
187
  height: 26px;
184
188
  line-height: 26px;
@@ -128,6 +128,10 @@
128
128
  padding: 28px 25px 10px;
129
129
  padding-top: 4px;
130
130
  }
131
+ .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
132
+ height: 26px;
133
+ line-height: 26px;
134
+ }
131
135
  .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
132
136
  height: 26px;
133
137
  line-height: 26px;
@@ -128,6 +128,10 @@
128
128
  padding: 28px 25px 10px;
129
129
  padding-top: 4px;
130
130
  }
131
+ .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
132
+ height: 26px;
133
+ line-height: 26px;
134
+ }
131
135
  .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
132
136
  height: 26px;
133
137
  line-height: 26px;
@@ -163,6 +163,10 @@
163
163
  padding: 18px;
164
164
  padding-top: 4px;
165
165
  }
166
+ .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
167
+ height: 26px;
168
+ line-height: 26px;
169
+ }
166
170
  .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
167
171
  height: 26px;
168
172
  line-height: 26px;
@@ -196,6 +196,10 @@
196
196
  padding: 18px;
197
197
  padding-top: 4px;
198
198
  }
199
+ .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
200
+ height: 26px;
201
+ line-height: 26px;
202
+ }
199
203
  .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
200
204
  height: 26px;
201
205
  line-height: 26px;
@@ -148,6 +148,10 @@
148
148
  padding: 14px;
149
149
  padding-top: 4px;
150
150
  }
151
+ .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
152
+ height: 26px;
153
+ line-height: 26px;
154
+ }
151
155
  .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
152
156
  height: 26px;
153
157
  line-height: 26px;
@@ -148,6 +148,10 @@
148
148
  padding: 14px;
149
149
  padding-top: 4px;
150
150
  }
151
+ .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
152
+ height: 26px;
153
+ line-height: 26px;
154
+ }
151
155
  .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
152
156
  height: 26px;
153
157
  line-height: 26px;
@@ -131,6 +131,10 @@
131
131
  padding: 28px 25px 10px;
132
132
  padding-top: 4px;
133
133
  }
134
+ .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
135
+ height: 26px;
136
+ line-height: 26px;
137
+ }
134
138
  .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
135
139
  height: 26px;
136
140
  line-height: 26px;
@@ -2310,10 +2314,13 @@ li.e-separator.e-menu-item.e-excel-separator {
2310
2314
  }
2311
2315
  .e-grid .e-rowcell .e-checkbox-wrapper,
2312
2316
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
2317
+ -webkit-user-select: auto;
2313
2318
  height: 20px;
2314
2319
  line-height: 21px;
2315
2320
  position: relative;
2316
2321
  top: 0;
2322
+ -ms-user-select: auto;
2323
+ user-select: auto;
2317
2324
  }
2318
2325
  .e-grid .e-dialog.e-checkboxfilter,
2319
2326
  .e-grid .e-dialog.e-flmenu {
@@ -3070,7 +3077,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3070
3077
  .e-grid.e-rtl .e-grouptopleftcell {
3071
3078
  border-top: 1px solid;
3072
3079
  }
3073
- .e-grid.e-rtl .e-grouptext {
3080
+ .e-grid.e-rtl .e-groupheadercell span.e-grouptext {
3074
3081
  margin-left: 0;
3075
3082
  margin-right: 8px;
3076
3083
  }
@@ -3313,7 +3320,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3313
3320
  .e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
3314
3321
  display: inline-block;
3315
3322
  }
3316
- .e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
3323
+ .e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
3317
3324
  text-overflow: clip;
3318
3325
  }
3319
3326
  .e-grid .e-clipboard {