Hi everyone,
In examples section there is nice demo on how to use ConditionValueAppearance order to colorize row values. I want to change row values (say from "000" to "entry0" - nevermind that sort would still be based on original "000" value). Is there any examples on how to implement this functionality (could it be done with ConditionRow class?).
Best regards.
The ConditionValueAppearance and conditions are used mainly for the appearance resolutions of the cells in a column. What you are describing can be achieved using either a DataFilter, or by attaching a ValueList to the column.
DataFilter Example
ValueList Example
-Matt