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
280
dynamically update columnCssClass ?
posted

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?

  • 7535
    Verified Answer
    Offline posted

    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.