Description
Add already existing row dimension at last position results in empty headers.This happens both through UI and API.
If two of the same are added at the start they cannot be removed trough the UI as well.
Framework
Angular
Angular Version
22.1.x
Ignite UI for Angular Version
22.1.x
Component / Area
Pivot Grid
Browser
Chrome
Operating System
No response
Command Not Working
Steps to Reproduce
- Open Pivot Grid State Persistent dev sample
- Add the following button to simulate the issue
<button (click)="reproduceError()">Reproduce Error</button>
- Add the following handler
public reproduceError() {
this.grid1.insertDimensionAt({
memberName: 'ProductCategory',
displayName: 'Product Category',
enabled: true
}, PivotDimensionType.Row, 2);
}
- Run the sample and click the button
- Toggle Horizontal Layout to be more visible
Actual Result
The row header area is empty
Expected Result
The area should not be empty and render headers correctly
Reproduction URL
No response
Attachments
No response
Description
Add already existing row dimension at last position results in empty headers.This happens both through UI and API.
If two of the same are added at the start they cannot be removed trough the UI as well.
Framework
Angular
Angular Version
22.1.x
Ignite UI for Angular Version
22.1.x
Component / Area
Pivot Grid
Browser
Chrome
Operating System
No response
Command Not Working
Steps to Reproduce
<button (click)="reproduceError()">Reproduce Error</button>Actual Result
The row header area is empty
Expected Result
The area should not be empty and render headers correctly
Reproduction URL
No response
Attachments
No response