[DevExpress Support Team: CLONED FROM T994515: How to implement a custom Blazor List Editor based on DxPivotGrid]
A couple of questions about the component itself now:
- In the Aspx version, there were some properties on a field
C#( tagField.AllowedAreas = PivotGridAllowedAreas.ColumnArea | PivotGridAllowedAreas.RowArea | PivotGridAllowedAreas.FilterArea;)
Are these properties going to reappear in future Beta releases?
2. The old control provided a pop up menu from which one could choose fields to drop onto the RowArea, ColumnArea etc. Will that functionality be part of the new control or is it envisioned a user should program it themselves outside this control?
3. Is it possible to use Custom Summary methods as was permitted in the old control?
C#tagField.SummaryType = DevExpress.Data.PivotGrid.PivotSummaryType.Custom;
Thanks in advance for the great support you provide.