Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
320
Programmatically assigning cssclass to row (<tr>) and cell (<td>)
posted

I'm trying to, based on data in the row to set the css class for the row or the cell depending on value.

I'd thought I'd worked out how to go about this from a previous project ( http://forums.infragistics.com/forums/p/44928/244928.aspx#244928 ) but despite using the same code for the grid with only altered columns I can't repeat the behavior. The closest I've been able to get the WHDG to add CLASS="class" is at the table level.

 

How can I, consistently, set the css class for row and item levels of the grid during run time?

Parents Reply Children