Null in DataGrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i'm having a dataGrid & some values in it with value null
how i to be able to not display [Null] & make it empty in the dataview in
the dataGrid
regarding that the user may edit this data , how could i enable the user to
do so ?
 
In the DatagridColumnStyles there is a property NullText (or similar) where
you can pass the text which should be displayed if the cell has a content of
dbnull.
 
Back
Top