We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the issue.
[groupable]="true"
<igx-column field="OrderDate" header="Order Date" width="200px" [groupable]="true" dataType="date"> <ng-template igxCell let-value> {{ value | date:'shortDate' }} </ng-template> </igx-column>
The group Date is wrong, expanding the group shows the correct date in the rows. e.g. 2016-11-23 gets grouped as 2016-11-22
The group Date to be the same as the rows that it groups.
Repro stackblitz: https://stackblitz.com/edit/mt2zmdk2?file=src%2Fapp%2Fdata%2FinvoiceData.ts,src%2Fapp%2Fgrid%2Fgrid-groupby-custom-sample%2Fgrid-groupby-custom-sample.component.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Describe the issue.
Steps to reproduce
[groupable]="true"
Result
The group Date is wrong, expanding the group shows the correct date in the rows.
e.g. 2016-11-23 gets grouped as 2016-11-22
Expected result
The group Date to be the same as the rows that it groups.
Attachments
Repro stackblitz: https://stackblitz.com/edit/mt2zmdk2?file=src%2Fapp%2Fdata%2FinvoiceData.ts,src%2Fapp%2Fgrid%2Fgrid-groupby-custom-sample%2Fgrid-groupby-custom-sample.component.html
The text was updated successfully, but these errors were encountered: