DataGrid Summary Row?

D

Dat AU DUONG

Hi,

I want to load data into the datagrid and also show at the bottom of the
grid the sum of the column

There are alot of example on this topic but it is for ASP.NET, I want to
achieve this in Winform Application!

Can you show me how to achieve this?

This is the problem I always encounter, but never get to the bottom of it
with every release of VB, the grid never provide a complete solution.

Datagrid have the option to freeze the row, but when you click on the column
to sort, it sort the freezed row as well.

Thanks in advance.
Regards Dat.
 
F

Frans Bouma [C# MVP]

Dat said:
Hi,

I want to load data into the datagrid and also show at the bottom of
the grid the sum of the column

There are alot of example on this topic but it is for ASP.NET, I want
to achieve this in Winform Application!

Can you show me how to achieve this?

This is the problem I always encounter, but never get to the bottom
of it with every release of VB, the grid never provide a complete
solution.

Datagrid have the option to freeze the row, but when you click on the
column to sort, it sort the freezed row as well.

Thanks in advance.
Regards Dat.

Get a grid which automatically does this for you, for example the
Janus' GridEx: www.janusys.com

Frans

--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
 
D

Dat AU DUONG

Hello Frans Bouma [C# MVP],

Thank your for your reply!

Can this be done without using Third party grid?

Thanks Again!
 

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