Hi,
Question 1. -
I wanted to try to customize the grid in a manner is follows a certain design.
It was possible to achieve it without Syncfusion's, but is it virtually possible to do it like this design?
Or will it be virtually impossible / not recommended? as I was trying some changes, some were undetected/ignored and some came out to be confusing.
Note, the modification I've been making in the Style.css, the general class to override the grid's design, cause the
The "ejs-grids" component's Scss's class wasn't being taken into consideration.
Question 2. -
How to hide the freeze columns lines and change their color?
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
.e-grid .e-frozenhdrcont .e-movableheader > .e-table,
.e-grid .e-frozencontent > .e-table {
border-bottom-width: 0px;
border-right-width: 0px;
}
|
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
.e-grid .e-frozenhdrcont .e-movableheader > .e-table,
.e-grid .e-frozencontent > .e-table {
border-bottom-color: blue;
border-right-color: blue;
}
|
I see, clear enough.
Thank you... IMMENSLY! Really!