recusrive call error when trying to export the cell to excel

Hi,


I am getting below error, when I am trying to export the Grid data to excel. 

in GridExcelConverterControl.ExportRange method call )

"Recursive call detected. When accessing grid cell objects from a QueryCellInfo event handler make sure you do not recursively access the same cell."

My grid keeps on getting realtime data, and getting updated,

I am using e.style to get the cell data in the OnQueryCellInfo method.

Please help. Thanks in Advance.

Regards,

 Shashank


1 Reply

SP Sreemon Premkumar Muthukrishnan Syncfusion Team November 22, 2024 03:22 PM UTC

Hi Shashank,


Thank you for providing the details.

We have reviewed the issue by exporting to Excel using the GridExcelConverterControl.ExportRange method, with the GridControl sample where values are updated in real-time. Unfortunately, we were unable to replicate the reported error: "Recursive call detected. When accessing grid cell objects from a QueryCellInfo event handler, make sure you do not recursively access the same cell." on our end.

For your reference, we have attached the tested sample and a video recording of the test.

Could you please refer to the attached sample? If you are still encountering the issue, we kindly ask that you modify the sample or provide one that replicates the error, along with a video reference. This will greatly assist us in reproducing the issue and validating it further.


Regards,
Sreemon Premkumar M.


Attachment: TraderGridTest_2017_7acf16b2.zip

Loader.
Up arrow icon