Inline Edit Data Grid

Hi!
The Radzen application generates a nice inline editable data grid. I am wondering how to get two of these on the same page using the Radzen App. I tried copy paste and it made a mess.
There does not seem to be a way to tell a grid to be enabled as inline editable.

Am I missing something? It is possible to have more than 1 editable grid on a page using the app?

Thanks!

You can simply create two pages and copy the needed code from one page to another:

You will need to change Edit, Save, Cancel and Delete buttons Name in the second DataGrid columns Template/EditTemplate since they are not unique:

The grid names are also always grid0 so you need to make sure that the in second grid methods will be called properly under the new name:

The result:

Ok, that makes sense. I will give this a try!