@syncfusion/ej2-angular-grids 20.4.42 → 20.4.43

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.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-grids@*",
3
- "_id": "@syncfusion/ej2-angular-grids@20.4.38",
3
+ "_id": "@syncfusion/ej2-angular-grids@20.4.42",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-gS6FZD0ha1/xu/bWzwQ5tT6RTqJn2iwQOEnFMJEOp/aLLcyrNYvaGsF7OLjlFP0IWinBvxb+ci+7GyXegt7lLw==",
5
+ "_integrity": "sha512-qQ4y8iEBJeTxMlQX65xhlra/o4/kzfOj4okJNdeFrVXmqmjnDb1ncUTlhmKkLDtLg2pm0snSpsITepbd0vTgyQ==",
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.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-20.4.38.tgz",
23
- "_shasum": "bf9b91cb17a938ec30d65c849bd1d29be3df2870",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-20.4.42.tgz",
23
+ "_shasum": "e832c35d94927a4c03f337e4213887380363ea2e",
24
24
  "_spec": "@syncfusion/ej2-angular-grids@*",
25
25
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/ivypackages/included",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~20.4.42",
35
35
  "@syncfusion/ej2-base": "~20.4.42",
36
- "@syncfusion/ej2-grids": "20.4.42",
36
+ "@syncfusion/ej2-grids": "20.4.43",
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": "20.4.42"
75
+ "version": "20.4.43"
76
76
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-grids";
2
- export declare const pkgVer = "^20.4.38";
2
+ export declare const pkgVer = "^20.4.42";
3
3
  export declare const moduleName = "GridModule, PagerModule";
4
- export declare const themeVer = "~20.4.38";
4
+ export declare const themeVer = "~20.4.42";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-grids';
4
- exports.pkgVer = '^20.4.42';
4
+ exports.pkgVer = '^20.4.43';
5
5
  exports.moduleName = 'GridModule, PagerModule';
6
- exports.themeVer = '~20.4.42';
6
+ exports.themeVer = '~20.4.43';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-grids';
2
- export const pkgVer = '^20.4.42';
2
+ export const pkgVer = '^20.4.43';
3
3
  export const moduleName = 'GridModule, PagerModule';
4
- export const themeVer = '~20.4.42';
4
+ export const themeVer = '~20.4.43';
@@ -1517,7 +1517,10 @@ li.e-separator.e-menu-item.e-excel-separator {
1517
1517
  border-width: 1px 0 0 0;
1518
1518
  border-color: #484848;
1519
1519
  }
1520
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1520
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1521
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1522
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1523
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1521
1524
  border-bottom-width: 1px;
1522
1525
  }
1523
1526
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -2081,7 +2084,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2081
2084
  border-left-style: solid;
2082
2085
  border-left-width: 1px;
2083
2086
  }
2084
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2087
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2085
2088
  border-left-width: 0;
2086
2089
  }
2087
2090
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3498,7 +3501,11 @@ li.e-separator.e-menu-item.e-excel-separator {
3498
3501
  }
3499
3502
  .e-grid.sf-grid .e-movablecontent {
3500
3503
  height: inherit;
3501
- overflow: hidden;
3504
+ overflow-x: auto;
3505
+ scrollbar-width: none; /* firefox */
3506
+ }
3507
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3508
+ display: none; /* safari, chrome and edge */
3502
3509
  }
3503
3510
  .e-grid.sf-grid .e-frozencontent {
3504
3511
  border-bottom-style: solid;
@@ -1518,7 +1518,10 @@ li.e-separator.e-menu-item.e-excel-separator {
1518
1518
  border-width: 1px 0 0 0;
1519
1519
  border-color: #ddd;
1520
1520
  }
1521
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1521
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1522
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1523
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1524
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1522
1525
  border-bottom-width: 1px;
1523
1526
  }
1524
1527
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -2082,7 +2085,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2082
2085
  border-left-style: solid;
2083
2086
  border-left-width: 1px;
2084
2087
  }
2085
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2088
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2086
2089
  border-left-width: 0;
2087
2090
  }
2088
2091
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3499,7 +3502,11 @@ li.e-separator.e-menu-item.e-excel-separator {
3499
3502
  }
3500
3503
  .e-grid.sf-grid .e-movablecontent {
3501
3504
  height: inherit;
3502
- overflow: hidden;
3505
+ overflow-x: auto;
3506
+ scrollbar-width: none; /* firefox */
3507
+ }
3508
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3509
+ display: none; /* safari, chrome and edge */
3503
3510
  }
3504
3511
  .e-grid.sf-grid .e-frozencontent {
3505
3512
  border-bottom-style: solid;
@@ -1574,7 +1574,10 @@ li.e-separator.e-menu-item.e-excel-separator {
1574
1574
  border-width: 1px 0 0 0;
1575
1575
  border-color: #ddd;
1576
1576
  }
1577
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1577
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1578
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1579
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1580
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1578
1581
  border-bottom-width: 1px;
1579
1582
  }
