I have a WebDataGrid where I want to have a different css style on a column based upon data in another column. The idea is that I want to color the text red to highlight it if the value of another column in that row is set. I can only find ways to set the entire column style. Help?
Hello Rick,
Thank you for contacting us.
You can set the style using JS when the grid is rendered. Sample code snippet:
I am attaching the working solution.
Please let me know if you need anything else.
Thanks that's what I needed!