Hello,
I have columns in my grid and my first column is the code of my product, when I click on the cell I get the value from it through the event onDataCellDblClick, but I also need the code of the product from that line, when I can get the value using PivotGrid1.Cells[0,RowIndex];
My problem is when the column code of product change its possition and
is now in other position, like 2, because the first is now my saleman, family product and product.
Is there any way to get the value from that dimension where I could have something this way:
GetValueDimensionName(nameOfMyDimension, row): String;
so this way, it doesn't matter if I change my dimension.
Thanks