1580
1583
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -2141,7 +2144,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2141
2144
  border-left-style: solid;
2142
2145
  border-left-width: 1px;
2143
2146
  }
2144
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2147
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2145
2148
  border-left-width: 0;
2146
2149
  }
2147
2150
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3561,7 +3564,11 @@ li.e-separator.e-menu-item.e-excel-separator {
3561
3564
  }
3562
3565
  .e-grid.sf-grid .e-movablecontent {
3563
3566
  height: inherit;
3564
- overflow: hidden;
3567
+ overflow-x: auto;
3568
+ scrollbar-width: none; /* firefox */
3569
+ }
3570
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3571
+ display: none; /* safari, chrome and edge */
3565
3572
  }
3566
3573
  .e-grid.sf-grid .e-frozencontent {
3567
3574
  border-bottom-style: solid;
@@ -1580,7 +1580,10 @@ li.e-separator.e-menu-item.e-excel-separator {
1580
1580
  border-width: 1px 0 0 0;
1581
1581
  border-color: #444c54;
1582
1582
  }
1583
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1583
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1584
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1585
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1586
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1584
1587
  border-bottom-width: 1px;
1585
1588
  }
1586
1589
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -2148,7 +2151,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2148
2151
  border-left-style: solid;
2149
2152
  border-left-width: 1px;
2150
2153
  }
2151
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2154
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2152
2155
  border-left-width: 0;
2153
2156
  }
2154
2157
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3565,7 +3568,11 @@ li.e-separator.e-menu-item.e-excel-separator {
3565
3568
  }
3566
3569
  .e-grid.sf-grid .e-movablecontent {
3567
3570
  height: inherit;
3568
- overflow: hidden;
3571
+ overflow-x: auto;
3572
+ scrollbar-width: none; /* firefox */
3573
+ }
3574
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3575
+ display: none; /* safari, chrome and edge */
3569
3576
  }
3570
3577
  .e-grid.sf-grid .e-frozencontent {
3571
3578
  border-bottom-style: solid;
@@ -1580,7 +1580,10 @@ li.e-separator.e-menu-item.e-excel-separator {
1580
1580
  border-width: 1px 0 0 0;
1581
1581
  border-color: #dee2e6;
1582
1582
  }
1583
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1583
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1584
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1585
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1586
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1584
1587
  border-bottom-width: 1px;
1585
1588
  }
1586
1589
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -2148,7 +2151,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2148
2151
  border-left-style: solid;
2149
2152
  border-left-width: 1px;
2150
2153
  }
2151
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2154
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2152
2155
  border-left-width: 0;
2153
2156
  }
2154
2157
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3565,7 +3568,11 @@ li.e-separator.e-menu-item.e-excel-separator {
3565
3568
  }
3566
3569
  .e-grid.sf-grid .e-movablecontent {
3567
3570
  height: inherit;
3568
- overflow: hidden;
3571
+ overflow-x: auto;
3572
+ scrollbar-width: none; /* firefox */
3573
+ }
3574
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3575
+ display: none; /* safari, chrome and edge */
3569
3576
  }
3570
3577
  .e-grid.sf-grid .e-frozencontent {
3571
3578
  border-bottom-style: solid;
@@ -1491,7 +1491,10 @@ li.e-separator.e-menu-item.e-excel-separator {
1491
1491
  border-width: 1px 0 0 0;
1492
1492
  border-color: #414040;
1493
1493
  }
1494
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1494
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1495
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1496
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1497
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1495
1498
  border-bottom-width: 1px;
1496
1499
  }
1497
1500
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -2055,7 +2058,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2055
2058
  border-left-style: solid;
2056
2059
  border-left-width: 1px;
2057
2060
  }
2058
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2061
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2059
2062
  border-left-width: 0;
2060
2063
  }
2061
2064
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3472,7 +3475,11 @@ li.e-separator.e-menu-item.e-excel-separator {
3472
3475
  }
3473
3476
  .e-grid.sf-grid .e-movablecontent {
3474
3477
  height: inherit;
3475
- overflow: hidden;
3478
+ overflow-x: auto;
3479
+ scrollbar-width: none; /* firefox */
3480
+ }
3481
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3482
+ display: none; /* safari, chrome and edge */
3476
3483
  }
3477
3484
  .e-grid.sf-grid .e-frozencontent {
3478
3485
  border-bottom-style: solid;
package/styles/fabric.css CHANGED
@@ -1484,7 +1484,10 @@ li.e-separator.e-menu-item.e-excel-separator {
1484
1484
  border-width: 1px 0 0 0;
1485
1485
  border-color: #eaeaea;
1486
1486
  }
1487
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1487
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1488
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1489
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1490
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1488
1491
  border-bottom-width: 1px;
1489
1492
  }
