Re: Datagrid how to add footer by jason
jason
Fri Oct 22 20:14:21 CDT 2004
Can you give me some guidelines on how to do the painting?
thanks.
"Chris Sano" <ChrisSano@discussions.microsoft.com> wrote in message
news:DE62BFCD-C4F4-4E92-B37C-6D071213267E@microsoft.com...
>
>> 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.