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
1493
Dynamic Mask for decimal Places in Grid Cell
posted

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}"/>

 

 

</Style>

 

Thanks.

TargetType="{x:Type igEditors:XamNumericEditor}">