1490
1493
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -2048,7 +2051,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2048
2051
  border-left-style: solid;
2049
2052
  border-left-width: 1px;
2050
2053
  }
2051
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2054
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2052
2055
  border-left-width: 0;
2053
2056
  }
2054
2057
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3465,7 +3468,11 @@ li.e-separator.e-menu-item.e-excel-separator {
3465
3468
  }
3466
3469
  .e-grid.sf-grid .e-movablecontent {
3467
3470
  height: inherit;
3468
- overflow: hidden;
3471
+ overflow-x: auto;
3472
+ scrollbar-width: none; /* firefox */
3473
+ }
3474
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3475
+ display: none; /* safari, chrome and edge */
3469
3476
  }
3470
3477
  .e-grid.sf-grid .e-frozencontent {
3471
3478
  border-bottom-style: solid;
@@ -1582,7 +1582,10 @@ li.e-separator.e-menu-item.e-excel-separator {
1582
1582
  border-width: 1px 0 0 0;
1583
1583
  border-color: #292827;
1584
1584
  }
1585
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1585
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1586
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1587
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1588
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1586
1589
  border-bottom-width: 1px;
1587
1590
  }
1588
1591
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -2149,7 +2152,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2149
2152
  border-left-style: solid;
2150
2153
  border-left-width: 1px;
2151
2154
  }
2152
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2155
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2153
2156
  border-left-width: 0;
2154
2157
  }
2155
2158
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3578,7 +3581,11 @@ li.e-separator.e-menu-item.e-excel-separator {
3578
3581
  }
3579
3582
  .e-grid.sf-grid .e-movablecontent {
3580
3583
  height: inherit;
3581
- overflow: hidden;
3584
+ overflow-x: auto;
3585
+ scrollbar-width: none; /* firefox */
3586
+ }
3587
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3588
+ display: none; /* safari, chrome and edge */
3582
3589
  }
3583
3590
  .e-grid.sf-grid .e-frozencontent {
3584
3591
  border-bottom-style: solid;
package/styles/fluent.css CHANGED
@@ -1582,7 +1582,10 @@ li.e-separator.e-menu-item.e-excel-separator {
1582
1582
  border-width: 1px 0 0 0;
1583
1583
  border-color: #edebe9;
1584
1584
  }
1585
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1585
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1586
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1587
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1588
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1586
1589
  border-bottom-width: 1px;
1587
1590
  }
1588
1591
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -2149,7 +2152,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2149
2152
  border-left-style: solid;
2150
2153
  border-left-width: 1px;
2151
2154
  }
2152
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2155
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2153
2156
  border-left-width: 0;
2154
2157
  }
2155
2158
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3578,7 +3581,11 @@ li.e-separator.e-menu-item.e-excel-separator {
3578
3581
  }
3579
3582
  .e-grid.sf-grid .e-movablecontent {
3580
3583
  height: inherit;
3581
- overflow: hidden;
3584
+ overflow-x: auto;
3585
+ scrollbar-width: none; /* firefox */
3586
+ }
3587
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3588
+ display: none; /* safari, chrome and edge */
3582
3589
  }
3583
3590
  .e-grid.sf-grid .e-frozencontent {
3584
3591
  border-bottom-style: solid;
@@ -900,7 +900,10 @@
900
900
  border-color: $grid-dragcell-border-color;
901
901
  }
902
902
 
903
- .e-gridcontent .e-rowdragdrop.e-lastrowcell {
903
+ .e-gridcontent .e-rowdragdrop.e-lastrowcell,
904
+ .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
905
+ .e-gridcontent .e-indentcell.e-lastrowcell,
906
+ .e-gridcontent .e-groupcaption.e-lastrowcell {
904
907
  border-bottom-width: $grid-border-bottom-width;
905
908
  }
906
909
 
@@ -1697,7 +1700,7 @@
1697
1700
 
1698
1701
  &.e-default tr {
1699
1702
  & td:first-child,
1700
- & th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border),
1703
+ & :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border),
1701
1704
  & th.e-detailheadercell:first-child,
1702
1705
  & th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1703
1706
  border-left-width: 0;
@@ -3667,7 +3670,12 @@
3667
3670
 
3668
3671
  .e-movablecontent {
3669
3672
  height: inherit;
3670
- overflow: hidden;
3673
+ overflow-x: auto;
3674
+ scrollbar-width: none; /* firefox */
3675
+ }
3676
+
3677
+ .e-movablecontent::-webkit-scrollbar {
3678
+ display: none; /* safari, chrome and edge */
3671
3679
  }
3672
3680
 
3673
3681
  .e-frozencontent {
@@ -1105,7 +1105,10 @@
1105
1105
  border-width: 1px 0 0 0;
1106
1106
  border-color: #484848;
1107
1107
  }
1108
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1108
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1109
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1110
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1111
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1109
1112
  border-bottom-width: 1px;
1110
1113
  }
1111
1114
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -1669,7 +1672,7 @@
1669
1672
  border-left-style: solid;
1670
1673
  border-left-width: 1px;
1671
1674
  }
1672
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1675
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1673
1676
  border-left-width: 0;
1674
1677
  }
1675
1678
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3086,7 +3089,11 @@
3086
3089
  }
3087
3090
  .e-grid.sf-grid .e-movablecontent {
3088
3091
  height: inherit;
3089
- overflow: hidden;
3092
+ overflow-x: auto;
3093
+ scrollbar-width: none; /* firefox */
3094
+ }
3095
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3096
+ display: none; /* safari, chrome and edge */
3090
3097
  }
3091
3098
  .e-grid.sf-grid .e-frozencontent {
3092
3099
  border-bottom-style: solid;
@@ -1106,7 +1106,10 @@
1106
1106
  border-width: 1px 0 0 0;
1107
1107
  border-color: #ddd;
1108
1108
  }
1109
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1109
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1110
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1111
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1112
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1110
1113
  border-bottom-width: 1px;
1111
1114
  }
1112
1115
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -1670,7 +1673,7 @@
1670
1673
  border-left-style: solid;
1671
1674
  border-left-width: 1px;
1672
1675
  }
1673
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1676
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1674
1677
  border-left-width: 0;
1675
1678
  }
1676
1679
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3087,7 +3090,11 @@
3087
3090
  }
3088
3091
  .e-grid.sf-grid .e-movablecontent {
3089
3092
  height: inherit;
3090
- overflow: hidden;
3093
+ overflow-x: auto;
3094
+ scrollbar-width: none; /* firefox */
3095
+ }
3096
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3097
+ display: none; /* safari, chrome and edge */
3091
3098
  }
3092
3099
  .e-grid.sf-grid .e-frozencontent {
3093
3100
  border-bottom-style: solid;
@@ -1151,7 +1151,10 @@
1151
1151
  border-width: 1px 0 0 0;
1152
1152
  border-color: #ddd;
1153
1153
  }
1154
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1154
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1155
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1156
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1157
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1155
1158
  border-bottom-width: 1px;
1156
1159
  }
1157
1160
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -1718,7 +1721,7 @@
1718
1721
  border-left-style: solid;
1719
1722
  border-left-width: 1px;
1720
1723
  }
1721
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1724
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1722
1725
  border-left-width: 0;
1723
1726
  }
1724
1727
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3138,7 +3141,11 @@
3138
3141
  }
3139
3142
  .e-grid.sf-grid .e-movablecontent {
3140
3143
  height: inherit;
3141
- overflow: hidden;
3144
+ overflow-x: auto;
3145
+ scrollbar-width: none; /* firefox */
3146
+ }
3147
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3148
+ display: none; /* safari, chrome and edge */
3142
3149
  }
3143
3150
  .e-grid.sf-grid .e-frozencontent {
3144
3151
  border-bottom-style: solid;
@@ -1165,7 +1165,10 @@
1165
1165
  border-width: 1px 0 0 0;
1166
1166
  border-color: #444c54;
1167
1167
  }
1168
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1168
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1169
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1170
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1171
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1169
1172
  border-bottom-width: 1px;
1170
1173
  }
1171
1174
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -1733,7 +1736,7 @@
1733
1736
  border-left-style: solid;
1734
1737
  border-left-width: 1px;
1735
1738
  }
1736
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1739
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1737
1740
  border-left-width: 0;
1738
1741
  }
1739
1742
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3150,7 +3153,11 @@
3150
3153
  }
3151
3154
  .e-grid.sf-grid .e-movablecontent {
3152
3155
  height: inherit;
3153
- overflow: hidden;
3156
+ overflow-x: auto;
3157
+ scrollbar-width: none; /* firefox */
3158
+ }
3159
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3160
+ display: none; /* safari, chrome and edge */
3154
3161
  }
3155
3162
  .e-grid.sf-grid .e-frozencontent {
3156
3163
  border-bottom-style: solid;
@@ -1165,7 +1165,10 @@
1165
1165
  border-width: 1px 0 0 0;
1166
1166
  border-color: #dee2e6;
1167
1167
  }
1168
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1168
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1169
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1170
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1171
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1169
1172
  border-bottom-width: 1px;
1170
1173
  }
1171
1174
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -1733,7 +1736,7 @@
1733
1736
  border-left-style: solid;
1734
1737
  border-left-width: 1px;
1735
1738
  }
1736
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1739
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1737
1740
  border-left-width: 0;
1738
1741
  }
