Good day,
I want certain cells in the rows with the highest 10 priority numbers in my grid to be colored. I can step through the rows of the dataset and set the value of a column to keep the cssName for the row. Now i need the client to set the row coloring according to the value of that CSS column.
Can you tell me how to do this? What client event can i use to loop through all rows of the grid to set the cell color of certain cells?
thank you,
René
Hi,
I use the server side method in that post to change the css in the initializerow event and the colors do come up even with filtering. I don't know why it doesn't work when doing it client side. If I have a chance to check, I will.
Ed
Good day Ed,
This function does work, but not after adding a filter to the grid. It somekind of refreshes the grid, but does not update the colors of the grid. The values in the grid are updated, but the initialize event is not called again. Any other event which will be called when added a filter to the grid.
thanks,
Here's a great post on it: https://ko.infragistics.com/community/forums/f/ultimate-ui-for-asp-net/50366/changing-cell-back-color-based-on-value/264759#264759