Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am using devexpress gridcontrol and i have table from database and i added 1 column manualy from codebehind :

gridView1.Columns.AddVisible("Total");


i have question how i can give this column valus from summery of rows values like this for example:

Name Value value2 value3 Total
g    13     1       6     20
h     2     2       2      6


What I have tried:

gridView1.SetRowCellValue
Posted
Updated 5-Jun-17 5:43am

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900