1739
1742
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3150,7 +3153,11 @@
3150
3153
  }
3151
3154
  .e-grid.sf-grid .e-movablecontent {
3152
3155
  height: inherit;
3153
- overflow: hidden;
3156
+ overflow-x: auto;
3157
+ scrollbar-width: none; /* firefox */
3158
+ }
3159
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3160
+ display: none; /* safari, chrome and edge */
3154
3161
  }
3155
3162
  .e-grid.sf-grid .e-frozencontent {
3156
3163
  border-bottom-style: solid;
@@ -1079,7 +1079,10 @@
1079
1079
  border-width: 1px 0 0 0;
1080
1080
  border-color: #414040;
1081
1081
  }
1082
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1082
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1083
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1084
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1085
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1083
1086
  border-bottom-width: 1px;
1084
1087
  }
1085
1088
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -1643,7 +1646,7 @@
1643
1646
  border-left-style: solid;
1644
1647
  border-left-width: 1px;
1645
1648
  }
1646
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1649
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1647
1650
  border-left-width: 0;
1648
1651
  }
1649
1652
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3060,7 +3063,11 @@
3060
3063
  }
3061
3064
  .e-grid.sf-grid .e-movablecontent {
3062
3065
  height: inherit;
3063
- overflow: hidden;
3066
+ overflow-x: auto;
3067
+ scrollbar-width: none; /* firefox */
3068
+ }
3069
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3070
+ display: none; /* safari, chrome and edge */
3064
3071
  }
3065
3072
  .e-grid.sf-grid .e-frozencontent {
3066
3073
  border-bottom-style: solid;
@@ -1072,7 +1072,10 @@
1072
1072
  border-width: 1px 0 0 0;
1073
1073
  border-color: #eaeaea;
1074
1074
  }
1075
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1075
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1076
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1077
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1078
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1076
1079
  border-bottom-width: 1px;
1077
1080
  }
1078
1081
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -1636,7 +1639,7 @@
1636
1639
  border-left-style: solid;
1637
1640
  border-left-width: 1px;
1638
1641
  }
1639
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1642
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1640
1643
  border-left-width: 0;
1641
1644
  }
1642
1645
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3053,7 +3056,11 @@
3053
3056
  }
3054
3057
  .e-grid.sf-grid .e-movablecontent {
3055
3058
  height: inherit;
3056
- overflow: hidden;
3059
+ overflow-x: auto;
3060
+ scrollbar-width: none; /* firefox */
3061
+ }
3062
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3063
+ display: none; /* safari, chrome and edge */
3057
3064
  }
3058
3065
  .e-grid.sf-grid .e-frozencontent {
3059
3066
  border-bottom-style: solid;
@@ -1167,7 +1167,10 @@
1167
1167
  border-width: 1px 0 0 0;
1168
1168
  border-color: #292827;
1169
1169
  }
1170
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1170
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1171
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1172
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1173
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1171
1174
  border-bottom-width: 1px;
1172
1175
  }
1173
1176
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -1734,7 +1737,7 @@
1734
1737
  border-left-style: solid;
1735
1738
  border-left-width: 1px;
1736
1739
  }
1737
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1740
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1738
1741
  border-left-width: 0;
1739
1742
  }
1740
1743
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3163,7 +3166,11 @@
3163
3166
  }
3164
3167
  .e-grid.sf-grid .e-movablecontent {
3165
3168
  height: inherit;
3166
- overflow: hidden;
3169
+ overflow-x: auto;
3170
+ scrollbar-width: none; /* firefox */
3171
+ }
3172
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3173
+ display: none; /* safari, chrome and edge */
3167
3174
  }
3168
3175
  .e-grid.sf-grid .e-frozencontent {
3169
3176
  border-bottom-style: solid;
@@ -1167,7 +1167,10 @@
1167
1167
  border-width: 1px 0 0 0;
1168
1168
  border-color: #edebe9;
1169
1169
  }
1170
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1170
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1171
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1172
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1173
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1171
1174
  border-bottom-width: 1px;
1172
1175
  }
1173
1176
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -1734,7 +1737,7 @@
1734
1737
  border-left-style: solid;
1735
1738
  border-left-width: 1px;
1736
1739
  }
1737
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1740
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1738
1741
  border-left-width: 0;
1739
1742
  }
1740
1743
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3163,7 +3166,11 @@
3163
3166
  }
3164
3167
  .e-grid.sf-grid .e-movablecontent {
3165
3168
  height: inherit;
3166
- overflow: hidden;
3169
+ overflow-x: auto;
3170
+ scrollbar-width: none; /* firefox */
3171
+ }
3172
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3173
+ display: none; /* safari, chrome and edge */
3167
3174
  }
