jqgrid Questions
1
Solved
What is for you the better approach for displaying real-time data (Stock Exchange, Weather, ...) in a grid ?
I use this method:
setInterval(function(){
jQuery("#list1").trigger('reloadGrid');
},...
Alcoholize asked 5/5, 2012 at 11:8
1
Solved
where in one cell edittype is select with key value pair like below.
colModel: [
{name: 'Code', index: 'Code', width: '16%', editable: true, sortable: true },
{ name: 'ABC', index: 'ABC', width...
Leek asked 1/5, 2012 at 5:43
2
Solved
How to presist current row if grid is opened again or page is refreshed ?
Answer in Persisting jqGrid column preferences describes how to persist column width and some other parameters.
In this a...
Registered asked 17/12, 2011 at 16:1
4
Solved
I am using Asp.Net/C# , in one of my page I am using jqGrid to display list of users to the Admin , The jqGrid contains following columns
User Code
First Name
Middle Name
Last Name
Email
Here i...
Variegate asked 28/4, 2012 at 6:7
2
Solved
I am currently using jqGrid with the navGrid, del set to true. Problem is when a user clicks on delete, it pops up a confirmation box in the upper left hand of the grid. Since we are already scroll...
2
I want to write code on Refresh button click of JQGrid. Is there any event for that?
1
Solved
jqGrid v4.3.2
ie9
win7enterprise
I'm using the following code to generate subgrids:
http://www.trirand.com/blog/jqgrid/jqgrid.html - > Advanced -> Grid as SubGrid
I do this and i have
1st level...
2
Solved
In Jqgrid for currency formatter there is only thousandsSeparator is available but i want lakhsSeparator
colModel: [
{name: 'Code', index: 'Code', width: 55, editable: true, sortable: true },
{ ...
Spillway asked 20/4, 2012 at 7:40
2
Solved
I'm using jqGrid's Drag and Drop functionality and I would like to know how I can alter the CSS of the row that is being dragged around.
I'm thinking I can add a CSS class to the dragged row, but...
Carbylamine asked 17/4, 2012 at 14:47
3
Solved
Looking off this example, notice how clicking on the Search button brings up a modal form with a darkened overlay behind it. Now notice how clicking on the Column Chooser button brings up a modal f...
Dinner asked 13/3, 2012 at 15:37
1
Solved
I have my primary grid dragging/dropping rows correctly into a secondary grid. My question is, how do I perform a check just before the row is dropped into my secondary grid, which determines if th...
Gambrel asked 13/4, 2012 at 19:10
1
Solved
I'm trying to get my subgrid to work with local data. However, when I click expand, I just get a Loading box like the grid is attempting to pull the data from somewhere. I'm assuming I don't need a...
2
Solved
There appear to be many solutions that are very close to addressing my problem but of the dozens and dozens of questions I've poured through not one seems to exactly address what I'm trying to do. ...
Prieto asked 10/4, 2011 at 10:8
1
Solved
We recently updated our jqgrid from 3.8.2 to 4.3.1 because we wanted to be able to use the search templates and also to make sure we had all available bug fixes. But, there are two things that have...
Precaution asked 12/4, 2012 at 19:21
1
Solved
I have one JQGrid in my php file and I have placed inside one form . On submitting form, i just want the checked value from the JQGrid.
<script type="text/javascript">
$(function() {
$("#l...
Arytenoid asked 12/4, 2012 at 9:46
1
I'm using jqGrid formatter action with a long grid, I'm trying to position the delete dialog in the center of the screen, I did that already but for some reason the window scrolls to the top of the...
Adjudicate asked 10/4, 2012 at 0:50
2
Solved
I have a jqGrid that uses Post to send the request. I have a php function that when given the jqGrid search and sort settings can return a CSV file. And, I have put together an external button that...
1
I would like to size a grid to a fixed height like 500px. If lets say only two records are placed in the grid I would like to fill the remaining rows as empty rows, and not make them clickable, so ...
Handshaker asked 14/6, 2011 at 19:22
1
Solved
I have a in-line delete button, I want to append more data to the delete message pop-up like this:
"Delete selected row with code = 7 ?"
I'm using the following in the delOptions:
beforeShowForm:...
Decorous asked 5/4, 2012 at 20:57
2
Solved
I'm using the Jquery date/datetimepicker add-on(s), as well as JQgrid.
I'd like the onShow for the date/datetimepicker to be 'button', but when tabbing through the modal, the date/datetime button m...
Architectonic asked 4/4, 2012 at 10:45
2
Solved
I am a beginner in JQ grid. In my JQ grid I have a image in a column added as an anchor tag. Onclick of the particular cell I need to change the image only for that cell. I am adding a class 'click...
2
Solved
I'm intercepting server response via datatype, but I've noticed that the loading.. message
is lacking! How can I trigger it ?
1
Solved
i'm trying to use jQuery multiselect plugin in a form editing jqGrid (add form).
This is the code (colModel extract) I'm using to build the dropdown:
{
name: 'CaratteristicheCamera',
index: '...
Siphonostele asked 3/4, 2012 at 10:26
1
Solved
I have a jqGrid with a subgrid. I want to sort the subgrid so that important details are shown in sorted order inside the subgrid.
Sorted Order: EBFNUM, VERSION & APPLIEDDATETIME
Below is a ...
3
Solved
I have the following jQuery code which I'm using to populate a jqGrid. It works perfectly posting to my ASP.NET MVC page on the first click of the button. My
problem is, any other clicks past the f...
Krahmer asked 20/7, 2009 at 20:4
© 2022 - 2024 — McMap. All rights reserved.