Question datagrid value

krishnanhemanth

New member
Joined
Jun 7, 2011
Messages
3
Programming Experience
Beginner
hi everybody

i have form which holds a datagrid "DELIVERY_CHALLAN_SUB_QRYDataGridView"

i have a filed/textbox "qty" in data grid which is populated by the user

the field/textbox "qty" is in column 3

i want the sum of all the rows of the column "qty" to be displayed on the form in a text box

please help me

hemanth
 
the grid is bound

the grid gets its value from a dataset

the dataset is made of 2 queries ( ms access ) linked



datagrid has child relationship
 
Back
Top