3168
3175
  .e-grid.sf-grid .e-frozencontent {
3169
3176
  border-bottom-style: solid;
@@ -1076,7 +1076,10 @@
1076
1076
  border-width: 1px 0 0 0;
1077
1077
  border-color: #757575;
1078
1078
  }
1079
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1079
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1080
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1081
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1082
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1080
1083
  border-bottom-width: 1px;
1081
1084
  }
1082
1085
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -1640,7 +1643,7 @@
1640
1643
  border-left-style: solid;
1641
1644
  border-left-width: 1px;
1642
1645
  }
1643
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1646
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1644
1647
  border-left-width: 0;
1645
1648
  }
1646
1649
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3057,7 +3060,11 @@
3057
3060
  }
3058
3061
  .e-grid.sf-grid .e-movablecontent {
3059
3062
  height: inherit;
3060
- overflow: hidden;
3063
+ overflow-x: auto;
3064
+ scrollbar-width: none; /* firefox */
3065
+ }
3066
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3067
+ display: none; /* safari, chrome and edge */
3061
3068
  }
3062
3069
  .e-grid.sf-grid .e-frozencontent {
3063
3070
  border-bottom-style: solid;
@@ -1076,7 +1076,10 @@
1076
1076
  border-width: 1px 0 0 0;
1077
1077
  border-color: #969696;
1078
1078
  }
1079
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1079
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1080
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1081
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1082
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1080
1083
  border-bottom-width: 1px;
1081
1084
  }
1082
1085
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -1640,7 +1643,7 @@
1640
1643
  border-left-style: solid;
1641
1644
  border-left-width: 1px;
1642
1645
  }
1643
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1646
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1644
1647
  border-left-width: 0;
1645
1648
  }
1646
1649
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3057,7 +3060,11 @@
3057
3060
  }
3058
3061
  .e-grid.sf-grid .e-movablecontent {
3059
3062
  height: inherit;
3060
- overflow: hidden;
3063
+ overflow-x: auto;
3064
+ scrollbar-width: none; /* firefox */
3065
+ }
3066
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3067
+ display: none; /* safari, chrome and edge */
3061
3068
  }
3062
3069
  .e-grid.sf-grid .e-frozencontent {
3063
3070
  border-bottom-style: solid;
@@ -1120,7 +1120,10 @@
1120
1120
  border-width: 1px 0 0 0;
1121
1121
  border-color: #616161;
1122
1122
  }
1123
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1123
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1124
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1125
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1126
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1124
1127
  border-bottom-width: 1px;
1125
1128
  }
1126
1129
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -1684,7 +1687,7 @@
1684
1687
  border-left-style: solid;
1685
1688
  border-left-width: 1px;
1686
1689
  }
1687
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1690
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1688
1691
  border-left-width: 0;
1689
1692
  }
1690
1693
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3101,7 +3104,11 @@
3101
3104
  }
3102
3105
  .e-grid.sf-grid .e-movablecontent {
3103
3106
  height: inherit;
3104
- overflow: hidden;
3107
+ overflow-x: auto;
3108
+ scrollbar-width: none; /* firefox */
3109
+ }
3110
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3111
+ display: none; /* safari, chrome and edge */
3105
3112
  }
3106
3113
  .e-grid.sf-grid .e-frozencontent {
3107
3114
  border-bottom-style: solid;
@@ -1154,7 +1154,10 @@
1154
1154
  border-width: 1px 0 0 0;
1155
1155
  border-color: #e0e0e0;
1156
1156
  }
1157
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1157
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1158
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1159
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1160
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1158
1161
  border-bottom-width: 1px;
1159
1162
  }
1160
1163
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -1718,7 +1721,7 @@
1718
1721
  border-left-style: solid;
1719
1722
  border-left-width: 1px;
1720
1723
  }
1721
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1724
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1722
1725
  border-left-width: 0;
1723
1726
  }
1724
1727
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3135,7 +3138,11 @@
3135
3138
  }
3136
3139
  .e-grid.sf-grid .e-movablecontent {
3137
3140
  height: inherit;
3138
- overflow: hidden;
3141
+ overflow-x: auto;
3142
+ scrollbar-width: none; /* firefox */
3143
+ }
3144
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3145
+ display: none; /* safari, chrome and edge */
3139
3146
  }
3140
3147
  .e-grid.sf-grid .e-frozencontent {
3141
3148
  border-bottom-style: solid;
@@ -1156,7 +1156,10 @@
1156
1156
  border-width: 1px 0 0 0;
1157
1157
  border-color: #4b5563;
1158
1158
  }
1159
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1159
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1160
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1161
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1162
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1160
1163
  border-bottom-width: 1px;
1161
1164
  }
1162
1165
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -1725,7 +1728,7 @@
1725
1728
  border-left-style: solid;
1726
1729
  border-left-width: 1px;
1727
1730
  }
1728
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1731
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1729
1732
  border-left-width: 0;
