Hi mikrom,
There isn't much code, just the basic and it is posted below.
Imports System.ComponentModel
Imports System.Text
Partial Public Class Form1
Public Sub New()
InitializeComponent()
' This line of code is generated by Data Source Configuration Wizard
'...
In my original post; I have already mentioned DevExpress and you may need to read that post again.
If you don't have the answer to my question then it's better to stay quiet instead of making comments that do not make any sense. You don't need to worry about a student taking the same course...
If using your sample data, the Grid2 should have 14 in Total Credits for StudentID 99.
If using my sample data, the Grid2 should have 12 in Total Credits for StudentID 99.
I am not populating the grid, the values are entered manually in each cell.
If I entered 4 in column "Credit" of row 1 of Grid1, and then click on "Refresh" button that is on the page; the column "Total Credits" of Row 1 in Grid2 should display 4
If I entered 6 in column "Credit" of row 2 of...
How do I loop through Grid1 and get the "Total Credits" for each student in Grid2?
For example: The student ID 99 should have 12 in the "TotalCredits" column in Grid2.
I am using DevXpress Grid control.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.