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
styling
Narrow your results
Angular
CSS
igniteui-angular
theme
Ignite UI
Ignite UI for Angular (igx-grid )
igx-grid
igx-cell
style
Column
igx-button
grid
conditional-cell-styling
Themes
bootstrap
igxgrid
igx-dialog
theming
Error
onCellEdit
igx-hierarchicalgrid
Layout
color
html
excelExportService
Tags
More
Cancel
Descending
Ascending
1 - 14 of
14 results
for Ignite UI for Angular
Not Answered
1
reply
Style won't apply and gives me error
@import '../../../../../assets/sass/theme' .dialog-content display: flex justify-content: center align-items: center width: 45vw height: 65vh .variant-options display: flex gap: 1rem .variant-card text...
Not Answered
3
replies
Data displays in the wrong column and sometimes some columns are missing
"@infragistics/igniteui-angular" : "15.0.8" , "@angular/core" : "15.1.2" The issues I have listed below occurred after I changed the previous width property from: [maxWidth]="'100%'" To: [width...
Not Answered
2
replies
Updating Angular to latest 16 version results error @error 'The theme for #{map.get($map, 'name')} does not contain #{$key}'
Today we updated our application the latest angular version (prior, it was generally 16.1.0, now its 16.2.12). Also of the infragistics packages we updated igniteui-angular-i18n from 15.1.21 to 15.1.34...
Answered
5
replies
Export to Excel using multiple sheets
Hi Team, We are developing a screen where user should be able to download data to Excel of multiple components in the page. The components can be charts, tables or anything. Ideally each of them will...
Answered
3
replies
Igx Cell: Is there a way to change idle text color and selected text color?
Hello, I'm trying to follow this guide's use of cell classes in order to change a cell's default text color and selected text color: https://www.infragistics.com/products/ignite-ui-angular/angular/components...
Answered
5
replies
Multiple cards in floating arrangement
I am on AG/IG 13.3 or so. I like the look of the cards in the Angular Card Component page , but I'm having issues making simple cards that match any of these layouts and float beside each other. I...
Not Answered
3
replies
Change the scale for controls
I am on AG 12.3 and IG 12.3. Some users (and I agree) have complained that the controls are too big and taking up valuable real estate for data viewability and analysis. My suggestion so far has been...
Answered
5
replies
China users not seeing Icons...
This is using AG 12.3 & IG 12.3. Our users in China are actually seeing the text name of icons rather than the actual icons for all buttons/dropdowns/combos. It's not negatively impacting functionality...
Answered
5
replies
resize all columns when table has horizontal scroll bar
Hello, I have a table with large columns that far exceeds the width of the screen so it appears represented with a horizontal scroll bar. Using the autosize() method at load data time I am able to...
Not Answered
1
reply
Cannot create custom button theme by using igx-css-vars
Even after upgrading to IgniteUI for Angular 12.0.5 I've been unable to make a custom button theme work with the usual igx-css-vars approach, neither in Firefox or Chrome. The alternative, not recommended...
Answered
1
reply
Custom Theme or Custom Style-Sheet
Hi everyone, we want to create a custom theme or custom style-sheet for our Angular App. Is there some kind of editor where we can define how the Infragistics-Controlls should look? If not, what...
Not Answered
5
replies
Cell Style from string
hi, i'm trying to pass a string in the column using the [cellStyles] property but i get a css error. "SyntaxError: Unexpected token ( in JSON at position 69". this is my string: {"background": "linear...
Not Answered
8
replies
Cell Styling not applied on other columns after change
I currently have two editable cells in the grid. First one is a dropdown and second is a comment. Depending on the value picked in the dropdown the cell styling for the comment cell changes to show if...
Not Answered
5
replies
Igx-Hierarchical-Grid - Adding Custom Styles on Cell Edit and Keeping the Styles Applied on Row Expansion
I am trying to add a Visual Indicator to any cell that is edited but hasn't had the corresponding change saved to our database. I'm using the onCellEdit event to apply a custom 'edited-border' class that...