three columns in the grid, I want to the aggregate value in the third column = sum(first column) / sum(second column) -1, and show it in percentage. I guess this has to be done in the code behide, how to wire that?
1).somewho I can't add the calculated column in the grid, whenever I add it, the page failed to load and show exception on another column(which works fine without calculated column. the error is below, where 'XXXX' is the class that bind to the grid.
Unable to cast object of type 'DynamicClass1' to type 'XXXX'.