Browse By Tags

  • igCombo Selection icon not aligned

    Hello everybody,

    I hava a problem with the styling of the igCombo control. All works fine but the selection icon is not centered.

    Best regards

    Kai

  • Getting the values for all items (including unselected ones) for igCombo in Javascript/JScript

    I need to get all the values (as a list or array) in an igCombo. I think I need to begin the statement with this:

    var allParcelYears = $("ddlYearParcelsValuations").igCombo("listItems");

    However, I cannot find anywhere how to proceed…

  • clear buttons on the igCombo not centered

    I am using igCombo with knockout.js binding.. all work so far.. the only thing is that clear buttons look a bit off.. 

    Is is possible to vertically center them.. I am using css/js files that come with version 2020.1

    Thanks

    igComboDD_ko.zip

  • igCombo - Override keyboard navigation

    We have certain keyboard navigation in other applications and this is different from the igCombo keyboard navigation.

    The keyboard navigation should be able to be overwritten with other keys.

  • Set hidden column value on Combo editor change

    Hi, 

    I am using row editing feature of iggrid. I want to update the hidden column value when I change the selection from combo box. 

    I have used selectionChange event to get the value and using setCellValue to set the hidden column value. But this is ending…

  • Rendering UpdateDialog with igCombo

    On my page, I have an igGrid configured with editMode : 'dialog'.

    The grid has a company column which will be edited with a combo editor.
    The names for the combo came from a separate JSON list which contains company-name and company-id. for each…

  • Setting value of igCombo in igGrid after changing datasource without making dirty

    Hello,

    I am trying to use the igGridUpdating with an igCombo. My use case is that i have a 'Category' dropdown and a 'SubCategory' dropdown. When the user selects a category, I fetch the subcategories for that category and populate the subcategory igCombo…

  • Help combo multi-select

    i have a problem when use combo multi-select with AngularJS. I dont know how to add
    multi-selection= {
                             enabled="true"
                          }
    to ig-combo

    I think maybe use : <multi-selection enable="true"></multi-selection> but no result. Please help me thanks al…

  • IgCombo : cannot press key 2 times in second to select item

    I've checked online sample(combo which is at the left of "VISA" image.)
    www.igniteui.com/.../editing

    When i press 'V' and 'M' in a second, the igCombo can not select item MasterCard.
    However, if i press 'M' about 3 seconds…

  • IE11 : The caret still display in dropdown igcombo

    Dear support Team, 

    I use igcombo to show data ( dropdown type ig-combo : only select , cannot input custom value) on IE11. 
    When i focus to this igCombo, caret still display in igCombo. 
    How to remove caret from dropdown type  ig-combo in IE11 when focus ? 

    Thanks…

  • Problem with case ig-combobox in ig-dialog

    I have problem when generate combobox (about 100 combobox) in ig-dialog
    - HTML DOM initialization lost more 5 sec.
    - After initialization, event click to combobox - drag drop very slowexample-igdialog-igcombobox.zip

    Please check attach example

    What is solution…

  • Dropdown options appearing below the grid while editing a row with big height

    Hi. 

    I have an igGrid with a igcombo field and multiple text fields. On entering a lot of text in the text field, the height of the row adjusts automatically. Now, if the row height becomes more than the grid height and if the row goes in edit mode, the…

  • igCombo with Datasourceurl - How can achieve manual triggered lookup

    Hi,

    I have several igCombos on the same page and each one with a different url. I would like them to trigger the search only when needed (for example when the user searches or click in the arrow) and not when the control is rendered. Is there anyway…

  • IgCombo - Keyboard selection doesn't work on an item with a null value

    Hi.

    We are using 2017.1.

    We have an igcombo control where the datasource contains several items, the first of which has a null value (with a display string that is an empty string). If we use the keyboard to select the item (by pressing the down key when…

  • Igcombo keyboard selection doesn't work on an item with null value

    Using 2017.1

    Wwe have an igcombo control where the data source contains several objects, the first one of which has a null value (with display text of an empty string). If we use the keyboard to select the item (by pressing the down key), it never actually…

  • not getting entire data with virtulalization=true for igcombo in Edge(42.17134.1.00)

    Hi ,

    I am using ignite (15.1.20151.1005) and i have couple of combo boxes with virtualization=true and works fine in IE11 and chrome but it doenst work in edge .

    It loads the first few values and thats it, dont have scroll bar.

    Please help.

    Regards…

  • igCombo change group key diaplay value

    I want to change the display value i.e. html of group key. How to do that?

  • How to achieve igCombo default selected-item background color for many igCombos?

    I have many igCombo, each needs to have the selected item background color different from another, so nothing to change JS.

    I would like to just tie the id of the div interested by igCombo with the class of the igCombo "ui-state-active" but because the…

  • igGrid row menu clipped by Grid

    I've been struggling with an issue for quite a while now, which is having a pop-up menu for each row in the grid. The problem is the pop-up menu is being clipped by the grid (e.g. for the last row, the menu would go under the grid and not be accessible…

  • igCombo initialSelectedItems textKey overriding issue/bug

    I selected by value the 4th element using the initialSelectedItems but the first element textKey happen to be overridden after such setting, because the first element is supposed to be "HP1_3Y" and not "HP21_3Y".

    Only if I setup the…

  • igCombo "select all" button in header template

    I have an igCombo that has a button in the header template.  The button has an "onclick='handleClick(this)'" specified.  How can I get a reference to the igCombo instance inside of the "handleClick()" function without using an id of the…

  • igCombo selected item at top when combo opened

    How can I get the selected item of an igCombo scrolled to the top of the opened combo when the combo is opened?

    [    Combo Box                      | v ]

    --------------------------------

       Selected Item          <=================

    --------------------------------

      Non…

  • igCombo "select" method not trigging event, binding knockout

    When calling the "select" method and passing "true" for the "event" parameter, this does not call the "selectionChanged" event like the documentation says.

    See attached sample.

    igComboEx_select_method_not_triggering_event…

  • Ignite UI igCombo multi select restriction.

    Hi,

    I need to create a igcombo with multi select option which can have around 6 values. I need to restrict the multi selection to 2 at all the times. How can i restrict the selection to 2 in this. I am not able to find any options to do the same. Can…

  • igCombo Loses Filter when using ArrowUp and ArrowDown to select

    I have an igCombo with about 7000 items.  When I type a filter, then go to select an item from those filtered items using the arrow keys, the filter is cleared and the original item list is applied.  Is this a bug?  How can I get the filter to stay so that…