Questions tagged [igcombo]

igCombo is a feature rich jQuery/HTML5 combo box component provided by Infragistics in their Ignite UI toolbox.

igCombo is a feature rich jQuery/HTML5 combo box component provided by Infragistics in their Ignite UI toolbox.

13 questions
1
vote
1 answer

Need to create variable with multiple checkbox selected values of igCombo

var selectedoptions = $("#spanid").igCombo("option","multiSelection") Variable selectedoptions has an igCombo data structure but I need this variable to have string values of the checkbox users select. I am not able to get the correct values. any…
Mysterious
  • 843
  • 1
  • 10
  • 24
1
vote
0 answers

Ignite UI: Changing the position of the dropdown on IgCombo

I have a scenario in which the data that the dropdown has many letters, so my first action was setting the width of the dropdown to 250px. After this, I realized that when the dropdown displays, appears a horizontal scrollbar on the browser. So I…
jcvegan
  • 3,111
  • 9
  • 43
  • 66
1
vote
2 answers

igCombobox, how do I prevent submisson if nothing selected?

I have an igCombobox "checkbox", when nothing is selected it still submits the form, which I dont want to happen. I'm using this code to submit:
Somepub
  • 445
  • 2
  • 6
  • 22
1
vote
1 answer

Is it possible to render igCombo with igUpload

I want to render igCombo against each file when i add them using igUpload. The idea is that when user presses the add button and selects the images, an igCombo is rendered in front of each file where the user can put some additional information…
Hassam
  • 79
  • 1
  • 12
1
vote
1 answer

How to get value of Span input using Javascript

I have some code I am using to create a form and display input elements inside of an iframe. I am using Ignite UI. I used this link as a premise. How can I get the span elements from my form inside the frame. Here is my HTML: …
dmoses
  • 91
  • 2
  • 14
1
vote
1 answer

igCombo Resets the text value after loading new dataSource

I am using Infragistics igCombo in my implementation. When the user inputs 3 letters, I fetch the data and load in the dropdown list by calling the dataSource method. After loading the data in the igCombo dropdown, the already input text by user is…
Hassam
  • 79
  • 1
  • 12
1
vote
1 answer

How to fireselectionChanged Event in igCombo only with mouse click?

I am using infragistics combo box. The data is loaded into the combobox after rendering. I have turned on the auto-suggest feature. The problem is that when i start typing in the combobox, selectionChanged event is fired as the first item in the…
1
vote
1 answer

How to access another field/combo in the rowedittemplate during creation of a grid row when selectionChanged or checkValue happens?

The situation is as follows : I am creating a row in the grid. I have several properties among which are one combo called 'department' and one field called 'name'. The business rule is that all the 'names' in a 'department' must be unique. The grid…
Ognyan Dimitrov
  • 6,026
  • 1
  • 48
  • 70
0
votes
1 answer

How can I get the value of the selected item from igcombo

I need to get value of the selected item from igcombo to use in an if condition to show and hide a panel. function GetPerfType() { var BEFilteJSon = {}; BEFilteJSon.SVC_FEE_TYPE_ID = $("#SVC_FEE_TYPE_ID").igCombo("value"); var json =…
0
votes
0 answers

Get value of cell from table HTML and insert into Javascript array

I have some code that I am using to filter some user selections however I would like to use an existing html table as the datasource for the igcombo box. I need some jquery to select the "products" and "chargetypes" from the table and put them in an…
dmoses
  • 91
  • 2
  • 14
0
votes
3 answers

Cascading combobox with html table as datasource

I have some code that I am using to filter some user selections however I would like to use an existing html table as the datasource for the igcombo box as opposed to the javascript array. How can I accomplish this ? Here is my…
dmoses
  • 91
  • 2
  • 14
0
votes
1 answer

igcombo doesn't work with dynamic DIV element

igcombo works fine when using a static div element, however if I added the div element dynamically to the page the igcombo box data won't be populated. Is there any thing I can try to make this work? $("#combo").igCombo({ dataSource:…
tomreha
  • 11
  • 1
-1
votes
1 answer

Why igCombo not working in dynamically added page in iframe?

pages structures as -> MasterPage -> ContentPage -> iframe -> aspx.page in iframe When I'm binding igCombo with control on master page then it displays igCombo box but when binding igCombo with control which is on aspx page inside iframe then…
Kaishu
  • 377
  • 1
  • 7
  • 21