Skip to content

Commit

Permalink
Merge pull request #813 from IgniteUI/mkirova/fix-piv-sample
Browse files Browse the repository at this point in the history
Enable date dimension for custom sample.
  • Loading branch information
dkamburov authored Sep 9, 2024
2 parents 72b1513 + 1e8722b commit a0bbc07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/grids/pivot-grid/data-selector/App.razor
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
};

IgbPivotDateDimension pivotDimension3 = new IgbPivotDateDimension();
pivotDimension3.Enabled = true;
pivotDimension3.BaseDimension = new IgbPivotDimension()
{
MemberName = "Date",
Expand Down

0 comments on commit a0bbc07

Please sign in to comment.