Hello,
I am new to SyncFusion. I have created a SfDataGrid in a UWP desktop app. I have a column in the grid for the tax year. For my test, the tax year is 2019.
If I specify FormatString="D" in XAML:
The cell is blank when displaying the value.
The cell is blank when attempting to edit the value.
If I specify FormatString="0000" in XAML.
The cell displays the value correctly: 2019
The cell includes a comma when editing the value: 2,019
How do I remove the comma when the cell is being edited? (And, should the "D" format string work?)
Thank you,
Scott