1730
1733
  }
1731
1734
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3171,7 +3174,11 @@
3171
3174
  }
3172
3175
  .e-grid.sf-grid .e-movablecontent {
3173
3176
  height: inherit;
3174
- overflow: hidden;
3177
+ overflow-x: auto;
3178
+ scrollbar-width: none; /* firefox */
3179
+ }
3180
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3181
+ display: none; /* safari, chrome and edge */
3175
3182
  }
3176
3183
  .e-grid.sf-grid .e-frozencontent {
3177
3184
  border-bottom-style: solid;
@@ -1156,7 +1156,10 @@
1156
1156
  border-width: 1px 0 0 0;
1157
1157
  border-color: #e5e7eb;
1158
1158
  }
1159
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1159
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1160
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1161
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1162
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1160
1163
  border-bottom-width: 1px;
1161
1164
  }
1162
1165
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -1725,7 +1728,7 @@
1725
1728
  border-left-style: solid;
1726
1729
  border-left-width: 1px;
1727
1730
  }
1728
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1731
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
1729
1732
  border-left-width: 0;
1730
1733
  }
1731
1734
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3171,7 +3174,11 @@
3171
3174
  }
3172
3175
  .e-grid.sf-grid .e-movablecontent {
3173
3176
  height: inherit;
3174
- overflow: hidden;
3177
+ overflow-x: auto;
3178
+ scrollbar-width: none; /* firefox */
3179
+ }
3180
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3181
+ display: none; /* safari, chrome and edge */
3175
3182
  }
3176
3183
  .e-grid.sf-grid .e-frozencontent {
3177
3184
  border-bottom-style: solid;
@@ -1488,7 +1488,10 @@ li.e-separator.e-menu-item.e-excel-separator {
1488
1488
  border-width: 1px 0 0 0;
1489
1489
  border-color: #757575;
1490
1490
  }
1491
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1491
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1492
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1493
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1494
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1492
1495
  border-bottom-width: 1px;
1493
1496
  }
1494
1497
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -2052,7 +2055,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2052
2055
  border-left-style: solid;
2053
2056
  border-left-width: 1px;
2054
2057
  }
2055
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2058
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2056
2059
  border-left-width: 0;
2057
2060
  }
2058
2061
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3469,7 +3472,11 @@ li.e-separator.e-menu-item.e-excel-separator {
3469
3472
  }
3470
3473
  .e-grid.sf-grid .e-movablecontent {
3471
3474
  height: inherit;
3472
- overflow: hidden;
3475
+ overflow-x: auto;
3476
+ scrollbar-width: none; /* firefox */
3477
+ }
3478
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3479
+ display: none; /* safari, chrome and edge */
3473
3480
  }
3474
3481
  .e-grid.sf-grid .e-frozencontent {
3475
3482
  border-bottom-style: solid;
@@ -1488,7 +1488,10 @@ li.e-separator.e-menu-item.e-excel-separator {
1488
1488
  border-width: 1px 0 0 0;
1489
1489
  border-color: #969696;
1490
1490
  }
1491
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1491
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1492
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1493
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1494
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1492
1495
  border-bottom-width: 1px;
1493
1496
  }
1494
1497
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -2052,7 +2055,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2052
2055
  border-left-style: solid;
2053
2056
  border-left-width: 1px;
2054
2057
  }
2055
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2058
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2056
2059
  border-left-width: 0;
2057
2060
  }
2058
2061
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3469,7 +3472,11 @@ li.e-separator.e-menu-item.e-excel-separator {
3469
3472
  }
3470
3473
  .e-grid.sf-grid .e-movablecontent {
3471
3474
  height: inherit;
3472
- overflow: hidden;
3475
+ overflow-x: auto;
3476
+ scrollbar-width: none; /* firefox */
3477
+ }
3478
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3479
+ display: none; /* safari, chrome and edge */
3473
3480
  }
3474
3481
  .e-grid.sf-grid .e-frozencontent {
3475
3482
  border-bottom-style: solid;
@@ -1538,7 +1538,10 @@ li.e-separator.e-menu-item.e-excel-separator {
1538
1538
  border-width: 1px 0 0 0;
1539
1539
  border-color: #616161;
1540
1540
  }
1541
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1541
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1542
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1543
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1544
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1542
1545
  border-bottom-width: 1px;
1543
1546
  }
1544
1547
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -2102,7 +2105,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2102
2105
  border-left-style: solid;
2103
2106
  border-left-width: 1px;
2104
2107
  }
2105
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2108
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2106
2109
  border-left-width: 0;
2107
2110
  }
2108
2111
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3519,7 +3522,11 @@ li.e-separator.e-menu-item.e-excel-separator {
3519
3522
  }
