Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi, as already described in the title, I have the problem that the grid throws an error as soon as a row has to be reloaded. Here is the configuration of my grid:
The generated grid then looks like this, and each row is clickable and the click handler is executed

However, as soon as I scroll further down in the grid and reach entries that were not visible from the beginning, and click on them, the following error occurs:
This is strange because the data is there, the click handler is also executed and contains the correct data, but as soon as the click handler is executed, this error occurs and only for rows scrolled into the viewport.
It would be great if someone here could point me in the right direction, thanks in advance!