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

Malam Malam 246 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                       ??? 

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,920 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,737 questions
{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.