Oleg,
I agree wit this and wil maybe revert the changes in treeGrid, so that they are compatible.
Tony
Hello Oleg
I think this should be additional checked, since I have made some changes in treeGrid regarding this before some days
Tony
Thanks Oleg.
Tony
Hello Oleg,
Thanks.
Tony
Hello,
Thanks for this. Also you
Hello,
Sorry to say this, but IE6, IE7, IE8 support will be discountinued with next jQuery release – comming very soon.
As from version 4.4.4 of jqGrid does not support IE6 and with the next jQuery release we will not support IE7,IE8.
Regards
Tony
Hello,
Can you please add these and send me the updated language file.
Thank you
Regards
Tony
Thanks Oleg,
I will check this during the weekend.
Best Regards
Tony
Hello,
Thanks for this post.
In diffrence to the answer from jquery ui I will give you a solution.
I do not thnik that this is a bug in jqGrid and uiAutocomplete. This is a way they work.
The simple answer is jqGrid form edit and uiAutocomplete have diffrent initial zIndex where both are not in sync.
Here is the solution. You have two options
1. To change the zIndex of jqGrid Form which is default 950
2. To change the zIndex of the uiAutocomplete (respectivley .ui-front) which default is 100
1.
jQuery(“#jqgrid_m”).jqGrid('navGrid','#jqpager_m',{edit:true,add:true,del:false,search:false,refresh:false},
Hello,
For me you will need first to see this change and correct your code.
Also suppose you have other similar code not related with jqGrid which have exactley the same output, then you will need to change your code. Is this correct dear modest darkwarrior?
Thanks for reporting.
Regards
Hello,
This is not a jqGrid problem, since it do exactly this.
Please look here.
You will need to correct your server side code.
Hello,
I do not think that this is a jqGrid problem.
This is rather a new behaviour of jQuery ajax
Please look here
Also please check your string whcih is returned from server.
The simple test to see the error is to do this
$.ajax({
…
dataType: “html”,
url: “departments.jsp”,
success : function(data) {
var a = $(data).html();
}
…
});
By the way you have some error in the code.
Replace
.navGrid('#grid-customers-pager',{ edit: false, add: true }, {}, {}, {}, {}, {}).inlineNav(“#grid-customers-pager”,{});
with
jQuery(“#grid-customers”)
.jqGrid('navGrid','#grid-customers-pager',{ edit: false, add: true }, {}, {}, {}, {},
Hello,
Not sure what you do and how you do it.
Your example works perfectley at my end. I have copy paste your exmple and it works without modification.
If you want I can post it online. Please check your response for other errors.
By the way if you use jsonReader with repeatitems set to true (as in your case) you do not need to use jsonmap in colModel
Regards
Hello,
It seems to be a problem in IE.
Here some links.
In which version of IE is this. Does it happen in IE 10?
Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top