DataGrid Summary Row

M

Mark Wilkins

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
 
D

Dmitriy Lapshin [C# / .NET MVP]

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
 

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

Top