hopefully an easy one. i can see how one could set the columnCssClass using templates conditionally at grid binding. in my case, i need change one column's CSS class based on user inputs / cell updates. is this possible and simple enough to do?
Hello Fawkes,
Thank you for posting in our forums!
I have done some research on this and found dynamically update the columnCssClass in iggrid is not possible. To change one column css class you can use ColumnCssClass property of igGrid. .You can have more than one css classes and base on the condition you can assign these classes to the variable and set that variable to ColumnCssClass property.
Please find the below infragistics API link:http://help.infragistics.com/jQuery/2015.2/ui.iggrid#options:columns.columnCssClass
Let me know if I may be of further assistance.