Home › Forums › WinForms controls › Xceed Grid for WinForms › NullException or Input String Not In Correct Format Error › Reply To: NullException or Input String Not In Correct Format Error
You don’t have to do it like that. The Cell and Column class have a property NullText. Whenever a Cell value is null, it will display as this NullText.<pre>grid.Columns[“Page”].NullText = “none”;</pre>
Imported from legacy forums. Posted by Tommy (had 2982 views)