how to generate control dynamically using render tree builder

I want to generate dynamic sfmultiselect drop down and sfdatagrid using render tree builder.

Especially there should’ve provision of data binding from web api in both control and all available functionality or attributes which are available in HTML tag.

Data binding should be without Tvalue and TItem as I have no predefined models because my almost controls will be generated dynamically and data will be also dynamic. So I can not predefine any model for data binding for both dropdown and data grid


1 Reply

UD UdhayaKumar Duraisamy Syncfusion Team June 3, 2023 10:49 AM UTC

You can refer to the shared documentation link below regarding "Rendering Syncfusion Blazor components dynamically using the BuildRenderTree method."

https://blazor.syncfusion.com/documentation/common/extend-and-customize-components#render-syncfusion-blazor-component-dynamically


Loader.
Up arrow icon