Hi,
I’m using WinGrid control and binding data to gird. I have set one column format as $#,###,###;($#,###,###) but some time in this column data will come as null value. That time I want show column value equal to blank (“”) but right now it is showing null value column data value as “$”.
Please let me know any solution for null values.
Thnaks
Amit
UltraGridColumn exposes a 'NullText' property, which determines what is displayed when the cell's value is null.