R
Rick
VB.Net 2005
I have a non-bound datagridview that I fill with a column that contains a
UPC number (as a string).
I want the display format to be like this: 0 12345 67890 1.
I have tried setting the format at design time to "# ##### ##### #" and also
in the cell formatting event with:
e.Value = Format(e.Value,"# ##### ##### #").
Neither works. How do I set this?
Rick
I have a non-bound datagridview that I fill with a column that contains a
UPC number (as a string).
I want the display format to be like this: 0 12345 67890 1.
I have tried setting the format at design time to "# ##### ##### #" and also
in the cell formatting event with:
e.Value = Format(e.Value,"# ##### ##### #").
Neither works. How do I set this?
Rick