Skip to content

[IgbGridToolbarTitle] Renders in the wrong element #188

@TomoyaWashio

Description

@TomoyaWashio

Description

When using IgbGridToolbarTitle (Ignite UI for Blazor 25.2.83), placing plain text directly inside the component does not render inside the expected igc-grid-toolbar-title element.
Instead, the text appears under an igc-portal-entrance element in the DOM.
If the same text is wrapped in a , it renders inside igc-grid-toolbar-title as expected.

Steps to reproduce

  1. Create a page with an IgbGrid and add a toolbar.
  2. Add IgbGridToolbarTitle and set its content as plain text:
<IgbGridToolbar>
	<IgbGridToolbarTitle>Grid toolbar title</IgbGridToolbarTitle>
</IgbGridToolbar>

Result

With plain text content, the text is not rendered inside igc-grid-toolbar-title.
The text is rendered under igc-portal-entrance instead.
With wrapper, the content is rendered inside igc-grid-toolbar-title as expected.

Image

Expected result

Plain text content provided directly inside IgbGridToolbarTitle should render as part of the igc-grid-toolbar-title element (same behavior as when wrapping in ), and should not end up under igc-portal-entrance.

Attachments

C_00246066_BlazorServerApp1.zip

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions