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
0
votes
2 answers

Sort Grid Columns by "column_order" in JQWidgets

Is that possible to sort grid columns by column order dynamically using JQWidgets(v2.8.2)?
silk_route11
  • 324
  • 3
  • 17
0
votes
1 answer

JQwidgets grid not showing special character

I am having grid which i am trying to fill with some dynamic data but it seems that the grid itself not showing some characters for that i provided the grid some raw data as var firstNames = [ "Andrew", "DI
user1260967
  • 89
  • 1
  • 2
  • 14
0
votes
1 answer

JSon Challenge: How to retrieve JSON encoded value in JqxGrid?

i am using jqwidgets . I am trying to implement JQxGrid.At this moment,I am getting Json encoded values returned by linkrenderer javascript variable like this:
Bilal Khalid
  • 95
  • 5
  • 22
0
votes
1 answer

How do i get the link for the jquery files mentioned in head?

Hi when i tried to run following HTML i realize that i dont have some jquery Css files .So ho can i get the online link for these jquery file?? Following are my code
Navi
  • 1,696
  • 2
  • 17
  • 36
0
votes
2 answers

Integrating Jqwidget

I was wondering if it is possible to use 2 jqx widgets together. If it is how possible would I go about doing it. I was thinking of combining jqxGrid, and jqxTree to create a Grid with headers, column, and cell, but configure the cell to behave…
Jack Thor
  • 1,554
  • 4
  • 24
  • 53
0
votes
1 answer

How to bind ajax result to jqxGrid

How can I bind the ajax result to jqxGrid? I got confused on how to do it the right way because in the jqxGrid samples their source is just a text file. Anyone could give me idea to do it the right way will be a big help as of now here is my ajax…
SHINHAN
  • 685
  • 2
  • 12
  • 28
0
votes
1 answer

Fitting JQWidget Splitter on Any Screen Size

From this example, is it possible to adjust its size to fit on any screen resolution?
Chris N.P.
  • 763
  • 2
  • 9
  • 21
0
votes
2 answers

"SyntaxError: JSON.parse: unexpected character" error on loading jqxgrid in zend

I am using zend with jqxgrid. While navigating to the page(eg: test.com/employee) containing jqxgrid, the grid simply works and loads the required data to the grid. But when I try to navigate the same page by passing the parameter(eg:…
KCP
  • 929
  • 9
  • 29
0
votes
1 answer

How to rename JQXwidget tree node

I use Jqx tree to create a tree. But i was unable to rename added Node to the tree, could some one please help me to do this. http://www.jqwidgets.com/ I was try to do some thing like this, but it wont work var selectedItem =…
0
votes
1 answer

How to set up jqxListBox of jqxGrid programmatically

I have a jqxGrid with jqxListBox inputs as cells. How can I set the cells' values programmatically by selecting their jqxListBox index? See a demo…
user2723490
  • 2,010
  • 4
  • 27
  • 37
0
votes
3 answers

jQuery and jqxGrid - how to select all rows in jqxGrid via checkboxes

How can I check all rows of jQWidgets jqxGrid with checkbox options programmatically‎? I can loop through rows and select them one-by-one or use $("#jqxgrid").jqxGrid('selectallrows'); but I need to make a selection via the checkbox option -…
user2723490
  • 2,010
  • 4
  • 27
  • 37
0
votes
1 answer

Setting default for empty cell using jqxDropDownList

I'm in the early days of using the jqxGrid. Everything has been going OK but now stuck on using a drop down list to select values for a cell. Here's the relevant code: createeditor: function (row, column, editor) { var list = ['', 'x', '1',…
Essex Steph
  • 115
  • 1
  • 11
0
votes
0 answers

jqxTree inside jqxExpander without fixed sizes

So basically I have a jqxSplitter as a container with fixed sizes. On the left side should be 2 jqxExpanders of which the lower one should contain a jqxTree. This works so far except: As I set the Height of the second expander to 100% it expands…
norathem
  • 60
  • 8
0
votes
1 answer

How can I map and observe in the same time in jqxGrid?

I use jqxGrid with KnockoutJS. I bind the grid to an object array. When I use mapping, the values of the grid does not refresh. But if I push a new object to the array that is added to the grid.