Questions tagged [jqxwidgets]

jQWidgets is a widget library built on top of the jQuery JavaScript Library

jQWidgets is a widget library built on top of the jQuery JavaScript library. It empowers developers to deliver professional, cross-browser compatible web applications, while significantly minimizing their development time. jQWidgets contains more than 40 UI widgets.

Resources

143 questions
11
votes
3 answers

Jquery form submit validation

I have following form:
Country Name:
and following JQuery for validating…
edaklij
  • 4,121
  • 11
  • 31
  • 43
4
votes
1 answer

why jqxgrid unchecked checkbox or radiobutton column in scroll grid?

I use jqxwidgets grid (jqxgrid) by a renderer column that is radiobutton and checked true or false by rowdata value, when checked multiple radio and scroll grid ,unchecked checked radio buttons(change state). cellsrenderer:function(,,rowdata){ …
Mohsen
  • 231
  • 5
  • 17
3
votes
2 answers

dropdown for Year not showing unless I click on each cell

I am using jqwidgets JS library and having one issue in displaying the dropdown under Year column. As can be seen in the code below, the Year column is not displaying the jqxDropdownList unless I click on it. For example, when I clicked on the first…
Tan
  • 1,433
  • 5
  • 27
  • 47
3
votes
1 answer

Angular: debugElement query doesn't find the element but jQuery does

I've been having a bear of a time with this. I'm using a third-part listbox widget (jqx-listbox) and trying to test it. Everything works fine under ng serve and even looking at the Karma output in Chrome, I can see the entire UI, with the listbox,…
redOctober13
  • 3,662
  • 6
  • 34
  • 61
3
votes
1 answer

JqxWidgets: Export nested grid

While working with JqxWidges I met a problem with exporting nested grids which use one JSON as a source file. The common solution doesn't work. Actually it exports only parent grid colums. $("#excelExport").click(function () { …
Veronika
  • 51
  • 4
3
votes
1 answer

jQuery plugin cut my input and set it outside of the form

I am using jqx dropdown button for some elements in a form on my jsp page. when I set them as the following
ComeRun
  • 921
  • 1
  • 20
  • 38
2
votes
0 answers

Check if date is within the range

I am implementing appointment booking functionality using jqxSchedule. I am creating one API using .net MVC where i need to check whether or not given date is within the range of dates with recurrence. How can i check whether given date falls…
Developer
  • 141
  • 2
  • 11
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
2
votes
1 answer

How to reload jqxwindow initContent: function ()?

Please tell me how to reload the content of jqxwindow initContent: function (). I created a div in jsp for all the ids below. Function f1() { var themeName = 'bootstrap'; var lp = Number((window.screen.width-900)/2); var tp =…
2
votes
1 answer

How to show Dropdownlist on page load in Jqxgrid

I'm using Jqxgrid of jqwidgets. I have taken a dropdown list in a grid. I want to show dropdown list in editable mode by default on page load. please have a look this screen shot where first dropdown showing as 'Please Choose' , it's coming on click…
Prashant Mehta
  • 484
  • 2
  • 11
  • 30
2
votes
2 answers

jqxNumberInput forceing user to keep (-) negative sign in front of number value

I have a JQXGrid which utilizes the jqxNumberInput to allow users to enter number and what not. createeditor: function (row, cellvalue, editor) { editor.jqxNumberInput({ spinMode: "simple", decimalSeparator: decimalSeparator, groupSeparator:…
QBM5
  • 2,778
  • 2
  • 17
  • 24
2
votes
2 answers

Get Parent's Parent Id in jqxtree drag in dragEnd Event

I am using JQXTree, A sample Html code
  • Server
  • Incoming Data
    • FTP…
Sri
  • 1,505
  • 2
  • 18
  • 35
2
votes
2 answers

Binding to the same data twice doesn't work the second time in knockout

I submit for your consideration, this fiddle: http://jsfiddle.net/alexdresko/HFFUL/5/ There are two identical grids in the HTML, but only one of them populates when you click the "Load" button. Is this due to my own fundamental misunderstanding of…
Alex Dresko
  • 5,179
  • 3
  • 37
  • 57
2
votes
0 answers

jQuery clone losing some functionality?

I am using jQuery clone to clone parts of a form and restore to their original state (saved in the clone) if the user decides to "cancel". My clone code looks like this: $(filterSec).find("select option:selected").attr("selected", true); // clone…
froadie
  • 79,995
  • 75
  • 166
  • 235
1
vote
0 answers

Why am I getting error while creating dropdownlist in one column of jqxgird?

I have created one grid using jqWidget. I'm trying to put the drop-down list in the 7th column of jqxgrid. My code is as follows. I can't get the expected output. // Data which I want to get in dropdownlist var drpSource = [ { id: 1, name:…
1
2 3
9 10