I am using SmartGWT version 2.0.
I am actually changing the values of cells dynamically in ListGrid by using the method record.setAttribute() and redrawing the grid. In this case the style as set in setEditPendingCSSText() method doesn't apply to these cells. Is there a way where i can dynamically change the styles of those particular cells?
I am actually changing the values of cells dynamically in ListGrid by using the method record.setAttribute() and redrawing the grid. In this case the style as set in setEditPendingCSSText() method doesn't apply to these cells. Is there a way where i can dynamically change the styles of those particular cells?
Comment