Question
gridField rows selection color
Hi,
I have a read only grid with below parameters. Now when we select the rows those are appearing with a default color.
How and where I can customize the color which I want. Is there any parameter for doing this?
selectable: true,
selectionStyle: "ROW_HIGHLIGHT",
selectionValue: local!selection,
selectionSaveInto: local!selection,

