Skip to content

Pivot Grid horizontal layout property not being reflected correctly #17263

@skrustev

Description

@skrustev

Description

The PivotRowLayoutType coming from the API analyzer allows only for values "Vertical" | "Horizontal", which start with uppercase and are not accepted by the Elements Pivot Grid. Expected values are "vertical" | "horizontal".

Framework

Angular Elements

Angular Version

19.0.x

Ignite UI for Angular Version

19.0.x

Component / Area

Pivot Grid

Browser

Chrome

Operating System

No response

Command Not Working

Steps to Reproduce

  1. Run the attached samples
  2. Observe the rendered grid.
  3. Change the PivotRowLayoutType to accept "vertical" | "horizontal" and set the rowLayout to "horizontal"

Actual Result

The Pivot Grid is not rendering the horizontal row layout.

Expected Result

  • The Pivot Grid pivotUI.rowLayout should be case insensitive or the PivotRowLayoutType in WC should be of type "vertical" | "horizontal"

Reproduction URL

No response

Attachments

PivotGridFeatures.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