T
TB
Hi All:
I hope that this is the right group for posting the following (newbie)
question:
Using VS.NET 2003 I have created a datagrid, where I want to ensure
that all text both when viewed AND when edited is displayed in Verdana
9px
This code goes like this:
<aspataGrid id="MyDataGrid" runat="server"
autogeneratecolumns="False" AlternatingItemStyle-BackColor="#C0C0C0"
AllowPaging="True" OnPageIndexChanged="PageChange"
OnEditCommand="EditDataGrid_Edit" OnCancelCommand="EditDataGrid_Cancel"
OnUpdateCommand="EditDataGrid_Update" PageSize="10"
Font-Name="Verdana" Font-Size="9px" HeaderStyle-BackColor="#88B5DA"
Width="100%">
<EditItemStyle Font-Name="Verdana"/>
<EditItemStyle Font-Size="9px"/>
<Columns>
(etc, etc)
Whereas all the viewable data is displayed in Verdana 9px, whenever I
try to edit something the letters inside the textboxes of the selected
item is displayed as something that looks like Arial 10px.
Any suggestions will be highly appreciated.
Thanks
TB
I hope that this is the right group for posting the following (newbie)
question:
Using VS.NET 2003 I have created a datagrid, where I want to ensure
that all text both when viewed AND when edited is displayed in Verdana
9px
This code goes like this:
<aspataGrid id="MyDataGrid" runat="server"
autogeneratecolumns="False" AlternatingItemStyle-BackColor="#C0C0C0"
AllowPaging="True" OnPageIndexChanged="PageChange"
OnEditCommand="EditDataGrid_Edit" OnCancelCommand="EditDataGrid_Cancel"
OnUpdateCommand="EditDataGrid_Update" PageSize="10"
Font-Name="Verdana" Font-Size="9px" HeaderStyle-BackColor="#88B5DA"
Width="100%">
<EditItemStyle Font-Name="Verdana"/>
<EditItemStyle Font-Size="9px"/>
<Columns>
(etc, etc)
Whereas all the viewable data is displayed in Verdana 9px, whenever I
try to edit something the letters inside the textboxes of the selected
item is displayed as something that looks like Arial 10px.
Any suggestions will be highly appreciated.
Thanks
TB