Hi,
How can i format the WinTree columns e.g using comma as thousand seperator.
Regards
Sudhir Gupta
Hi Sudhir,
You can use the Format property of the column. The tree will simply call the ToString method on the cell's value and pass in the specified format, so you can use any format that is supported by the column's DataType.
For more information on the numeric formats, you can refer to Microsoft's documentation:
Standard Numeric Format Strings
Custom Numeric Format Strings