Hi EveryOne,
I am trying to make my Cell to take number of decimal places specified on run time. Firstly is it posible to do so if not then please suggest a solution in this regard. Currently I am trying to achieve this by the code bellow:
Style
<Setter Property="Mask" Value ="{}{double:-{Binding Path=Number}.{Binding Path=Decimals}:c}"/>
Thanks.