I tried several ways to change font colour, but could not find a solution. How to change the font colour of a grid?
Do you mean the Grid in Common controls?
Do you mean the background, text, or lines?
Grid in common controls. I changed the background colour of the form . So that text in grid is not readable properly because of its black colour by default. I want to change it to white or some other colour.
In the Grid’s cellstyle property, put:
color:red;
You can put other css specifiers there too, for different fonts, etc.