SeekerJST Is there a way to have two (or more) grids use the editor for editing? Been playing around with it, but find that when I try to open the editor for second grid, I'm seeing the fields associated with the first grid. Thanks!
tasha Hello SeekerJST, To enable two (or more) grids to use separate editors, you need to manage separate states for each grid and its corresponding editor. Please check the example: https://stackblitz.com/edit/vitejs-vite-lfxqz1yo?file=src%2FSecondGrid.jsx,src%2FFirstGrid.jsx