I have a grid with a details template (i.e outer grid with an inner grid).
My outer grid has "Create" functionality. When I add a new row I am able to expand the inner grid before saving, and this causes an error in the backend, because the new row is not saved and does not have an id yet.
Is there a way to disable the details (inner grid expansion) for a new row?
My outer grid has "Create" functionality. When I add a new row I am able to expand the inner grid before saving, and this causes an error in the backend, because the new row is not saved and does not have an id yet.
Is there a way to disable the details (inner grid expansion) for a new row?