Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to add dollar sign for auto generated columns? I would like to add dollar sign for the auto generated columns(storing numeric values- cash) in datagrid using wpf?
Posted

1 solution

I looked at the documentation for DataGrid. It looks like you must declare a Converter property in the Binding class of the DataGridTextColumn Class. See Binding.Converter Property[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900