Hi everyone,
I have the following EditCommandColu mn
<Columns>
<asp:BoundColum n DataField="Qty" HeaderText="Qty "
HeaderStyle-Font-Bold="True" HeaderStyle-CssClass="normt ext"
ItemStyle-CssClass="normt ext"></asp:BoundColumn >
<asp:EditComman dColumn ButtonType="Lin kButton" EditText="Edit"
CancelText="Can cel" UpdateText="Upd ate"
HeaderStyle-CssClass="normt ext" ItemStyle-Wrap="false" HeaderText="Edi t"
HeaderStyle-Wrap="false" HeaderStyle-Font-Bold="True" />
</Columns>
How do I assign a CSS tag to the hyperlinks 'Edit' and once clicked 'Update'
and 'Cancel' in my datagrid rows? Also, once the user clicks edit on a row
it creates a textbox for users to input their Qty value. How do I set the
TextBox width in that row?
Thank you
Maziar A.
I have the following EditCommandColu mn
<Columns>
<asp:BoundColum n DataField="Qty" HeaderText="Qty "
HeaderStyle-Font-Bold="True" HeaderStyle-CssClass="normt ext"
ItemStyle-CssClass="normt ext"></asp:BoundColumn >
<asp:EditComman dColumn ButtonType="Lin kButton" EditText="Edit"
CancelText="Can cel" UpdateText="Upd ate"
HeaderStyle-CssClass="normt ext" ItemStyle-Wrap="false" HeaderText="Edi t"
HeaderStyle-Wrap="false" HeaderStyle-Font-Bold="True" />
</Columns>
How do I assign a CSS tag to the hyperlinks 'Edit' and once clicked 'Update'
and 'Cancel' in my datagrid rows? Also, once the user clicks edit on a row
it creates a textbox for users to input their Qty value. How do I set the
TextBox width in that row?
Thank you
Maziar A.
Comment