Hi,
I have a grid with a child grid which has a child grid; basically a grid with grandchildren :)
I would like to change the color of the selected row for the grid, child grid and child child grid (grandchild).
I've that fot the grid and child grid it work well using the CSS:
.e-grid td.e-active {
background-color: blue;
}
but it doesn't work for the grand child.
Can you please help me out?