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
1
vote
0 answers

disable checkbox based on value on jqx widgets grid cellsrenderer

disable checkbox based on value on jqx widgets grid cellsrenderer here is my code: var cellsrenderer = function (row, columnfield, value, defaulthtml, columnproperties) { var rowscount = $("#jqxgrid").jqxGrid("getdatainformation").rowscount; …
yuvi
  • 1
  • 5
1
vote
0 answers

responsive bootstrap panels inside jqxsplitter

I have a fiddle where bootstrap panels are placed in 2 columns structure and as soon as I resize the window to a certain size they are stacked vertically which is absolutely what I need.
niklodeon
  • 1,320
  • 5
  • 20
  • 51
1
vote
1 answer

Finding a row with specific column value in jqxGrid

I am trying to get the data for a row by matching a column value. For example if we have the following data in the grid, I want to get the data of the row which has a CombinedID = 2015-01-02-0222. [ {"Name":"Test 1",…
1
vote
0 answers

jqxWindow in Data Table

can you help with my code. I want to view my remarks through jqxWindow of jqxWidgets. When you see my code below I insert the div id for remarks.
pvegetah
  • 71
  • 2
  • 13
1
vote
1 answer

jqxDropDownList with knockout cannot bind selectedvalue

I am trying to bind a jqxDropDownList selected value with a ko.observable and I can't figure out what is wrong. It is working with regular
shalu
  • 113
  • 2
  • 14
1
vote
0 answers

cordova white screen while using jqxwidgets grid

we are using jqxwidgets grid in one of our page , the app is working fine in 4.4.2 android devices and all ios device but it was not working in 4.4.4 kikat version of android, it is showing white screeen and showing message Channel not…
Osm Dev
  • 97
  • 7
1
vote
1 answer

Default Set Empty value for jqxDataTime Input

We need help for Date Time Input to set by default blank. We are using the code below for that, but we can’t set it blank. $("#start_date1").jqxDateTimeInput({width: 150, height: 22, formatString:'dd-MMM-yy', theme: theme,clearString:…
Alpesh
  • 43
  • 2
  • 8
1
vote
0 answers

jqgrid - grouping whit spaces column

I wonder if there is a way to leave the cluster plugin with JQGrid grid view like this: http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxgrid/jquery-grid-grouping.htm I'm getting to group, but the column is not with the spacing…
1 2
3
9 10