Hi Kyr,
Yes, for some Syncfusion components (e.g., Button, Calendar,
etc.), the Blazor code generator can generate code snippets without the need
for entity data models since these components do not require data to run the
application. However, for components that require data (e.g., Data Grid, Tree
Grid, etc.), the code generator will generate code snippets with already
available data in application to facilitate quick development and reduce manual
work and it is not possible to generate these components code snippets without
using Microsoft Entity Framework.
You can also use Syncfusion Blazor Template Studio to create
a new Syncfusion application with code snippets for all Syncfusion components
for your development. Please refer to the following link to learn more about
Syncfusion Blazor Template Studio.
https://blazor.syncfusion.com/documentation/visual-studio-integration/template-studio
Regards,
Ganesan Rengasamy.