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

How to add ellipsis to jQGrid column headerText

How to add ellipsis to jQGrid column headerText. Current Column Html Header for jqGrid is in like this :
Rohit Kumar
  • 829
  • 2
  • 12
  • 21
-1
votes
1 answer

jqxGrid button format

I wish to use the cellsrender to render my own button using something like the following code: $("#jqxgrid").jqxGrid( { width: 850, source: dataAdapter, columnsresize: true, columns: [ …
gilesrpa
  • 969
  • 1
  • 12
  • 35
-1
votes
1 answer

What is the easiest way to differentiate between function calls from three different jqxgrid calls?

I have three jqxgrids that call the same function to create a new account (which is a jq ui dialogue). What is the easiest or best way to differentiate between which grid was called. My code: $("#divNewAccountDetails").dialog({ autoOpen: F, …
John Schultz
  • 672
  • 1
  • 10
  • 29
-1
votes
1 answer

How do i Hide particular column showfilterrow in Jqx grid

Actually im working on Jqx Grid. I have a requirement of show filter row (Quick search) . I need to apply it only to a single column but its applying to all the columns i need to Hide the columns which i dont require . Can any one Help me out ? Here…
shashank
  • 1
  • 4
-1
votes
1 answer

What do you call this bug and is it a CSS, JS, library bug?

I have this bug happening in my site where my menu drops down and instead of being render on top there is this one area that is under the table. I am looking for an answer but am not sure exactly what is the bug called, or if it is a CSS, java…
Jack Thor
  • 1,554
  • 4
  • 24
  • 53
-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
-1
votes
1 answer

How to change the getrowid to id

can anyone tell me how to change the getrowid to get the value of the selected id, i need to get the value of the selected id to pass to the sql.
-1
votes
1 answer

loading jqxgrid with local json data failed

Hi am working on jqxgrid. Am trying to load this jqxgrid using a local json grid. Below is the code what i tried so far. But am getting a blank grid.
TKV
  • 2,533
  • 11
  • 43
  • 56
-2
votes
1 answer

.Net application memory consumption is increasing in Edge

I opened my web application in Edge. When I login through the application and come to the homepage I noted the memory consumption of the application in task manager. Then I performed some operations on the site and again go the task manager and see…
Gaurav_0093
  • 1,040
  • 6
  • 28
  • 56
1 2 3
17
18