This might have been answered already, my question/s are:
1. After adding a new row, i edit the value in one column and use it in a formula. I can access the selected column using the ffg:
SfDataGrid.CurrentCell.CellRenderer.GetControlValue
2. But i need to get the value of another column, for example, column 3. Is there a way to get the value of column 3? Can i specify a column and just get the value?
Thanks.