Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Malam02

    Get Total for each Row in Grid

    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 '...
  2. Malam02

    Get Total for each Row in Grid

    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...
  3. Malam02

    Get Total for each Row in Grid

    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.
  4. Malam02

    Get Total for each Row in Grid

    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...
  5. Malam02

    Get Total for each Row in Grid

    No, that data is not coming from the database. I have a button to refresh Grid2 and that refresh method needs to get total values from Grid1.
  6. Malam02

    Get Total for each Row in Grid

    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.

Part and Inventory Search

Back
Top