I'm doing tests using gridpanel with RowEditor https://examples1.ext.net/#/GridPane...ins/RowEditor/
After adding a few lines on the grid the user clicks the save button, which is a <asp:Button>
But the lines inserted in the grid are lost.
How to maintain the state of the grid after a PostBack ?