C
Cdude
I am using this code at the moment to format the column
this.itemsDataGrid.Columns["Amount"].DefaultCellStyle.Format = "c";
but i get the error "Object reference not set to an instance of an
object. " is this code incorrect ?
Any suggestions please
this.itemsDataGrid.Columns["Amount"].DefaultCellStyle.Format = "c";
but i get the error "Object reference not set to an instance of an
object. " is this code incorrect ?
Any suggestions please