mzim
Well-known member
this what i have so far.
but i want to remove the $ sign.
how can i figure that out?
VB.NET:
Dim t As New DataGridTextBoxColumn()
t.MappingName = "price"
t.Format = "c"
how can i figure that out?