Data grid new column's default value

  • Thread starter Thread starter Alpha Zero
  • Start date Start date
A

Alpha Zero

Hi!
When I click on new row of DataGrid, it displays "(null)" which we can
change.
Is it possible to change this default text to something like "Make new
entry.."?

Thanks.

Regards,
 
I am not sure whether I can understand your question. However, I believe
you can check out template column in Data Grid. You can specify almost
everything.

ms-help://MS.VSCC.2003/MS.MSDNQTR.2003APR.1033/vbcon/html/vbconDataGridColum
ns.htm

Hope this help.
 
Actually,
While using DataGrid, selecting an empty row turns it into "(null)". You
might have observed.
Can I change default behaviour of showing "(null)" to something like "Enter
new item.."?
Is it clear now?
Thanks.
 
Back
Top