Ignite UI CLI Version
15.2.0
Framework
Web Components, jQuery, React, Angular
CLI Command
new
Node.js Version
20.11.0
Operating System
Windows
Package Manager
None
Description
When using the CLI MCP to add a Grid to a Blazor application, the required Grid theme stylesheet is not added to the application. Because of this, the Grid is rendered without the expected styles.
The following stylesheet should be added automatically:
<link href="_content/IgniteUI.Blazor/themes/grid/light/bootstrap.css" rel="stylesheet" />
Steps to Reproduce
- Create a Blazor application using the CLI MCP.
- Add a Grid to the application.
- Run the application.
- Open the generated page that contains the Grid.
- Inspect the application layout/head file and check whether the Grid stylesheet was added.
Actual Result
The Grid is added to the application, but the required stylesheet is missing:
<link href="_content/IgniteUI.Blazor/themes/grid/light/bootstrap.css" rel="stylesheet" />
As a result, the Grid does not have the expected styling.
Expected Result
When a Grid is added to a Blazor application, the CLI MCP should automatically add the required Grid theme stylesheet:
<link href="_content/IgniteUI.Blazor/themes/grid/light/bootstrap.css" rel="stylesheet" />
This is a basic requirement so that the Grid renders with proper styles out of the box.
Error Output / Logs
No terminal error is shown. The issue is related to missing generated configuration/styling.
Additional Context
No response
Ignite UI CLI Version
15.2.0
Framework
Web Components, jQuery, React, Angular
CLI Command
new
Node.js Version
20.11.0
Operating System
Windows
Package Manager
None
Description
When using the CLI MCP to add a Grid to a Blazor application, the required Grid theme stylesheet is not added to the application. Because of this, the Grid is rendered without the expected styles.
The following stylesheet should be added automatically:
<link href="_content/IgniteUI.Blazor/themes/grid/light/bootstrap.css" rel="stylesheet" />Steps to Reproduce
Actual Result
The Grid is added to the application, but the required stylesheet is missing:
<link href="_content/IgniteUI.Blazor/themes/grid/light/bootstrap.css" rel="stylesheet" />As a result, the Grid does not have the expected styling.
Expected Result
When a Grid is added to a Blazor application, the CLI MCP should automatically add the required Grid theme stylesheet:
<link href="_content/IgniteUI.Blazor/themes/grid/light/bootstrap.css" rel="stylesheet" />This is a basic requirement so that the Grid renders with proper styles out of the box.
Error Output / Logs
Additional Context
No response