I have just started with Telerik UI for Blazor, using the CoffeHouse demo app.
There is an example using the grid for creating a product and on an existing product upload a document.
I would like to create the product and also upload a file when adding a new product.
The code should first create the product, then upload the filestream.
I have a data structure where a user can have many documents. There is a table for the user, the document metadata and a table for the BLOB data.
I have the CRUD working but unable to find a good way to use the grid pop-up together with the upload component