Skip to content

[CLI MCP] [Blazor]: Grid generation does not add required grid theme stylesheet #1700

@georgianastasov

Description

@georgianastasov

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

  1. Create a Blazor application using the CLI MCP.
  2. Add a Grid to the application.
  3. Run the application.
  4. Open the generated page that contains the Grid.
  5. 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

Metadata

Metadata

Assignees

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions