I am using Dev ex pivot grid to show some data on the screen. When user click on any cell in data area, I want to find out it's corresponding row, column and data area value and their field name.
I am handling CellClick
event of devex pivot grid.
with PivotCellEventArgs
object I can find fieldname but not value.
I want the name and value for given cell from all perspectives (row, column and data area).
Thanks in advance.