@syncfusion/ej2-react-grids 20.4.54 → 21.1.35

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 (57) hide show
  1. package/CHANGELOG.md +35 -152
  2. package/diConfig.json +1 -0
  3. package/dist/ej2-react-grids.min.js +2 -2
  4. package/dist/ej2-react-grids.umd.min.js +2 -2
  5. package/dist/ej2-react-grids.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-react-grids.es2015.js +2 -0
  7. package/dist/es6/ej2-react-grids.es2015.js.map +1 -1
  8. package/package.json +9 -9
  9. package/src/grid/grid.component.d.ts +1 -0
  10. package/src/grid/grid.component.js +1 -0
  11. package/src/pager/pager.component.d.ts +1 -0
  12. package/src/pager/pager.component.js +1 -0
  13. package/styles/bootstrap-dark.css +33 -9
  14. package/styles/bootstrap.css +33 -9
  15. package/styles/bootstrap4.css +33 -9
  16. package/styles/bootstrap5-dark.css +34 -10
  17. package/styles/bootstrap5.css +34 -10
  18. package/styles/excel-filter/bootstrap-dark.css +9 -0
  19. package/styles/excel-filter/bootstrap.css +9 -0
  20. package/styles/excel-filter/bootstrap4.css +9 -0
  21. package/styles/excel-filter/bootstrap5-dark.css +9 -0
  22. package/styles/excel-filter/bootstrap5.css +9 -0
  23. package/styles/excel-filter/fabric-dark.css +9 -0
  24. package/styles/excel-filter/fabric.css +9 -0
  25. package/styles/excel-filter/fluent-dark.css +11 -2
  26. package/styles/excel-filter/fluent.css +11 -2
  27. package/styles/excel-filter/highcontrast-light.css +9 -0
  28. package/styles/excel-filter/highcontrast.css +9 -0
  29. package/styles/excel-filter/material-dark.css +9 -0
  30. package/styles/excel-filter/material.css +9 -0
  31. package/styles/excel-filter/tailwind-dark.css +9 -0
  32. package/styles/excel-filter/tailwind.css +9 -0
  33. package/styles/fabric-dark.css +33 -9
  34. package/styles/fabric.css +33 -9
  35. package/styles/fluent-dark.css +65 -18
  36. package/styles/fluent.css +65 -18
  37. package/styles/grid/bootstrap-dark.css +24 -9
  38. package/styles/grid/bootstrap.css +24 -9
  39. package/styles/grid/bootstrap4.css +24 -9
  40. package/styles/grid/bootstrap5-dark.css +25 -10
  41. package/styles/grid/bootstrap5.css +25 -10
  42. package/styles/grid/fabric-dark.css +24 -9
  43. package/styles/grid/fabric.css +24 -9
  44. package/styles/grid/fluent-dark.css +54 -16
  45. package/styles/grid/fluent.css +54 -16
  46. package/styles/grid/highcontrast-light.css +26 -11
  47. package/styles/grid/highcontrast.css +24 -9
  48. package/styles/grid/material-dark.css +24 -9
  49. package/styles/grid/material.css +24 -9
  50. package/styles/grid/tailwind-dark.css +24 -9
  51. package/styles/grid/tailwind.css +24 -9
  52. package/styles/highcontrast-light.css +35 -11
  53. package/styles/highcontrast.css +33 -9
  54. package/styles/material-dark.css +33 -9
  55. package/styles/material.css +33 -9
  56. package/styles/tailwind-dark.css +33 -9
  57. package/styles/tailwind.css +33 -9
