asp.net 2, SQL 2000
Ive used the 'enable edit' feature of the smart tag in a gridview control. The row of my grid has 12 columns & only one is editable - a price field which is a money datatype.
When in edit mode the column becomes much too wide and appears in this format 0.0000
When not in edit mode I get £0.00 as determined by my format string which is fine.
How do I get control of the column width & format whilst in edit mode?
Ive used the 'enable edit' feature of the smart tag in a gridview control. The row of my grid has 12 columns & only one is editable - a price field which is a money datatype.
When in edit mode the column becomes much too wide and appears in this format 0.0000
When not in edit mode I get £0.00 as determined by my format string which is fine.
How do I get control of the column width & format whilst in edit mode?