I have a GridView in which i want to customize my footer as:
Im firing a method to include the text in to the footer using
<Columns>
<asp:TemplateField>
<FooterTemplate>
<%# WriteUrl() %>
</FooterTemplate>
</asp:TemplateField>
</Columns>
However if im using the OnRowDataBound i am facing the same problem.
The text is getting displayed but the gridview is expanding and the whole text is getting displayed with in the one cell itself.
How to set total footer as one cell. or specify colspan for the footer.
Response/Suggestions in detail are appreciated.
ThankYou,
Awesome Coding !! :)