Hi All,
Does anyone know how to format cells to currency in an unbound datagridview.
I have tried the following:
dgv1.Columns[1].DefaultCellStyle.Format="c" but no go.
I thought I read somewhere that you cannot format an unbound grid to currency, only bound grids ?
Any help would be appreciated..
Thanks:ambivalence:
Does anyone know how to format cells to currency in an unbound datagridview.
I have tried the following:
dgv1.Columns[1].DefaultCellStyle.Format="c" but no go.
I thought I read somewhere that you cannot format an unbound grid to currency, only bound grids ?
Any help would be appreciated..
Thanks:ambivalence: