suicidaltendencies
Programmer
I'm trying to add a button to the footer of my datagrid. It looks like the only way I can add a button is to put it in a columns footertemplate area. This associates it to a column. I don't want it to be part of a column because I'd like it on the right side and the column on the right of my datagrid is very thin (the size of my button widens the column). Is there a easy solution?
Thanks,
Harold
</edititemtemplate>
<footertemplate>
<asp:button id="Add" runat="server" text="Add Service" height=".7cm" />
</footertemplate>
</asp:templatecolumn>
Thanks,
Harold
</edititemtemplate>
<footertemplate>
<asp:button id="Add" runat="server" text="Add Service" height=".7cm" />
</footertemplate>
</asp:templatecolumn>