North American Sales: 1-800-231-8588
Global Contacts
My Account
Menu
North American Sales: 1-800-321-8588
My Account
Sign In/Register
Design & Development
Design & Develop
Best Value
Infragistics Ultimate
The complete toolkit for building high performing web, mobile and desktop apps.
Indigo.Design
Use a unified platform for visual design, UX prototyping, code generation and application development.
Web
Ignite UI for Angular
Ignite UI for JavaScript
Ignite UI for React
Ultimate UI for ASP.NET
Indigo.Design
Desktop
Ultimate UI for Windows Forms
Ultimate UI for WPF
Prototyping
Indigo.Design
Mobile
Ultimate UI for Xamarin
Ultimate UI for iOS
Ultimate UI for Android
Automated Testing Tools
Test Automation for Micro Focus UFT: Windows Forms
Test Automation for Micro Focus UFT: WPF
Test Automation for IBM RFT: Windows Forms
UX
Indigo.Design Desktop
Collaborative prototyping and remote usability testing for UX & usability professionals
Indigo.Design
A Unified Platform for Visual Design, UX Prototyping, Code Generation, and App Development
Business Intelligence
Reveal Embedded
Accelerate your time to market with powerful, beautiful dashboards into your apps
Reveal App
Empower everyone in your organization to use data to make smarter business decisions
Team Productivity
Learn & Support
Support
Help & Support Documents
Blogs
Forums
Product Ideas
Reference Applications
Customer Stories
Webinars
eBook & Whitepapers
Events
Free Trials
Pricing
Product Pricing / Buy Online
Renew Existing License
Contact Us
Forums
Ignite UI for Angular
CREATE NEW POST
Your Privacy Matters
: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use.
Cookie Policy
Close
Selected tags
igx-pivot-grid
Narrow your results
Angular
IgxExcelExporterOptions
igx-pivot-data-selector
Most Viewed
Sass Error after upgrading vom v14 to v15
Answered
over 2 years ago
Does igx-grid support filtering from a column with an array of objects?
Answered
over 1 year ago
How do I create a composite chart?
Answered
over 3 years ago
NullInjectorError: No provider for InjectionToken IgxDropDownBaseToken!
Not Answered
over 3 years ago
The neatest way to add custom css to the dock manager?
Answered
over 2 years ago
Tags
More
Cancel
Descending
Ascending
1 - 7 of
7 results
for Ignite UI for Angular
Answered
0
views
2
replies
Sorting pivot grid
this is my html: <div class="pivot-container" [hidden]="!(boqGridRows && boqGridRows.length > 0)"> <igx-pivot-grid #boqPivotGrid [data]="boqGridRows" [pivotConfiguration]="pivotConfig" height="100...
Answered
0
views
3
replies
IgxExcelExporterOptions cutting off everything after the first comma
I am configuring my pivot grid like so: private configurePivotGrid() { const formatter = (value) => { // Check if the value is a valid number if (isNaN(value) || value === null || value ===...
Answered
0
views
3
replies
Dynamically add data to igx-pivot-grid
I am moving away from using an igx-grid to an igx-pivot-grid. The data is linked together like so: export class BillsOfQuantitiesGridRow{ public id: string; public drawingNumber: string; public...
Answered
0
views
2
replies
Stop filter from cutting off data igx-pivot-grid
I am trying to set up an igx-pivot-grid: < div class = "pivot-container" > < igx-pivot-grid #boqPivotGrid [data] = " boqGridRows " [pivotConfiguration] = " pivotConfig " height = "100%" width =...
Answered
0
views
3
replies
PivotGrid - When I click a cell, i need to know the field names and and values for the row and column dimensions
I am working in Angular v17 with the Pivot Grid , v 1 7 . 2 . I have a pivot grid with 2 nested columns (Color and Coating ) and 2 nested rows (State and Material ) . I am showing the number of orders...
Answered
1679278
views
2
replies
Error in official Pivot-Grid Example
Hello Community, There is something wrong with the Pivot-Grid example. See here https://www.infragistics.com/products/ignite-ui-angular/angular/components/pivotGrid/pivot-grid-custom . I run the...
Not Answered
1642070
views
5
replies
Pivot Grid Update Data
Hello, is it possible to udpate the data of a Pivot Grid after it is generated? In our use case, we want to use Pivot Grid as a simple Cross-Table, with "showPivotConfigurationUI" as "false"....