0
다른 열 바닥 글 행 값을 기반으로 특정 열의 바닥 글 값을 계산하고 싶습니다. 내 그리드 데이터는 아래와 같습니다.aspxgridview의 바닥 글 행 값을 기반으로 한 계산?
a b c d
1 1 1 5
2 2 2 7
Grand total 3 3 3
In d column Grand tot based on the value of
grand total of C column/Grand total of A column*100?
How to calculate the grand total of D column for the above table
using DEVEXPRESS ASPXGridview control?