In DataGrid Reactive, when I try to remove the row by clicking Remove Row it gets removed. But, when I refresh the screen again the deleted data again appears on the screen and is not deleted in the Database.
Hello Mohamed,
This is happening because our client action is client-side only. For your changes to occur in your database, you'll need to handle them yourself. We have a sample that illustrates how you can do this.