DataGrid dynamic columns

Hi,

For a DataGrid I get the database name and the needed columns as parameter a function and need to display them.
Is it possible to create dynamic columns with the designer?
If not, is it somehow possible to prevent the designer from overwriting the razor file?

You cannot create dynamic columns in the designer. To tell Radzen to not overwrite some file you can use application ignore list:

You can also create custom component and use it with designer:

This will probably help me.
Thank you very much :slightly_smiling_face: