Datagrid how to add footer

  • Thread starter Thread starter jason
  • Start date Start date
I wonder if it's possible to add row footer to datagrid.

Yes. You need to subclass the DataGrid and override its OnPaint method. Make
sure you call the base OnPaint method before doing any custom drawing.
 

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