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.
 
Back
Top