adding footer value to datagridview in C#
        Posted  
        
            by Jankhana
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jankhana
        
        
        
        Published on 2010-04-13T06:15:42Z
        Indexed on 
            2010/04/13
            7:53 UTC
        
        
        Read the original article
        Hit count: 731
        
I am having 2 datatables. One is having the actual value of that table selected by the user and the next is having the aggregate value for that table i.e any grand total or avg. I want to display this as the footer in C# datagridview. How can I do that??? In asp.net we have RowDataBound event like that similar something is there in C# also but what it is i'm not able to find.
© Stack Overflow or respective owner