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
604
'$' appears when Field type is 'decimal'
posted

Hi,

I bind XamDataGrid to BindingList<MyType> collection, where MyType has a public property ID which is decimal.

When ID presented in ID field in the grid,'$' sign appears before the value.

How can I change it?

Thank you