Hello.
Normally when I create a grid, I have something like the html below. Whereas I have a div container and I create grid for div container. Then I have a “add new row” and “delete row” button in next table row.
|
|
How can I do something similar for subgrid? Since subgrid is created automatically. Do I need to attach a toolbar to subgrid in order to associate add / delete row buttons? I would like to have the buttons with the subgrid and not somewhere else on page.