@@ -26,6 +26,7 @@ export declare class GridComponent extends Grid {
26
26
  directivekeys: {
27
27
  [key: string]: Object;
28
28
  };
29
+ private statelessTemplateProps;
29
30
  private immediateRender;
30
31
  props: Readonly<{
31
32
  children?: React.ReactNode | React.ReactNode[];
@@ -27,6 +27,7 @@ var GridComponent = /** @class */ (function (_super) {
27
27
  _this.initRenderCalled = false;
28
28
  _this.checkInjectedModules = true;
29
29
  _this.directivekeys = { 'columns': { 'column': { 'stackedColumns': 'stackedColumn' } }, 'aggregates': { 'aggregate': { 'aggregateColumns': 'aggregateColumn' } } };
30
+ _this.statelessTemplateProps = ["headerTemplate", "itemTemplate"];
30
31
  _this.immediateRender = false;
31
32
  _this.portals = [];
32
33
  return _this;
@@ -18,6 +18,7 @@ export declare class PagerComponent extends Pager {
18
18
  private getDefaultAttributes;
19
19
  initRenderCalled: boolean;
20
20
  private checkInjectedModules;
21
+ private statelessTemplateProps;
21
22
  private immediateRender;
22
23
  props: Readonly<{
23
24
  children?: React.ReactNode | React.ReactNode[];
@@ -26,6 +26,7 @@ var PagerComponent = /** @class */ (function (_super) {
26
26
  var _this = _super.call(this, props) || this;
27
27
  _this.initRenderCalled = false;
28
28
  _this.checkInjectedModules = false;
29
+ _this.statelessTemplateProps = null;
29
30
  _this.immediateRender = false;
30
31
  _this.portals = [];
31
32
  return _this;
@@ -493,6 +493,15 @@
493
493
  padding-top: 8px;
494
494
  }
495
495
 
496
+ .e-excel-menu.e-contextmenu.e-menu-parent {
497
+ max-height: 298px;
498
+ overflow-y: auto;
499
+ }
500
+
501
+ .e-bigger .e-excel-menu.e-contextmenu.e-menu-parent {
502
+ max-height: 355px;
503
+ }
504
+
496
505
  /*! Excel-Filter theme */
497
506
  .e-excelfilter .e-footer-content {
498
507
  border-color: rgba(149, 149, 149, 0.12);
@@ -821,8 +830,8 @@ li.e-separator.e-menu-item.e-excel-separator {
821
830
  min-width: 38px;
822
831
  padding: 0;
823
832
  }
824
- .e-bigger .e-grid .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons,
825
- .e-grid.e-bigger .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons {
833
+ .e-bigger .e-grid .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn .e-btn-icon.e-icons,
834
+ .e-grid.e-bigger .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn .e-btn-icon.e-icons {
826
835
  font-size: 18px;
827
836
  }
828
837
  .e-bigger .e-grid .e-flmenu-valuediv,
@@ -862,8 +871,8 @@ li.e-separator.e-menu-item.e-excel-separator {
862
871
  .e-grid.e-bigger .e-icon-grightarrow {
863
872
  font-size: 14px;
864
873
  }
865
- .e-bigger .e-grid .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn,
866
- .e-grid.e-bigger .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn {
874
+ .e-bigger .e-grid .e-toolbar .e-tbar-btn.e-btn .e-btn-icon.e-icons.e-columnchooser-btn,
875
+ .e-grid.e-bigger .e-toolbar .e-tbar-btn.e-btn .e-btn-icon.e-icons.e-columnchooser-btn {
867
876
  font-size: 12px;
868
877
  }
869
878
  .e-bigger .e-grid .e-gridheader tr th:last-child,
@@ -2256,6 +2265,15 @@ li.e-separator.e-menu-item.e-excel-separator {
2256
2265
  border-top-width: 1px;
2257
2266
  padding: 0.3em;
2258
2267
  }
2268
+ .e-grid th.e-detailcell .e-rowcell,
2269
+ .e-grid th.e-detailcell .e-gridpager {
2270
+ text-align: left;
2271
+ }
2272
+ .e-grid.e-rtl th.e-detailcell .e-rowcell, .e-grid.e-rtl th.e-detailcell .e-gridpager,
2273
+ .e-grid th.e-detailcell .e-rtl .e-rowcell,
2274
+ .e-grid th.e-detailcell .e-rtl .e-gridpager {
2275
+ text-align: right;
2276
+ }
2259
2277
  .e-grid.e-verticallines .e-rowcell, .e-grid.e-verticallines .e-filterbarcell {
2260
2278
  border-width: 0 0 0 1px;
2261
2279
  }
@@ -2733,9 +2751,8 @@ li.e-separator.e-menu-item.e-excel-separator {
2733
2751
  -ms-user-select: none;
2734
2752
  user-select: none;
2735
2753
  }
2736
- .e-grid .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn {
2754
+ .e-grid .e-toolbar .e-tbar-btn.e-btn .e-btn-icon.e-icons.e-columnchooser-btn {
2737
2755
  font-size: 9px;
2738
- line-height: 3;
2739
2756
  }
2740
2757
  .e-grid .e-toolbar .e-toolbar-items .e-toolbar-right .e-cc-toolbar .e-tbar-btn .e-columnchooser-btn {
2741
2758
  margin-top: 2px;
@@ -3352,7 +3369,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3352
3369
  .e-grid.e-wrap .e-columnheader .e-filtermenudiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv .e-filtermenudiv {
3353
3370
  line-height: 10px;
3354
3371
  }
3355
- .e-grid .e-columnheader.e-wrap .e-filtermenudiv, .e-grid .e-columnheader.e-wrap .e-sortfilterdiv.e-filtermenudiv {
3372
+ .e-grid .e-columnheader.e-wrap .e-filtermenudiv, .e-grid .e-columnheader.e-wrap .e-sortfilterdiv .e-filtermenudiv {
3356
3373
  line-height: 10px;
3357
3374
  }
3358
3375
  .e-grid .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-columnheader.e-wrap .e-headercell.e-fltr-icon .e-headercelldiv, .e-grid .e-columnheader.e-wrap .e-stackedheadercelldiv, .e-grid .e-gridcontent.e-wrap .e-rowcell, .e-grid .e-frozenhdrcont.e-wrap .e-rowcell {
@@ -4120,6 +4137,13 @@ li.e-separator.e-menu-item.e-excel-separator {
4120
4137
  float: left;
4121
4138
  }
4122
4139
 
4140
+ /* stylelint-disable */
4141
+ .e-ddl.e-popup.e-popup-flmenu .e-dropdownbase,
4142
+ .e-ddl.e-popup.e-popup-flbar .e-dropdownbase {
4143
+ max-height: 298px !important;
4144
+ }
4145
+
4146
+ /* stylelint-enable */
4123
4147
  /*! Grid theme */
4124
4148
  .e-grid {
4125
4149
  border-color: #484848;
@@ -4307,11 +4331,11 @@ li.e-separator.e-menu-item.e-excel-separator {
4307
4331
  .e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
4308
4332
  border-right-color: #9c9c9c;
4309
4333
  }
4310
- .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4334
+ .e-grid.e-gridhover .e-row tr:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4311
4335
  background-color: #393939;
4312
4336
  color: #f0f0f0;
4313
4337
  }
4314
- .e-grid tr[role=row]:hover .e-rowdragdrop {
4338
+ .e-grid .e-row:hover .e-rowdragdrop {
4315
4339
  cursor: move;
4316
4340
  }
4317
4341
  .e-grid .e-sortnumber {
@@ -493,6 +493,15 @@
493
493
  padding-top: 8px;
494
494
  }
495
495
 
496
+ .e-excel-menu.e-contextmenu.e-menu-parent {
497
+ max-height: 298px;
498
+ overflow-y: auto;
499
+ }
500
+
501
+ .e-bigger .e-excel-menu.e-contextmenu.e-menu-parent {
502
+ max-height: 355px;
503
+ }
504
+
496
505
  /*! Excel-Filter theme */
497
506
  .e-excelfilter .e-footer-content {
498
507
  border-color: rgba(230, 230, 230, 0.12);
@@ -822,8 +831,8 @@ li.e-separator.e-menu-item.e-excel-separator {
822
831
  min-width: 38px;
823
832
  padding: 0;
824
833
  }
825
- .e-bigger .e-grid .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons,
826
- .e-grid.e-bigger .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons {
834
+ .e-bigger .e-grid .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn .e-btn-icon.e-icons,
835
+ .e-grid.e-bigger .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn .e-btn-icon.e-icons {
827
836
  font-size: 18px;
828
837
  }
829
838
  .e-bigger .e-grid .e-flmenu-valuediv,
@@ -863,8 +872,8 @@ li.e-separator.e-menu-item.e-excel-separator {
863
872
  .e-grid.e-bigger .e-icon-grightarrow {
864
873
  font-size: 14px;
865
874
  }
866
- .e-bigger .e-grid .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn,
867
- .e-grid.e-bigger .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn {
875
+ .e-bigger .e-grid .e-toolbar .e-tbar-btn.e-btn .e-btn-icon.e-icons.e-columnchooser-btn,
876
+ .e-grid.e-bigger .e-toolbar .e-tbar-btn.e-btn .e-btn-icon.e-icons.e-columnchooser-btn {
868
877
  font-size: 12px;
869
878
  }
870
879
  .e-bigger .e-grid .e-gridheader tr th:last-child,
@@ -2257,6 +2266,15 @@ li.e-separator.e-menu-item.e-excel-separator {
2257
2266
  border-top-width: 1px;
2258
2267
  padding: 0.3em;
2259
2268
  }
2269
+ .e-grid th.e-detailcell .e-rowcell,
2270
+ .e-grid th.e-detailcell .e-gridpager {
2271
+ text-align: left;
2272
+ }
2273
+ .e-grid.e-rtl th.e-detailcell .e-rowcell, .e-grid.e-rtl th.e-detailcell .e-gridpager,
2274
+ .e-grid th.e-detailcell .e-rtl .e-rowcell,
2275
+ .e-grid th.e-detailcell .e-rtl .e-gridpager {
2276
+ text-align: right;
2277
+ }
2260
2278
  .e-grid.e-verticallines .e-rowcell, .e-grid.e-verticallines .e-filterbarcell {
2261
2279
  border-width: 0 0 0 1px;
2262
2280
  }
@@ -2734,9 +2752,8 @@ li.e-separator.e-menu-item.e-excel-separator {
2734
2752
  -ms-user-select: none;
2735
2753
  user-select: none;
2736
2754
  }
2737
- .e-grid .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn {
2755
+ .e-grid .e-toolbar .e-tbar-btn.e-btn .e-btn-icon.e-icons.e-columnchooser-btn {
2738
2756
  font-size: 9px;
2739
- line-height: 3;
2740
2757
  }
2741
2758
  .e-grid .e-toolbar .e-toolbar-items .e-toolbar-right .e-cc-toolbar .e-tbar-btn .e-columnchooser-btn {
2742
2759
  margin-top: 2px;
@@ -3353,7 +3370,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3353
3370
  .e-grid.e-wrap .e-columnheader .e-filtermenudiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv .e-filtermenudiv {
3354
3371
  line-height: 10px;
3355
3372
  }
3356
- .e-grid .e-columnheader.e-wrap .e-filtermenudiv, .e-grid .e-columnheader.e-wrap .e-sortfilterdiv.e-filtermenudiv {
3373
+ .e-grid .e-columnheader.e-wrap .e-filtermenudiv, .e-grid .e-columnheader.e-wrap .e-sortfilterdiv .e-filtermenudiv {
3357
3374
  line-height: 10px;
3358
3375
  }
3359
3376
  .e-grid .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-columnheader.e-wrap .e-headercell.e-fltr-icon .e-headercelldiv, .e-grid .e-columnheader.e-wrap .e-stackedheadercelldiv, .e-grid .e-gridcontent.e-wrap .e-rowcell, .e-grid .e-frozenhdrcont.e-wrap .e-rowcell {
@@ -4121,6 +4138,13 @@ li.e-separator.e-menu-item.e-excel-separator {
4121
4138
  float: left;
4122
4139
  }
4123
4140
 
4141
+ /* stylelint-disable */
4142
+ .e-ddl.e-popup.e-popup-flmenu .e-dropdownbase,
4143
+ .e-ddl.e-popup.e-popup-flbar .e-dropdownbase {
4144
+ max-height: 298px !important;
4145
+ }
4146
+
4147
+ /* stylelint-enable */
4124
4148
  /*! Grid theme */
4125
4149
  .e-grid {
4126
4150
  border-color: #ddd;
@@ -4308,11 +4332,11 @@ li.e-separator.e-menu-item.e-excel-separator {
4308
4332
  .e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
4309
4333
  border-right-color: #317ab9;
4310
4334
  }
4311
- .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4335
+ .e-grid.e-gridhover .e-row tr:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4312
4336
  background-color: #f5f5f5;
4313
4337
  color: #333;
4314
4338
  }
4315
- .e-grid tr[role=row]:hover .e-rowdragdrop {
4339
+ .e-grid .e-row:hover .e-rowdragdrop {
4316
4340
  cursor: move;
4317
4341
  }
4318
4342
  .e-grid .e-sortnumber {
@@ -538,6 +538,15 @@
538
538
  padding-top: 8px;
539
539
  }
540
540
 
541
+ .e-excel-menu.e-contextmenu.e-menu-parent {
542
+ max-height: 298px;
543
+ overflow-y: auto;
544
+ }
545
+
546
+ .e-bigger .e-excel-menu.e-contextmenu.e-menu-parent {
547
+ max-height: 355px;
548
+ }
549
+
541
550
  /*! Excel-Filter theme */
542
551
  .e-excelfilter .e-footer-content {
543
552
  border-color: rgba(108, 117, 125, 0.12);
@@ -872,8 +881,8 @@ li.e-separator.e-menu-item.e-excel-separator {
872
881
  min-width: 38px;
873
882
  padding: 0;
874
883
  }
875
- .e-bigger .e-grid .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons,
876
- .e-grid.e-bigger .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons {
884
+ .e-bigger .e-grid .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn .e-btn-icon.e-icons,
885
+ .e-grid.e-bigger .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn .e-btn-icon.e-icons {
877
886
  font-size: 18px;
878
887
  }
879
888
  .e-bigger .e-grid .e-flmenu-valuediv,
@@ -913,8 +922,8 @@ li.e-separator.e-menu-item.e-excel-separator {
913
922
  .e-grid.e-bigger .e-icon-grightarrow {
914
923
  font-size: 12px;
915
924
  }
916
- .e-bigger .e-grid .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn,
917
- .e-grid.e-bigger .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn {
925
+ .e-bigger .e-grid .e-toolbar .e-tbar-btn.e-btn .e-btn-icon.e-icons.e-columnchooser-btn,
926
+ .e-grid.e-bigger .e-toolbar .e-tbar-btn.e-btn .e-btn-icon.e-icons.e-columnchooser-btn {
918
927
  font-size: 12px;
919
928
  }
920
929
  .e-bigger .e-grid .e-gridheader tr th:last-child,
@@ -2316,6 +2325,15 @@ li.e-separator.e-menu-item.e-excel-separator {
2316
2325
  border-top-width: 1px;
2317
2326
  padding: 0.3em;
2318
2327
  }
2328
+ .e-grid th.e-detailcell .e-rowcell,
2329
+ .e-grid th.e-detailcell .e-gridpager {
2330
+ text-align: left;
2331
+ }
2332
+ .e-grid.e-rtl th.e-detailcell .e-rowcell, .e-grid.e-rtl th.e-detailcell .e-gridpager,
2333
+ .e-grid th.e-detailcell .e-rtl .e-rowcell,
2334
+ .e-grid th.e-detailcell .e-rtl .e-gridpager {
2335
+ text-align: right;
2336
+ }
2319
2337
  .e-grid.e-verticallines .e-rowcell, .e-grid.e-verticallines .e-filterbarcell {
2320
2338
  border-width: 0 0 0 1px;
2321
2339
  }
@@ -2795,9 +2813,8 @@ li.e-separator.e-menu-item.e-excel-separator {
2795
2813
  -ms-user-select: none;
2796
2814
  user-select: none;
2797
2815
  }
2798
- .e-grid .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn {
2816
+ .e-grid .e-toolbar .e-tbar-btn.e-btn .e-btn-icon.e-icons.e-columnchooser-btn {
2799
2817
  font-size: 9px;
2800
- line-height: 3;
2801
2818
  }
2802
2819
  .e-grid .e-toolbar .e-toolbar-items .e-toolbar-right .e-cc-toolbar .e-tbar-btn .e-columnchooser-btn {
2803
2820
  margin-top: 0;
@@ -3415,7 +3432,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3415
3432
  .e-grid.e-wrap .e-columnheader .e-filtermenudiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv .e-filtermenudiv {
3416
3433
  line-height: 3px;
3417
3434
  }
3418
- .e-grid .e-columnheader.e-wrap .e-filtermenudiv, .e-grid .e-columnheader.e-wrap .e-sortfilterdiv.e-filtermenudiv {
3435
+ .e-grid .e-columnheader.e-wrap .e-filtermenudiv, .e-grid .e-columnheader.e-wrap .e-sortfilterdiv .e-filtermenudiv {
3419
3436
  line-height: 3px;
3420
3437
  }
3421
3438
  .e-grid .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-columnheader.e-wrap .e-headercell.e-fltr-icon .e-headercelldiv, .e-grid .e-columnheader.e-wrap .e-stackedheadercelldiv, .e-grid .e-gridcontent.e-wrap .e-rowcell, .e-grid .e-frozenhdrcont.e-wrap .e-rowcell {
@@ -4184,6 +4201,13 @@ li.e-separator.e-menu-item.e-excel-separator {
4184
4201
  float: left;
4185
4202
  }
4186
4203
 
4204
+ /* stylelint-disable */
4205
+ .e-ddl.e-popup.e-popup-flmenu .e-dropdownbase,
4206
+ .e-ddl.e-popup.e-popup-flbar .e-dropdownbase {
4207
+ max-height: 298px !important;
4208
+ }
4209
+
4210
+ /* stylelint-enable */
4187
4211
  /*! Grid theme */
4188
4212
  .e-grid {
4189
4213
  border-color: #dee2e6;
@@ -4371,11 +4395,11 @@ li.e-separator.e-menu-item.e-excel-separator {
4371
4395
  .e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
4372
4396
  border-right-color: #6c757d;
4373
4397
  }
4374
- .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4398
+ .e-grid.e-gridhover .e-row tr:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4375
4399
  background-color: rgba(0, 0, 0, 0.08);
4376
4400
  color: #212529;
4377
4401
  }
4378
- .e-grid tr[role=row]:hover .e-rowdragdrop {
4402
+ .e-grid .e-row:hover .e-rowdragdrop {
4379
4403
  cursor: move;
4380
4404
  }
4381
4405
  .e-grid .e-sortnumber {
@@ -537,6 +537,15 @@
537
537
  padding-top: 8px;
538
538
  }
539
539
 
540
+ .e-excel-menu.e-contextmenu.e-menu-parent {
541
+ max-height: 298px;
542
+ overflow-y: auto;
543
+ }
544
+
545
+ .e-bigger .e-excel-menu.e-contextmenu.e-menu-parent {
546
+ max-height: 355px;
547
+ }
548
+
540
549
  /*! Excel-Filter theme */
541
550
  .e-excelfilter .e-footer-content {
542
551
  border-color: rgba(233, 236, 239, 0.12);
@@ -878,8 +887,8 @@ li.e-separator.e-menu-item.e-excel-separator {
878
887
  min-width: 38px;
879
888
  padding: 0;
880
889
  }
881
- .e-bigger .e-grid .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons,
882
- .e-grid.e-bigger .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons {
890
+ .e-bigger .e-grid .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn .e-btn-icon.e-icons,
891
+ .e-grid.e-bigger .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn .e-btn-icon.e-icons {
883
892
  font-size: 16px;
884
893
  }
885
894
  .e-bigger .e-grid .e-flmenu-valuediv,
@@ -919,8 +928,8 @@ li.e-separator.e-menu-item.e-excel-separator {
919
928
  .e-grid.e-bigger .e-icon-grightarrow {
920
929
  font-size: 16px;
921
930
  }
922
- .e-bigger .e-grid .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn,
923
- .e-grid.e-bigger .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn {
931
+ .e-bigger .e-grid .e-toolbar .e-tbar-btn.e-btn .e-btn-icon.e-icons.e-columnchooser-btn,
932
+ .e-grid.e-bigger .e-toolbar .e-tbar-btn.e-btn .e-btn-icon.e-icons.e-columnchooser-btn {
924
933
  font-size: 16px;
925
934
  }
926
935
  .e-bigger .e-grid .e-gridheader tr th:last-child,
@@ -2323,6 +2332,15 @@ li.e-separator.e-menu-item.e-excel-separator {
2323
2332
  border-top-width: 1px;
2324
2333
  padding: 0.3em;
2325
2334
  }
2335
+ .e-grid th.e-detailcell .e-rowcell,
2336
+ .e-grid th.e-detailcell .e-gridpager {
2337
+ text-align: left;
2338
+ }
2339
+ .e-grid.e-rtl th.e-detailcell .e-rowcell, .e-grid.e-rtl th.e-detailcell .e-gridpager,
2340
+ .e-grid th.e-detailcell .e-rtl .e-rowcell,
2341
+ .e-grid th.e-detailcell .e-rtl .e-gridpager {
2342
+ text-align: right;
2343
+ }
2326
2344
  .e-grid.e-verticallines .e-rowcell, .e-grid.e-verticallines .e-filterbarcell {
2327
2345
  border-width: 0 0 0 1px;
2328
2346
  }
@@ -2800,9 +2818,8 @@ li.e-separator.e-menu-item.e-excel-separator {
2800
2818
  -ms-user-select: none;
2801
2819
  user-select: none;
2802
2820
  }
2803
- .e-grid .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn {
2821
+ .e-grid .e-toolbar .e-tbar-btn.e-btn .e-btn-icon.e-icons.e-columnchooser-btn {
2804
2822
  font-size: 14px;
2805
- line-height: 3;
2806
2823
  }
2807
2824
  .e-grid .e-toolbar .e-toolbar-items .e-toolbar-right .e-cc-toolbar .e-tbar-btn .e-columnchooser-btn {
2808
2825
  margin-top: 4px;
@@ -3419,7 +3436,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3419
3436
  .e-grid.e-wrap .e-columnheader .e-filtermenudiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv .e-filtermenudiv {
3420
3437
  line-height: 3px;
3421
3438
  }
3422
- .e-grid .e-columnheader.e-wrap .e-filtermenudiv, .e-grid .e-columnheader.e-wrap .e-sortfilterdiv.e-filtermenudiv {
3439
+ .e-grid .e-columnheader.e-wrap .e-filtermenudiv, .e-grid .e-columnheader.e-wrap .e-sortfilterdiv .e-filtermenudiv {
3423
3440
  line-height: 3px;
3424
3441
  }
3425
3442
  .e-grid .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-columnheader.e-wrap .e-headercell.e-fltr-icon .e-headercelldiv, .e-grid .e-columnheader.e-wrap .e-stackedheadercelldiv, .e-grid .e-gridcontent.e-wrap .e-rowcell, .e-grid .e-frozenhdrcont.e-wrap .e-rowcell {
@@ -3782,7 +3799,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3782
3799
  .e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:hover .e-icons,
3783
3800
  .e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active .e-icons,
3784
3801
  .e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus .e-icons {
3785
- padding-bottom: 4px;
3802
+ padding-bottom: 0;
3786
3803
  color: #adb5bd;
3787
3804
  }
3788
3805
  .e-bigger .e-grid.e-row-responsive .e-toolbar .e-search-icon,
@@ -4199,6 +4216,13 @@ li.e-separator.e-menu-item.e-excel-separator {
4199
4216
  float: left;
4200
4217
  }
4201
4218
 
4219
+ /* stylelint-disable */
4220
+ .e-ddl.e-popup.e-popup-flmenu .e-dropdownbase,
4221
+ .e-ddl.e-popup.e-popup-flbar .e-dropdownbase {
4222
+ max-height: 298px !important;
4223
+ }
4224
+
4225
+ /* stylelint-enable */
4202
4226
  /*! Grid theme */
4203
4227
  .e-grid {
4204
4228
  border-color: #444c54;
@@ -4389,11 +4413,11 @@ li.e-separator.e-menu-item.e-excel-separator {
4389
4413
  .e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
4390
4414
  border-right-color: #444c54;
4391
4415
  }
4392
- .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4416
+ .e-grid.e-gridhover .e-row tr:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4393
4417
  background-color: #31373d;
4394
4418
  color: #fff;
4395
4419
  }
4396
- .e-grid tr[role=row]:hover .e-rowdragdrop {
4420
+ .e-grid .e-row:hover .e-rowdragdrop {
4397
4421
  cursor: move;
4398
4422
  }
4399
4423
  .e-grid .e-sortnumber {
@@ -537,6 +537,15 @@
537
537
  padding-top: 8px;
538
538
  }
539
539
 
540
+ .e-excel-menu.e-contextmenu.e-menu-parent {
541
+ max-height: 298px;
542
+ overflow-y: auto;
543
+ }
544
+
545
+ .e-bigger .e-excel-menu.e-contextmenu.e-menu-parent {
546
+ max-height: 355px;
547
+ }
548
+
540
549
  /*! Excel-Filter theme */
541
550
  .e-excelfilter .e-footer-content {
542
551
  border-color: rgba(52, 58, 64, 0.12);
@@ -878,8 +887,8 @@ li.e-separator.e-menu-item.e-excel-separator {
878
887
  min-width: 38px;
879
888
  padding: 0;
880
889
  }
881
- .e-bigger .e-grid .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons,
882
- .e-grid.e-bigger .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons {
890
+ .e-bigger .e-grid .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn .e-btn-icon.e-icons,
891
+ .e-grid.e-bigger .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn .e-btn-icon.e-icons {
883
892
  font-size: 16px;
884
893
  }
885
894
  .e-bigger .e-grid .e-flmenu-valuediv,
@@ -919,8 +928,8 @@ li.e-separator.e-menu-item.e-excel-separator {
919
928
  .e-grid.e-bigger .e-icon-grightarrow {
920
929
  font-size: 16px;
921
930
  }
922
- .e-bigger .e-grid .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn,
923
- .e-grid.e-bigger .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn {
931
+ .e-bigger .e-grid .e-toolbar .e-tbar-btn.e-btn .e-btn-icon.e-icons.e-columnchooser-btn,
932
+ .e-grid.e-bigger .e-toolbar .e-tbar-btn.e-btn .e-btn-icon.e-icons.e-columnchooser-btn {
924
933
  font-size: 16px;
925
934
  }
926
935
  .e-bigger .e-grid .e-gridheader tr th:last-child,
@@ -2323,6 +2332,15 @@ li.e-separator.e-menu-item.e-excel-separator {
2323
2332
  border-top-width: 1px;
2324
2333
  padding: 0.3em;
2325
2334
  }
2335
+ .e-grid th.e-detailcell .e-rowcell,
2336
+ .e-grid th.e-detailcell .e-gridpager {
2337
+ text-align: left;
2338
+ }
2339
+ .e-grid.e-rtl th.e-detailcell .e-rowcell, .e-grid.e-rtl th.e-detailcell .e-gridpager,
2340
+ .e-grid th.e-detailcell .e-rtl .e-rowcell,
2341
+ .e-grid th.e-detailcell .e-rtl .e-gridpager {
2342
+ text-align: right;
2343
+ }
2326
2344
  .e-grid.e-verticallines .e-rowcell, .e-grid.e-verticallines .e-filterbarcell {
2327
2345
  border-width: 0 0 0 1px;
2328
2346
  }
@@ -2800,9 +2818,8 @@ li.e-separator.e-menu-item.e-excel-separator {
2800
2818
  -ms-user-select: none;
2801
2819
  user-select: none;
2802
2820
  }
2803
- .e-grid .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn {
2821
+ .e-grid .e-toolbar .e-tbar-btn.e-btn .e-btn-icon.e-icons.e-columnchooser-btn {
2804
2822
  font-size: 14px;
2805
- line-height: 3;
2806
2823
  }
2807
2824
  .e-grid .e-toolbar .e-toolbar-items .e-toolbar-right .e-cc-toolbar .e-tbar-btn .e-columnchooser-btn {
2808
2825
  margin-top: 4px;
@@ -3419,7 +3436,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3419
3436
  .e-grid.e-wrap .e-columnheader .e-filtermenudiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv .e-filtermenudiv {
3420
3437
  line-height: 3px;
3421
3438
  }
3422
- .e-grid .e-columnheader.e-wrap .e-filtermenudiv, .e-grid .e-columnheader.e-wrap .e-sortfilterdiv.e-filtermenudiv {
3439
+ .e-grid .e-columnheader.e-wrap .e-filtermenudiv, .e-grid .e-columnheader.e-wrap .e-sortfilterdiv .e-filtermenudiv {
3423
3440
  line-height: 3px;
3424
3441
  }
3425
3442
  .e-grid .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-columnheader.e-wrap .e-headercell.e-fltr-icon .e-headercelldiv, .e-grid .e-columnheader.e-wrap .e-stackedheadercelldiv, .e-grid .e-gridcontent.e-wrap .e-rowcell, .e-grid .e-frozenhdrcont.e-wrap .e-rowcell {
@@ -3782,7 +3799,7 @@ li.e-separator.e-menu-item.e-excel-separator {
3782
3799
  .e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:hover .e-icons,
3783
3800
  .e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:active .e-icons,
3784
3801
  .e-bigger.e-grid.e-row-responsive .e-toolbar .e-tbar-btn:focus .e-icons {
3785
- padding-bottom: 4px;
3802
+ padding-bottom: 0;
3786
3803
  color: #6c757d;
3787
3804
  }
3788
3805
  .e-bigger .e-grid.e-row-responsive .e-toolbar .e-search-icon,
@@ -4199,6 +4216,13 @@ li.e-separator.e-menu-item.e-excel-separator {
4199
4216
  float: left;
4200
4217
  }
4201
4218
 
4219
+ /* stylelint-disable */
4220
+ .e-ddl.e-popup.e-popup-flmenu .e-dropdownbase,
4221
+ .e-ddl.e-popup.e-popup-flbar .e-dropdownbase {
4222
+ max-height: 298px !important;
4223
+ }
4224
+
4225
+ /* stylelint-enable */
4202
4226
  /*! Grid theme */
4203
4227
  .e-grid {
4204
4228
  border-color: #dee2e6;
@@ -4389,11 +4413,11 @@ li.e-separator.e-menu-item.e-excel-separator {
4389
4413
  .e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
4390
4414
  border-right-color: #dee2e6;
4391
4415
  }
4392
- .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4416
+ .e-grid.e-gridhover .e-row tr:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
4393
4417
  background-color: #eff1f4;
4394
4418
  color: #212529;
4395
4419
  }
4396
- .e-grid tr[role=row]:hover .e-rowdragdrop {
4420
+ .e-grid .e-row:hover .e-rowdragdrop {
4397
4421
  cursor: move;
4398
4422
  }
4399
4423
  .e-grid .e-sortnumber {
@@ -493,6 +493,15 @@
493
493
  padding-top: 8px;
494
494
  }
495
495
 
496
+ .e-excel-menu.e-contextmenu.e-menu-parent {
497
+ max-height: 298px;
498
+ overflow-y: auto;
499
+ }
500
+
501
+ .e-bigger .e-excel-menu.e-contextmenu.e-menu-parent {
502
+ max-height: 355px;
503
+ }
504
+
496
505
  /*! Excel-Filter theme */
497
506
  .e-excelfilter .e-footer-content {
498
507
  border-color: rgba(149, 149, 149, 0.12);
@@ -493,6 +493,15 @@
493
493
  padding-top: 8px;
494
494
  }
495
495
 
496
+ .e-excel-menu.e-contextmenu.e-menu-parent {
497
+ max-height: 298px;
498
+ overflow-y: auto;
499
+ }
500
+
501
+ .e-bigger .e-excel-menu.e-contextmenu.e-menu-parent {
502
+ max-height: 355px;
503
+ }
504
+
496
505
  /*! Excel-Filter theme */
497
506
  .e-excelfilter .e-footer-content {
498
507
  border-color: rgba(230, 230, 230, 0.12);
@@ -538,6 +538,15 @@
538
538
  padding-top: 8px;
539
539
  }
540
540
 
541
+ .e-excel-menu.e-contextmenu.e-menu-parent {
542
+ max-height: 298px;
543
+ overflow-y: auto;
544
+ }
545
+
546
+ .e-bigger .e-excel-menu.e-contextmenu.e-menu-parent {
547
+ max-height: 355px;
548
+ }
549
+
541
550
  /*! Excel-Filter theme */
542
551
  .e-excelfilter .e-footer-content {
543
552
  border-color: rgba(108, 117, 125, 0.12);
@@ -537,6 +537,15 @@
537
537
  padding-top: 8px;
538
538
  }
539
539
 
540
+ .e-excel-menu.e-contextmenu.e-menu-parent {
541
+ max-height: 298px;
542
+ overflow-y: auto;
543
+ }
544
+
545
+ .e-bigger .e-excel-menu.e-contextmenu.e-menu-parent {
546
+ max-height: 355px;
547
+ }
548
+
540
549
  /*! Excel-Filter theme */
541
550
  .e-excelfilter .e-footer-content {
542
551
  border-color: rgba(233, 236, 239, 0.12);
@@ -537,6 +537,15 @@
537
537
  padding-top: 8px;
538
538
  }
539
539
 
540
+ .e-excel-menu.e-contextmenu.e-menu-parent {
541
+ max-height: 298px;
542
+ overflow-y: auto;
543
+ }
544
+
545
+ .e-bigger .e-excel-menu.e-contextmenu.e-menu-parent {
546
+ max-height: 355px;
547
+ }
548
+
540
549
  /*! Excel-Filter theme */
541
550
  .e-excelfilter .e-footer-content {
542
551
  border-color: rgba(52, 58, 64, 0.12);
@@ -469,6 +469,15 @@
469
469
  padding-top: 7px;
470
470
  }
471
471
 
472
+ .e-excel-menu.e-contextmenu.e-menu-parent {
473
+ max-height: 298px;
474
+ overflow-y: auto;
475
+ }
476
+
477
+ .e-bigger .e-excel-menu.e-contextmenu.e-menu-parent {
478
+ max-height: 355px;
479
+ }
480
+
472
481
  /*! Excel-Filter theme */
473
482
  .e-excelfilter .e-footer-content {
474
483
  border-color: rgba(248, 248, 248, 0.12);