Hi, what I'm trying to do is use the "P2" option from StringFormat to make my PercentTextBox bind to a variable that is in 0.1 format instead of 10% format.
What I'm trying to do basically is:
<syncfusion:PercentTextBox PercentValue="{Binding DiscountPercentage, StringFormat={}{0:P2}, UpdateSourceTrigger=PropertyChanged}"/>
Is there a way to do this or do I have to bind it to a full value ?
Thanks