3520
3523
  .e-grid.sf-grid .e-movablecontent {
3521
3524
  height: inherit;
3522
- overflow: hidden;
3525
+ overflow-x: auto;
3526
+ scrollbar-width: none; /* firefox */
3527
+ }
3528
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3529
+ display: none; /* safari, chrome and edge */
3523
3530
  }
3524
3531
  .e-grid.sf-grid .e-frozencontent {
3525
3532
  border-bottom-style: solid;
@@ -1580,7 +1580,10 @@ li.e-separator.e-menu-item.e-excel-separator {
1580
1580
  border-width: 1px 0 0 0;
1581
1581
  border-color: #e0e0e0;
1582
1582
  }
1583
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1583
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1584
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1585
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1586
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1584
1587
  border-bottom-width: 1px;
1585
1588
  }
1586
1589
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -2144,7 +2147,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2144
2147
  border-left-style: solid;
2145
2148
  border-left-width: 1px;
2146
2149
  }
2147
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2150
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2148
2151
  border-left-width: 0;
2149
2152
  }
2150
2153
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3561,7 +3564,11 @@ li.e-separator.e-menu-item.e-excel-separator {
3561
3564
  }
3562
3565
  .e-grid.sf-grid .e-movablecontent {
3563
3566
  height: inherit;
3564
- overflow: hidden;
3567
+ overflow-x: auto;
3568
+ scrollbar-width: none; /* firefox */
3569
+ }
3570
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3571
+ display: none; /* safari, chrome and edge */
3565
3572
  }
3566
3573
  .e-grid.sf-grid .e-frozencontent {
3567
3574
  border-bottom-style: solid;
@@ -1572,7 +1572,10 @@ li.e-separator.e-menu-item.e-excel-separator {
1572
1572
  border-width: 1px 0 0 0;
1573
1573
  border-color: #4b5563;
1574
1574
  }
1575
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1575
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1576
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1577
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1578
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1576
1579
  border-bottom-width: 1px;
1577
1580
  }
1578
1581
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -2141,7 +2144,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2141
2144
  border-left-style: solid;
2142
2145
  border-left-width: 1px;
2143
2146
  }
2144
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2147
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2145
2148
  border-left-width: 0;
2146
2149
  }
2147
2150
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3587,7 +3590,11 @@ li.e-separator.e-menu-item.e-excel-separator {
3587
3590
  }
3588
3591
  .e-grid.sf-grid .e-movablecontent {
3589
3592
  height: inherit;
3590
- overflow: hidden;
3593
+ overflow-x: auto;
3594
+ scrollbar-width: none; /* firefox */
3595
+ }
3596
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3597
+ display: none; /* safari, chrome and edge */
3591
3598
  }
3592
3599
  .e-grid.sf-grid .e-frozencontent {
3593
3600
  border-bottom-style: solid;
@@ -1572,7 +1572,10 @@ li.e-separator.e-menu-item.e-excel-separator {
1572
1572
  border-width: 1px 0 0 0;
1573
1573
  border-color: #e5e7eb;
1574
1574
  }
1575
- .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
1575
+ .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell,
1576
+ .e-grid .e-gridcontent .e-recordpluscollapse.e-lastrowcell,
1577
+ .e-grid .e-gridcontent .e-indentcell.e-lastrowcell,
1578
+ .e-grid .e-gridcontent .e-groupcaption.e-lastrowcell {
1576
1579
  border-bottom-width: 1px;
1577
1580
  }
1578
1581
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
@@ -2141,7 +2144,7 @@ li.e-separator.e-menu-item.e-excel-separator {
2141
2144
  border-left-style: solid;
2142
2145
  border-left-width: 1px;
2143
2146
  }
2144
- .e-grid.e-default tr td:first-child, .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2147
+ .e-grid.e-default tr td:first-child, .e-grid.e-default tr :not(.e-rtl) th.e-headercell:first-child:not(.e-firstcell):not(.e-headercell.e-frozen-left-border), .e-grid.e-default tr th.e-detailheadercell:first-child, .e-grid.e-default tr th.e-filterbarcell:first-child:not(.e-filterbarcell.e-frozen-left-border) {
2145
2148
  border-left-width: 0;
2146
2149
  }
2147
2150
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
@@ -3587,7 +3590,11 @@ li.e-separator.e-menu-item.e-excel-separator {
3587
3590
  }
3588
3591
  .e-grid.sf-grid .e-movablecontent {
3589
3592
  height: inherit;
3590
- overflow: hidden;
3593
+ overflow-x: auto;
3594
+ scrollbar-width: none; /* firefox */
3595
+ }
3596
+ .e-grid.sf-grid .e-movablecontent::-webkit-scrollbar {
3597
+ display: none; /* safari, chrome and edge */
3591
3598
  }
3592
3599
  .e-grid.sf-grid .e-frozencontent {
3593
3600
  border-bottom-style: solid;