Get a Total from rows in a Grid into another Grid - DevExpress Grid Control
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 ???