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

What is wrong with my DropDown editor for a jqxGrid column?

I have this jqxGrid setup: var paymentSource = { datatype: "json", datafields: [ { name: 'Id', type: 'number' }, { name: 'Name', type: 'string' } ], url: "@Url.Action("GetPaymentSchemes")" }; var paymentAdapter = new…
ProfK
  • 49,207
  • 121
  • 399
  • 775
0
votes
2 answers

Jqwidgets are not working in MVC4

I'm trying to make use of jqwidgets in my project which is built under asp.net mvc4 concept, the below code gives me an error "Uncaught TypeError: Cannot read property ‘dataAdapter’ of undefined", please bare in mind that below code is just an…
arash moeen
  • 4,533
  • 9
  • 40
  • 85
0
votes
1 answer

jQuery Chosen dropdown inside of jqWidgets tab is not rendering correctly

I am using jqWidgets tabs with jQuery Chosen dropdowns inside the contents of tabs The problem I am having is when I click to open the dropdown the div gets clipped off at the bottom of the tab - I expect the popup for the dropdown to overlay…
Trant
  • 3,461
  • 6
  • 35
  • 57
-1
votes
1 answer

To uncheck all checkboxes of an column in jqxGrid

I have small table built using jqxGrid. The 1st column contains checkboxes like below: Expected result: On click of Uncheck All, need all these check-boxes to be un-checked like this: On click of remove need to get data of checkbox selected…
Shankar
  • 2,565
  • 8
  • 29
  • 56
-1
votes
1 answer

idea is expected for Max Date using Jqx widgets grid

idea is expected to find Max Date in Jqx widgets grid Date Column 05/11/2016, 10/11/2016, 15/11/2016, 20/11/2016 output 20/11/2016 Here is My Code: $.each(data1, function (idx, value) { var dates = []; dates.push(new Date(dt)); var maxDate = new…
yuvi
  • 1
  • 5
-1
votes
1 answer

How to display total of recordes in jqxgrid

I have jqxgrid.I am very new to jqxgrid.I want to display total of recordes or values in column. Can any tell me how to do enter image description here
veena hosur
  • 147
  • 2
  • 10
-1
votes
3 answers

Why doesn't my code work to add a new, blank row to a jqxGrid?

This is my setup code for the grid. var source = { datatype: "json", datafields: [ { name: 'Name', type: 'string' }, { name: 'PaymentSchemeName', type: 'string' }, { name: 'IsActive', type: 'boolean' }, {…
ProfK
  • 49,207
  • 121
  • 399
  • 775
-7
votes
3 answers

How to change position of buttons to required location inside window?

I have a small doubt regarding styling of my window, I want these two buttons that are on the screen to appear on the bottom right corner of my window. What are the required stylings that i need to give this tag to make the buttons appear at the…
1 2 3
9
10