jqGrid 4.4.1
Hello All,
The jqGrid 4.4.1 release is out. This release fixes a lot of bugs and add support for jQuery 1.8
For the full list of changes refer to the GitHub for 4.4.1 release
Enjoy,
jqGrid Team
Hello All,
The jqGrid 4.4.1 release is out. This release fixes a lot of bugs and add support for jQuery 1.8
For the full list of changes refer to the GitHub for 4.4.1 release
Enjoy,
jqGrid Team
Privacy Policy Terms and Conditions Contact Information |
Thanks!
still i m waiting for treegrid drag and drop functionality
Freezing column not working with JQuery 1.8.1 now.
i am facing search problem in filtertoolbar and i am using jqgrid with asp.net mvc…
Searching values are not passing to server side. please let me know, how to pass the values to server side as a parameters or other way or please give me a some examples.
Can you please list the fixes on this version please….
I use grouping in jqgrid 4.4.1 version.
I used lover version than 4.4.1, grouping is working fine, but now it is not working fine.
I face another problem, summary is also working fine i.e. sum, avg, min, max, etc but now it is not working.
Please help me.
Thank
Hello.
I would like to use your jqgrid very soon. But i am curious, will you use HTML5 with your future version of your plugin ?
The current version doesn’t use inputs of type email, url, phone, date, color…
Will you provide to validate an edit form (for password and password confirmation).
Thanks.
Pravin,
News???
I don’t see this fix:
// Fix for custom function OnPaging when it return ‘stop’
In jquery.jqGrid.src.js please move row 1902 before row 1899.
//– Fix for close window of filter after reset
Add after row 7148:
if(p.closeAfterReset) { $.jgrid.hideModal(“#”+$.jgrid.jqID(IDs.themodal),gb:”#gbox_”+$.jgrid.jqID($t.p.id),jqm:p.jqModal,onClose: p.onClose}); }
// http://stackoverflow.com/questions/12366396/jqgrid-multiple-grid-in-same-page-with-different-alert-box-position
// change row 8588 to:
var alertIDs = {themodal: ‘alertmod_’ + this.p.id, modalhead: ‘alerthd_’ + this.p.id, modalcontent: ‘alertcnt_’ + this.p.id},
Thanks!
jqgrid 4.4.1 was making ie7 freeze and crash. Rolled back to 4.3.2 and ie7 works again now.
I dont know what the problem was as I couldnt debug it because the browser would crash straight away.
love it…
IE7 mode using autowidth when a scroll bar will appear.
I like your grid (and it induces me to take a look at your other products when I find I have a use for them), but might I suggest that you either make the code for your demo page (by which I mean the DDL SQL, and the data used in the demo, along with the HTML+JavaScript) available for download? That would make both reproducing the demo grids, and experimenting with them, easier and faster.
Yes, I see the code snippets on the demo page, and can work with that, but what is missing is the definition of the tables, and the data that ought to be in those tables. I had wanted to experiment with your grouping examples, but can not find either the definition of the clients table, or the data it ought to contain. That makes setting up an experiment with my own data more challenging, and time consuming.
When is multi-column sorting coming?
It was supposed to be in the previous release?
The grid is consistently crashing the IE 10 browser on Win 8. The browser completely closes with a hard crash.
I do not have this issue if I use Chrome in Win 8 or if I run IE 10 in compatibility mode with my site.
Search button is not function in this version. Please fix it. Thanks!
In jqModal.js, there is one statement, o.style.setExpression.. The setExpression is causing an exception in IE9. In latest version also the same problem occurs. Any remedy for this?
@Karthick – thanks fixed in GitHub
When support jQuery UI 1.9 ?
When release next version ?
Hi all ,
i am new to jquery just i wanna select box validation in jqgrid please help me…..
hi I have problems with afterSubmit method of jqgrid, when I call this method it does not work. help please…
Next is an excerpt of the code
jQuery(“#tipos_bienes”).jqGrid({
url:’ajax/select_tipos_bienes.php’,
datatype: ‘xml’,
mtype: ‘GET’,
processData: “Procesando…”,
closeAfterAdd: true,
reloadAfterSubmit: false,
afterSubmit:function(){return[false, ‘todo very bad D:’];}, // here is the problem
jqGrid 4.4.1
Date to format: Tue Oct 30 12:54:22 2012
format: formatoptions: { srcformat : ‘D M d H:i:s Y’, newformat : ‘UniversalSortableDateTime’ }
Output: nan …
Replace line 4998: date = String(date).split(/[\\\/:_;.,\t\T\s-]/);
with date = String(date).split(/[\\\/:_;.,\t\s-]/);
and the Output is correct.
The \T was matching on Tue and removing the ‘T’ character.
Looks like unable to work on jquery UI 1.9
Any change to have a compatible version?
edit grid text,it not get onblur event.must be enter key.why?
Insert into treeGrid fialed ,why?
Any update on this?
jqgrid 4.4.1 does not appear to work with any jquery version after 1.7.2. At least the add/change/delete doesn’t seem to work. It does seem to work with the latest jqueryui 1.9.2 (if using jquery 1.7.2), but not fully tested.
Is anyone using jqgrid with any version of jquery after 1.7.2 successfully?
wow brilliant nice work i really appreciate this. keep it up.
Please any one tell me how to drag n drop rows within grid?
I’m new to jqgrid, so it would be grate if u give an example
for drag and drop rows witin same grid
Hi, I have loaded data in jqGrid by Dataset. Data are getiing field in Dataset but not filled in jqGrid so please help in in filling data in jqGrid,my code is as below:
proj.AddUserID = int.Parse(Session[“UserID”].ToString());
proj.CompID = int.Parse(Session[“CompID”].ToString());
DataSet ds2 = new DataSet();
ds2 = proj.GetAllProjectsByStatusID2();
Jqgrid1.DataSource = ds2;
Jqgrid1.DataBind();
I am facing problem in moving selected row up or down in JQgrid, I need to move rows up and down within same grid, but because of transactions( grouping) its not working. Without grouping it works fine for JQgrid :
grouping:true,
groupingView : {
groupField : [‘address’],
groupColumnShow : [false],
groupText : [‘Address: {0} – {1} Transaction(s)‘],
groupCollapse : false,
groupOrder: [‘asc’],
groupDataSorted : true
},
is it possible to move selected row up or down when grouping is true. can anyone share sample code to do it?
thanks