Get a Total from rows in a Grid into another Grid - DevExpress Grid Control

Malam Malam 266 Reputation points
2024-07-25T23:18:19.4533333+00:00

How do I get the total number of Credits in Grid2 from each Student ID in Grid1 using VB.Net?

 

Grid1             

Student ID  CourseNumber      Credit      Description

99                         1                      4        Desc99

99                         8                      1        Desc99

99                         5                      4        Desc99

88                         2                      3        Desc88

88                         9                      3        Desc88

77                         7                      4        Desc77

                                                      

Grid2             

Student ID        TotalCredits            

999                     ???         

888                     ???         

777                       ??? 

Developer technologies .NET Other
Developer technologies VB
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.