I have a datagrid biding to nullable properties. For null values in DataGridTextColumn, instead of showing empty cell, I’d like to display ‘n/a’. Is it possible?
I have a datagrid biding to nullable properties. For null values in DataGridTextColumn, instead
Share
You can use the TargetNullValue Property to set a default text if the binding returns null.
SAMPLE