Questions tagged [jqxcombobox]

10 questions
2
votes
1 answer

JqxCombo values not setting from ajax result - Vue.js

I have been trying to use JqxWidgets with Vue.js, the basic idea here is that we may have multiple ComboBox in the form and just calling the ComboBox template and providing the ajax call, it should get and set to that particular combobox. So until…
Rehan
  • 3,813
  • 7
  • 37
  • 58
1
vote
1 answer

javascript code not picking up code_description value for first record

I have something similar to the JSFiddle mentioned here. The JSFiddle works fine, however, I am seeing a strange behaviour in my code. The description of very first cell is always empty even though I am seeing that in the returned data (in JSON…
Dan
  • 443
  • 1
  • 7
  • 19
1
vote
2 answers

jqxGrid dropDown issue

I am trying to load gjqxGrid with DropDown column , I tried with sample json in jsfiddle : here , it worked fine . But When I try to use same code in my project files , DropDown column is empty , I have checked the data format , it's fine. Below is…
Bhupendra
  • 1,196
  • 16
  • 39
0
votes
0 answers

JQX Multiselect Combobox Not picking up selected value after search

A user searches for a term, they are able to select multiple values from Jquery/Database source in the backend. Once they enter 2 characters, it searches for it in the database. I am encountering an issue after the user search for the first term,…
0
votes
1 answer

Is there a way to two-way bind jqxComboBox?

Here is my form:
I'm trying to update it from code behind like this: this.form.get("control").setValue(value); It works with…
Plotva
  • 21
  • 2
0
votes
0 answers

Editing JqxComboBox inside JqxGrid issue

How do I edit(add new) item in jqxComboBox inside jqxGrid. Currently when I add new item in it, its getting blank.
Nitin
  • 101
  • 2
  • 11
0
votes
1 answer

JQWidgets Combobox Typed value not being echoed or submitted to database

Below are the codes I am using, When I selected values from the Database, they are submitted to the database, but if I type something not in the database and I want it submitted, It does not get submitted or echoed by PHP. Sombody Please help…
0
votes
1 answer

how to add name atrribute to the jqxwidget option box?

I'm currently working on a php application . In my search for drop-down menu with image support in it, I came across a exciting cross-browser library known as JQXWIDGET . It uses java script (jquery) to add html inputs to the form. but when I submit…
M-Soley
  • 265
  • 1
  • 4
  • 13
0
votes
1 answer

jqWidgets combobox value issue with form

There is demo Demo link showing how JQWidget jqxcombobox is working with form submission. But if we look the demo closely we can see the results are changing when we use mouse or keyboard. For example Alfreds Futterkiste is the Display Member and…
0
votes
1 answer

Placeholder and on select in combobox

I have the following code which outputs me a combobox: // Included JS library