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-select
Narrow your results
igx-grid
igniteui-angular
Ignite UI for Angular (igx-grid )
position
igx-overlay
igx-dialog
Select
Filtering
Angular
igx-column
Dropdown
Most Viewed
Sass Error after upgrading vom v14 to v15
Answered
over 1 year 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 2 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 - 11 of
11 results
for Ignite UI for Angular
Not Answered
1162122
views
2
replies
Igx-select remove the previous selected value from option list
Hi team, I am using igx-select in igx-grid. Requirement: Get the selected value from previous row and remove/hide/disable the selected value in the next row. Unable to get the selected value from...
Answered
1487557
views
1
reply
Positioning Multiple IgxSelects in single component
Hi, I have a scenario where there are three igx-selects placed next to each other and all the three selects opens up to an overlay drop down and using PositionSetiings I couldn't align them properly...
Answered
4398374
views
9
replies
Igx-grid: Batch editing on igx-select
Hello, I have an igx grid with Excel filtering and batch editing active. One of the columns contains an igx-select from which the user can select a value. When I filter this column (that contains an...
Not Answered
4215660
views
6
replies
how to position the select dropdown
Hello, I've been struggling while positioning the igx-select dropdown. I've got a couple of issues to discuss: - I tried to write the custom CSS to position the igx-dropdown and it worked fine but when...
Not Answered
827076
views
1
reply
How can i suppress igx-select previous selected item
How can one do the following A) change the background color of the previous selected item when using igx-select ? B) how can i completely suppress the previous selected item in an igx-select list. C...
Answered
3216298
views
6
replies
Reset igx-select
Since I could not find any information, I am writing here. How can I reset a selected value of igx-select using typescript: Here is my HTML-Code: <igx-select #selectDepartment placeholder="Wähle...
Not Answered
3675739
views
6
replies
Set width of igx-select inside of igx-grid and igx-dialog
Hello, I have multiple igx-selects that are used to display a drop-down list. The igx-selects are inside of a column of an igx-grid and inside of igx-dialog. I want to change the width...
Not Answered
993713
views
1
reply
How to position DropDown box
I am wondering how can i position the actual shown dropdown box of an igx-select box. It seems by default the dropdown always shows a bit further to left then the actual control. I want to be able for...
Answered
1263369
views
3
replies
igx-select in igx-grid pops up on a second 'enter' just to be closed automatically due to leaving of an edit mode
Hi I have igx-select in an edit template of a column in an igx-grid. To activate it on switching to the edit mode I've decorated it with igxFocus='true'. The problem is that on next 'enter' the...
Not Answered
1212441
views
3
replies
Igx-select does not work with Modal Forms
In my angular app i am trying to use a custom component which is based on the igs-select which handles primarily how i get the data from backend and what to display. This custom component works fine if...
Not Answered
1018716
views
3
replies
Simple select pair (value, text ) on column grid
HI: I can't implement a simple selection with igx-select control on grid column that returns the key value (numeric) with a selection of text . like data = {id:1, city:'buenos aires'},{ id:2, city...