G Guest Oct 22, 2004 #2 I wonder if it's possible to add row footer to datagrid. Click to expand... 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.
I wonder if it's possible to add row footer to datagrid. Click to expand... 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.