When the user moves rows within the grid, the individual cell properties are not updated. If a Product row and a Text row are swapped, the new Product row inherits the properties of the Text row and vice versa.
Thank you for contacting us. I looked for a similar reported issue but can’t find anything related. Can you please prepare a code demo with the steps to reproduce the problem? It will be easier to investigate this way.
Thank you for the demo. I checked it and move the first row in a place of the second one, but everything seems to work fine. Can you please explain a bit more what result do you expect?
For example: First row and Col2 is editable, second row and Col2 is not editable. This behavior should be handled by the value in Col0 -> when the value is “Produkt” then certain cells should be editable, when the value is “Text” certain cells should be editable.
When you move/switch the rows, the editing of the cells are swapped. First row and Col2 is now editable (which shouldn’t because of the “Text” value), and second row and Col2 is not editable (but it should editable because of the “Produkt” value).