Hi Manik,
Thank you for contacting Syncfusion support,
We have analyzed your query and please refer the following code snippet to retrieve the records from SfDataGrid.
var Record = this.sfdatagrid.View.Records; foreach (var record in Record) { var data = record.Data; } |
Please let us know if you require further assistance
Thanks,
Hi Manik,
We have analyzed your query, but we are unable to replicate the issue. We can able to get the Column1 value using our previous updated code example and we have prepared a sample using your code snippet and attached in the below link. Can you please revert the sample by modifying it to reproduce the issue? So, it would be helpful for us to proceed further and resolve the issue. You can find the sample from the following location: http://www.syncfusion.com/downloads/support/directtrac/118355/RetrieveData-1584485054.zip
Please let us know if you require further assistance
Thanks,
Ashok
Hi Manik,
We are sorry about the inconvenience caused.
We have analyzed your query and we have prepared a sample based on your requirement and attached in the below sample link, please refer it.
Sample link: http://www.syncfusion.com/downloads/support/directtrac/118355/NewDataRetrieve-108649410.zip
Please let us know if you require further assistance,
Thanks,
Ashok