Add subtotal within the footer in Gridview

  • Thread starter Thread starter Ken
  • Start date Start date
K

Ken

hi.
I need to add subtotal of some columns on the bottom (footer ?) of Gridview?
is it possible?
then how?

Thanks
 
Hello,

you can calculate in RowDataBound. Then write it to the footer in RowCreated
when RowType is Footer.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top