Hi,
Please help.
I want to set the CSS of ListGrid cells based on its value. This is achievable by overriding method getCellCSSText of ListGrid. But this works only at grid initialization because once values are edited, it takes style from editPendingCSS. Is there any way that edited cell CSS can be based on its value?
We have option 'setEditPendingCSSText' to override CSS of edited cell. But it's applicable for all edited cells irrespective of its value.
Thanks in advance,
Please help.
I want to set the CSS of ListGrid cells based on its value. This is achievable by overriding method getCellCSSText of ListGrid. But this works only at grid initialization because once values are edited, it takes style from editPendingCSS. Is there any way that edited cell CSS can be based on its value?
We have option 'setEditPendingCSSText' to override CSS of edited cell. But it's applicable for all edited cells irrespective of its value.
Thanks in advance,
Comment