I have the same problem, but I found soulution for this. There is only one problem – my soulution is not good one….
at first, I use grid.base.js, not jquery.jqGrid.min.js
There is line like this (572):$(“.ui-paging-info”,ts.p.pager).html($.jgrid.format(ts.p.recordtext,from,to,tot));
This line is start of the problem. When format function is called ($.jgrid.format(ts.p.recordtext,from,to,tot)), the first argument – ts.p.recordtext –
plus modal window didnt gete focus – so user cant close it by esc-key
OK – my problem again. My sample data wasn't actually matching up witht e grid data. Corrected the sample dropdown values and voila – works like a charm. I am really digging jqgrid. I will use this a lot.
Mike
OK – I've got it populating the dropdown with the following format (found it on another topic):
That worked – thanks Tony.
seems you should attache jquery.searchFilter.css from http://github.com/tonytomov/jqGrid/tree/master/css/
Hi,
I tryed with
beforeShowForm: function(formid) {
$(“#list”).setColProp('Fondo', {editoptions:{readonly: true} });
$(“#list”).setColProp('Valido Dal', {editoptions:{readonly: true}});
},
but didn't work.
Any idea?
Thanks
Mirko
…
Actually you can look at jquery.searchFilter.js.
Regards
Tony
Thank you
avagarwal said:
…
The grid complete function is utilized to set these values as search critera.
…
Are you talking about the advanced search? could you post your relevant comlete code.
Thanks
Hello,
I'm using jqGrid in an application based on ZendFramework
i think to have a similar error.
afterSubmit event seems to happen before server calling and i can't receive response data and i've verified that
jQuery(gridName).editGridRow('new',{height:150,reloadAfterSubmit:true,editData:{action:'new',afterSubmit:function(response,postdata){alert(response)}}});
return always undefined even if
Hello Tony
I can see that many developers have similiar problems (additional id in showlink).
Maybe You should think about some hidden(or not) fields in grid to store such an id.
I suggest another parameter in formatoptions.
Let's name it idValue (or idColumn) and set there name of id column.
If You would like I can write a little piece of code for You to make great jqGrid working like this.
Regard,
Piotr Roznicki
Problem is solved. My fault was;
Tony,
are you sure this bug is fixed? I just updated to v3.5.3 and i still have this bug while it's supposed to be solved according to the changelog .. some other problems I had before are solved now though, so thanks a lot for that.
I hope you'll look into it again 
thx in advance,
Jan
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top