Dmitriy
Sat Dec 13 05:29:44 CST 2003
Mark,
An easiest option will be to add a summary row to the underlying dataset and
ensure it always displayed at the bottom. I believe there has already been a
similar discussion in some .NET newsgroup outlining how to do that, do a
Google groups search on keywords "datagrid summary row" within the
microsoft.public.dotnet.* hierarchy:
http://groups.google.com/advanced_group_search?hl=en
--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE
"Mark Wilkins" <mark@proquis.com.NOSPAM> wrote in message
news:09d201c3c0c0$7be70f60$a401280a@phx.gbl...
> I wish to create summary rows for my Windows Form
> DataGrid. I found an article on MSDN that explains how to
> do this for ASP .NET DataGrids, but I can't seem to find
> anything about Windows Forms DataGrid. Heres the article
> and its the last screen shot that I'm interested in
> reproducing.
>
>
http://msdn.microsoft.com/library/default.asp?
> url=/library/en-us/dndive/html/data01102002.asp
>
> Regards
>
> Mark