We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Cell Data

Hi,

I am using the excel like grid demo, I am trying to fetch the data I enter on the grid and run some piece of code depending on what I get. Could you tell me how that can be done?

Thanks!
Pranav


1 Reply

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


Loader.
Live Chat Icon For mobile
Up arrow icon