jqgrid Questions
2
Solved
i am using custom formatter for displaying cell data which is editable cell.if i select that cell and select any other cell, cell data is getting disappeared and other cells are becoming uneditable...
1
Solved
I am using django 1.4 together with jqgrid from django_gems package
The following code is trying to bring the virtual column onto the grid by concatenating first and last name.
However it fails w...
1
Solved
I have bunch of hidden columns in my jqGrid, on which I want to enable search,
eg.
{ name: 'Col1', width: 200, hidden: true, search: true },
{ name: 'Col2', width: 200, hidden: true, search: true...
Fronton asked 20/3, 2012 at 10:59
2
Solved
I have a jqgrid where there are 19 columns, I want to display full column headers and have a horizontal scroll bar (only when the the header columns exceed the mainWidth)
This is how I get my grid...
1
I am trying to have the page load with a pre-defined filter already applied to the grid.I've tried the following code without success.
$("table#worksheetsTable").jqGrid("setGridParam", {
gridCom...
Samford asked 19/3, 2012 at 1:15
1
Solved
We are using jqGrid in local mode and as part of our ajax call the Json result is being modified so that dates are converted into valid JS Date objects. The problem is that these aren't sorting pro...
Ouabain asked 15/3, 2012 at 19:48
2
Solved
Is there a way to make all columns on a grid NOT sortable other than adding sortable:false to each column? I know you can set global options at the grid level but didn't know if you could do it at ...
Toughen asked 21/10, 2010 at 16:31
1
Solved
I'm trying to implement a custom button on a jqGrid with hide and show functionalities. I basically want to show the button if the grid is empty otherwise show.
I have implemented it with the "rec...
Progesterone asked 13/3, 2012 at 16:54
3
Solved
I'm trying to enable and disable custom buttons on a jqgrid, but would enable that button only if the grid is empty and then disable when its not.
Is there a way to test of the grid has data or n...
Froehlich asked 13/3, 2012 at 14:17
1
Solved
Is any solution in Jqgrid if there is negative number then show bracket "()" ?
ex: show (23) if value was -23
thanks
Nonpartisan asked 12/3, 2012 at 7:28
1
Solved
I need to develop a grid using jqGrid and PHP what has 4 columns: Product, Quantity, Price and Amount. The product name is retrieved from the database. If the user edits the Quantity and Price colu...
Ghazi asked 11/3, 2012 at 13:41
1
I tried last answer from jqgrid - calendar icon not showing up in inline editing mode to show datetime column with button.
I'm using date format dd.mm.yy Date field width is too big and there is t...
Mercantilism asked 8/3, 2012 at 14:48
1
Solved
I have a deep tree and for user it's difficult to distinguish the levels. Is it possible to have custom css-classes for each level? For example firstlike h1 and bold, second bold ...
3
When writing a webpage in html, can you use two different quantitative measures for width and min_width?
For example can you use:
width: 90%
min-width: 600px
Do they both have to be the same un...
1
Solved
I am using the 'number' type for entering floating point numbers into a jqGrid grid.
I am able to format the floats for rendering witha comma (we use a comman in Europe
as decimal seperator). Howev...
Fanion asked 14/2, 2012 at 11:53
1
Solved
Is there a way to set a fixed width (max and min) of a jqgrid column?
I've set the width property in the colmodel, but if I resize the grid the columns are adjusting.
Kirkham asked 24/2, 2012 at 13:5
1
Solved
I've got the following code to change the page of the Jqgrid.
function setPage() {
$('#editGrid').setGridParam({ page: 10 }).trigger('reloadGrid');
alert("Success");
}
I get the success messag...
Chrissy asked 23/2, 2012 at 7:31
1
Solved
I had a bean object with me in the colmodel of jqgrid. the object hold two attributes name and id. I used a showLink formatter to form the hyperlink in one of the column. Now i have names the colum...
Millennial asked 21/2, 2012 at 14:53
3
I use jqGrid with the multiselect option set to true.
I'm looking for a way to hide or disable the first checkbox (the one in the row of the column names) so that users can't use the "check all/u...
Yousuf asked 2/6, 2011 at 9:15
3
Solved
i have an asp.net-mvc web page and i am using jqgrid on the front end. i want to have an export to excel button that will export the current set of data (based on the current filter).
i already us...
Plage asked 14/5, 2011 at 22:59
3
Solved
I am working to an application that uses jqGrid. The problem is that the edit dialog that should appear at row edit must have a specific layout. So I would prefer to load it via ajax and then send ...
2
Solved
I am using jqgrid (standard) with EF 4 + MVC3. I'd like to implement excel export. Which method you would suggest me?
To generate excel, I'd like to use this library by Dr Stephen Walther, which ...
Musetta asked 18/2, 2012 at 8:30
1
Solved
I am using jqgrid (standard) with EF 4 + MVC3. I'd like to implement excel export and if possible using the same action controller used to populate the grid.
I wonder if is it possible / logical t...
Rumrunner asked 17/2, 2012 at 18:52
2
Is there a way to filter the data currently displayed in a jqGrid programmatically (in Javascript, not server-side)? All the search examples seem to depend on using jqGrid's own search UI, which do...
1
Solved
i'm trying to build a select element in the form editing jqgrid by calling an ajax webmethod (asp.net).
Everythings work great if I call a method without parameter. It doesn't work if I try to ca...
© 2022 - 2024 — McMap. All rights reserved.