Hi,
I am assigning a datatable to xamdatagrid's datasource. the datatable contains decimal numbers (both positive and negative). unfortunately, the negative numbers are shown as blank. I guess I made some format on top of the data (for removing $ symbol before the numbers), and this could be the reason. Below is the code that prevents the $ symbol to be shown.
Infragistics.Windows.Editors.
);
Can anyone help me how to show negative numbers by keeping this format?
Thanks in advance.
Ganesh.