BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Juan Zavala,
Thank you for your interest in Syncfusion Products.
We would like to let you know that the reported query can be
resolved just by use of below code snippet,
CodeSnippet:
GridCurrentCell cc = this.GridDataBoundGrid1.CurrentCell;
int rowIndex = cc.RowIndex;
For your better convenience,
we have added a sample below,
http://www.syncfusion.com/downloads/support/directtrac/general/GDBC-Sample-1345162240.zip
Please let us
know, if you have any further concerns.
Regards,
ManiRatheenam S
Hi Juan Zavala,
Thanks for the update.
Query: RowIndex with
corresponding cell value |
We would like to convey that your reported query can be
achieved by codesnippet given below, Codesnippet: GridCurrentCell cc = this.gridDataBoundGrid1.CurrentCell; int
rowIndex = cc.RowIndex; int
colIndex = cc.ColIndex; MessageBox.Show("Row Index=" + rowIndex + "" + "Column
Index=" + colIndex + ""
+ "Cell Value=" + this.gridDataBoundGrid1[rowIndex, colIndex].Text); Where “this.gridDataBoundGrid1[rowIndex,
colIndex].Text” will get the value of the selected cell. Moreover, for your better convenience, we’ve added a
sample below, http://www.syncfusion.com/downloads/support/directtrac/general/CellValue2002924064.zip |
Please let us know, if you have any further concerns.
Regards,
ManiRatheenam S