Questions tagged [jqxgrid]

jqxGrid is a jQuery widget from jQWidgets toolkit that displays tabular data. It offers rich support for interacting with data, including paging, grouping, sorting, filtering and editing. jqxGrid has also Angular, React, ASP .NET MVC and Custom Elements versions.

jqxGrid is a jQuery widget from jQWidgets toolkit that displays tabular data. It offers rich support for interacting with data, including paging, grouping, sorting, filtering and editing. The jqxGrid can be integrated with any server side technology.

Resources

265 questions
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

Render AngularJS directive within jqxGrid

Using jqxGrid to make a table with data (obviously). I've got my angular directive element loaded in the jqxGrid, data updates the grid fine, but it just stays there, unrendered and I can't figure out how to trigger the rendering. Here are my jqx…
Thierry Blais
  • 2,848
  • 22
  • 41
2
votes
1 answer

Sending a table/grid object over AJAX

A Brief Description... I have an editable jqWidgets grid within my site but unlike traditional editable grids, instead of updating the database as you edit a row, I want to update the entire grid at once when a 'Save' button is pressed. With this in…
Ben Carey
  • 16,540
  • 19
  • 87
  • 169
2
votes
1 answer

How to get filter conditions dropdown next to textbox when filterrow is enabled in jqxGrid?

I got a column with filter type textbox and i got filterrow enabled but i need the filter conditions dropdown to also appear next to the textbox because i need to be able to apply multiple conditions like not equal and other filters.
Ibrahim Ahmed
  • 2,295
  • 4
  • 21
  • 35
2
votes
2 answers

Export data from jqxgrid

I want to export all data in my jqxgrid into json and send it to another page via AJAX. My problem is when I click export button, the data in the grid and data before export was not the same. It change float number to Interger. Here is my…
2
votes
0 answers

jqxGrid : Use filter with custom rendering

I am new to jqxGrid and I am using custom rendering in a jqxGrid to have drop down lists inside a jqxGrid. This works well but when filtering with the standard filtering features of jqxGrid. it does not take into account what is displayed but the…
frank
  • 438
  • 1
  • 5
  • 19
2
votes
1 answer

Display summation of columns in the footer of jqxgrid

I need to display a footer row at the very bottom of the Jqxgrid, in which sum of the columns in the grid should get dynamically calculated as and when the values of the columns are getting in the grid. I am using a Keyboard Navigation Jqxgrid which…
Akshatha
  • 21
  • 1
  • 5
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
2 answers

How to filter second jqxgrid based on the filter conditions from the first?

I have two jqxgrids that are both sourced from the same place and use the same dataAdapter to get the data. One grid has columns that are filterable. I can't figure out how to force the second grid to re-filter automatically when user enters some…
Alexey Gerasimov
  • 2,131
  • 13
  • 17
2
votes
1 answer

jqx grid and knockout computed column

I'd like to have a simple jqxGrid with computed column. Looks like everything is ok, but it doesn't work. Simple example: