DataGrid inside Tabs

I want to place a data grid inside a tab. I can do this in Visual Studio but it is overwritten each time I start the project via the radzen. How can I avoid this

You can place DataGrid in Tab using Radzen as well, still if you prefer to use Visual Studio you can put the page in ignore list and Radzen will not overwrite your change.

You can place DataGrid in Tab using Radzen as well..:

I can't find anything about this in the documentation.
Please explain

The Tab component can nest other components. Just drag and drop a DataGrid from Radzen toolbox to the tab.

@Prelis

By default Radzen overwrites the .razor files generated for a page. You can prevent that by using the code generation ignore list.

However adding a DataGrid to a Tab is supported by Radzen's designer as @enchev said and you don't need to do that.

How do you drag component to on of the additional tab items? Everything shows under the first tab.

@enchev I figured it out. I didn't realize I had to click the visible check box on the tab Item in the designer to show that tab so I could drag and Item to it.