Hi,
I think this is similar to the issue raised in the following thread :
http://www.telerik.com/community/forums/winforms/gridview/conditional-formatting-doesn-t-apply-after-updating-cell-value.aspx
however the solution posted does not seem to have an effect.
I am handling the CellEndEdit Event which performs a data save programatically. The formatting rules though do not update the colour coding of the row ones the save is complete. I have updated the CelLEndEdit Event to now call _grid.TableElement.Update(GridUINotifyAction.StateChanged) as per the suggestion in the thread after the save, but still this doesn't seem to apply the formatting.
Is there something I am missing?
Many thanks,
Mark.
I think this is similar to the issue raised in the following thread :
http://www.telerik.com/community/forums/winforms/gridview/conditional-formatting-doesn-t-apply-after-updating-cell-value.aspx
however the solution posted does not seem to have an effect.
I am handling the CellEndEdit Event which performs a data save programatically. The formatting rules though do not update the colour coding of the row ones the save is complete. I have updated the CelLEndEdit Event to now call _grid.TableElement.Update(GridUINotifyAction.StateChanged) as per the suggestion in the thread after the save, but still this doesn't seem to apply the formatting.
Is there something I am missing?
Many thanks,
Mark.