Hi Herbert,
Thank you for using Syncfusion Products.
We have analyzed your query. You
can get the GridDataUnboundVisibleColumn cell value by using the following code example:
Code Snippet [C#]:
var columnIndex=this.SyncGrid.Model.CurrencyManager.CurrentCell.CellRowColumnIndex.ColumnIndex;
var rowIndex = this.SyncGrid.Model.CurrencyManager.CurrentCell.CellRowColumnIndex.RowIndex;
var value = this.SyncGrid.Model[rowIndex,
columnIndex].CellValue;
|
We have also prepared the sample
based on this and please find the sample under the following location:
Sample:
http://www.syncfusion.com/downloads/support/directtrac/127577/GridDataControlSample-582783667.zip
Please let us know if you need further assistance.
Thank you,
Jai Ganesh S