NR
Nirmal Raja
Syncfusion Team
October 27, 2010 01:18 PM UTC
Hi Pranav,
Thank you for your interest in Syncfusion products.
The GridControl has some cells with values, which can be retrieved from the row index and the column index of the cell.
Please refer the code below:
string value = gridControl1[2, 3].Text;
Let me know if you have any queries.
Regards,
Nirmal