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

Dynamic Frozen Columns

Hello,

I am trying to implement a data-grid with dynamic column freeze functionality and facing the below issue.

util.js:978 Uncaught (in promise) TypeError: Failed to execute 'removeChild' on 'Node': parameter 1 is not of type 'Node'. at renderMovable (util.js:978:14) at FreezeRender2.updateColgroup (freeze-renderer.js:634:29) at FreezeRender2.renderTable (freeze-renderer.js:362:14) at Render2.render (render.js:62:33) at Grid2.gridRender (grid.js:4036:27) at Grid2.render (grid.js:901:14) at Component2.refresh (component.js:118:14) at Grid2.freezeRefresh (grid.js:4161:14) at Grid2.onPropertyChanged (grid.js:1747:22) at Base2.dataBind (base.js:120:18)

Please help me with this. Thanks.


1 Reply

VB Vinitha Balasubramanian Syncfusion Team December 28, 2022 01:48 PM UTC

Hi Zach,


Thank you for reaching out to Syncfusion support.


Query : Dynamic Frozen Columns


We attempted to recreate the issue you reported using the information and sample provided but were unable to do so. We have included a sample for your reference.


Sample : https://codesandbox.io/s/vue-template-forked-8j3jgl


To better assist you, we would appreciate it if you could provide us with some additional information. Could you please share the following with us:

  • If possible, a reproducible sample of the issue you are experiencing or replicate the reported problem in the provide sample
  • A video demonstration of the issue you are experiencing.
  • Please share your complete grid code file and package.json file.

Having these specific details will allow us to offer a more precise solution to your problem.


Regards,

Vinitha Balasubramanian


Loader.
Up arrow icon