I'm having a tough time figuring out how to restyle the TreeGrid. I want to change the border colors. I was trying to accomplish this via the column customattributes properties, but as best I can tell it does not work for higher up elements like eGrid. I am using scss for the project.
1) Is it possible to have the css coe in the scss file of my component or does it have to go in styles.scss?
2) I am restyling a single treegrid, so i don't want these changes to be global to all treegrids.
3) How can I change the row borders for the egrid, header row, and normal rows to a different color?
4) How can I change the expand/contract arrow to a different value?
In the sample you provided the .e-treegridexpand and .e-treegridcollapse are not having an affect on the grid. I believe
is supposed to change it to a plus sign, but it's a triangle instead. I tried to change it to other values, but they did not have an
Looks like I am all set. This was the css style I used to change the expand/collapse colors. Thanks for the help!