Closed mddifilippo89 closed 2 months ago
Is also related to this one: https://github.com/IgniteUI/igniteui-angular/issues/14705 Should be fixed once PRs in angular are merged and new version is tagged.
@damyanpetev @MayaKirova
The pivot doesn't appear to be missing when assigning a Configuration however I am seeing no data in Blazor Server and an error in the console
Cannot read properties of undefined (reading 'headerGroupClasses')
BlazorServerPivot_Working_Old_version.zip I attached a working version of the sample. (23.2.120)
The only noticeable difference is how the configuration components like Rows, Columns, Filters etc were a collection
Here is new sample WASM sample but with the same code using 24.1.43. I only get 1 row to show up and no row configurations.
@mddifilippo89 It seems that the row dimension is not enabled in the samples, so it does not show. It shows correctly after setting:
pivotDimension3.Enabled = true;
I've noticed that this is also the case in this sample here: https://staging.infragistics.com/blazor-client/grids/pivot-grid/data-selector
So I've updated the sample so it renders correctly: https://github.com/IgniteUI/igniteui-blazor-examples/pull/813
Is this a breaking change?
@MayaKirova @damyanpetev
I am only seeing 1 row when setting Enabled on pivotDimension3.
In version 23.1.120:
@mddifilippo89 Make sure also not to mix both of these:
AutoGenerateConfig=true
PivotConfiguration="PivotConfiguration"
It should either be autogenerated or it should use the set config. Here's a sample: BlazorServerApp1.zip
Please re-open if there are additional questions on this one.
Created from this found issue: https://github.com/IgniteUI/igniteui-webcomponents/issues/1368
Although with Blazor I get a few different behaviors with the configuration depending on the following: