DataGrid Summary Row

  • Thread starter Thread starter Mark Wilkins
  • Start date Start date
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
 
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
 
Back
Top