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
355
XamGrid ConditionalFormatIcon Binding
posted

Can you bind the VALUE to the dataset for evaluation. For example:

 <ig:ConditionalFormatIcon ValueType="Number" Value="{Binding Path=Percentage}" Operator="GreaterThan">

 I need the VALUE to be based on a number in the binded datasource...

 

Is this possible? Does not seem to work unless I hard code the number....