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

Grid error after initial load when a checkbox is changed or a filter chip is clicked

grid-error.bmp.PNG I keep getting this error in react: 

Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.

After the grid loads and I select a filter chip to add/remove data to the grid from an array in memory or clicked a checkbox within the grid.  Any suggestions?


3 Replies

PS Pavithra Subramaniyam Syncfusion Team January 16, 2023 05:33 AM UTC

Hi Jeff Crisp,


This error may occur while using Row Template with Grid data actions in React. We would like to let you know that our row Template feature is not compatible with the following features.


https://ej2.syncfusion.com/react/documentation/grid/row/row-template/#limitations


This is the default behavior. If you are not using the row template, please share a simple issue reproducible sample which will be helpful for us to validate and provide a better solution as early as possible.


Regards,

Pavithra S



JC Jeff Crisp January 16, 2023 12:45 PM UTC

Pavithra, we're not using a row template but we do have a child grid with and expandable row within the grid, could that be the issue?


Jeff



PS Pavithra Subramaniyam Syncfusion Team January 17, 2023 04:56 PM UTC

Jeff,


To validate further could you please share the below details this will be helpful for us to provide a better solution as early as possible.


  1. Share the full Grid code example
  2. Share the Syncfusion package version
  3. Share an issue reproducible sample if possible

Loader.
Up arrow icon