Hi Amit,
In 9.2 we introduced Column Summaries. That does exactly this. You should take a look at this feature.
Hope this helps.
-SteveZ
Hi ,
can you please send an example of Calculating CellValues of Selected Row.
I want to do row wise calculation after exiting a cell.(ie)CellExitingEditMode
I have populated the grid dynamically using reflection.
I am not able to find out other cell values of the selected row when I edit a single cell value of the selected row in CellExitingEditMode function.
Thanks
Hi,
In Cell ExitingEditMode, just look at e.Cell.Row.Data.
You can then cast the Data property as the object your row represents, and do whatever calculations you need based on your properties.