Hi ,
How to create GridFooterTemplate programmatically for autogenerate column is true?
For the below type of aspx code
Best Regards,
Satz
How to create GridFooterTemplate programmatically for autogenerate column is true?
For the below type of aspx code
<
GroupFooterTemplate
>
Total Refund Amount:
<
asp:Label
runat
=
"server"
ID
=
"lblTotalSum"
Text='<%# Eval("RefundAmount") %>'></
asp:Label
>
Total Count:
<
asp:Label
runat
=
"server"
ID
=
"Label1"
Text='<%# Eval("Id") %>'></
asp:Label
>
</
GroupFooterTemplate
>
Best Regards,
Satz