Hello,
Looking here will maybe help.
http://www.w3schools.com/TAGS/tag_Select.asp
Readonly is not valid attribute for select
Hello,
The version of jQuery in first 3.6.5 and in second 3.7.2 case?
Regards
Tony
Hello Oleg,
Thanks. There is a new version of the forum softwarre, but in my previous experiance it is not so easy to upgrade.
Instead I should do this.
Kind Regards
Tony
Hello,
Not sure what you mean. locdata just determine that the localdata arry should be filled in order to be used into the future.
Just few rows bellow we have
addJSONData = function(data,t, rcnt, more, adjust) {
……………………
Hello,
I'm not sure what and how do you do this, but in princip whan the grid ia constructed and maybe you call navGrid you can just esy call the searchGrid method with multipleSearch set to true. This will lunch the search dialog when the page loads.
Regards
Tony
Hello,
Thank you very much for this code. I hope it will be a usefull for a lot of people.
Kind Regards
Tony
HEllo,
Thanks for this Daniel. For now I do not notice any problems with 2000 records.
Instead it is very interesting and I will do some test on this, but I'mnot sure that the things will be cahnged – i.e to change the plugin, since we have make a lot of impriovements in jLinq
Thanks again
Kind Regards
Tony
Hello,
Well I think that this is a copy/paste typo. Try this:
$(“#addrow”).click( function() {
emptyItem=[{id:””,jobname:””,process:”stopped”,disabled:”No”,description:””,frequency:”manual”,fromemail:””,fromname:””,replyemail:””,subject:””,contenturl:””,restricted:”No”,lastrun:”0000-00-00″}];
$(“#datagrid”).jqGrid('addRowData',0,emptyItem);
$(“#datagrid”).jqGrid('editRow', 0,true);
$(this).attr(“disabled”,true);
$(“#editrow”).attr(“disabled”,true);
$(“#saverow”).attr(“disabled”,false);
$(“#cancel”).attr(“disabled”,false);
});
Kind Regsrds
Tony
Hello,
Thnks. Will check it this case.
Regards
Tony
Hello,
Thank you very much for this fix.
Also fixed into the code.
Thanks again
Kind Regards
Tony
Hello,
It depend maybe what you return from server when the row is edited for second time.
Please check this. Her is the code sniplet for this event:
Hello,
Any infomation on the grid settings will help me.
Also maybe you will need to use autowidth option set to true.
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options
Kind Regards
Tony
Hello,
Thank you for investigation, but I can not confirm this.
A test case wiil be a good proof of this report.
Thanks again
Best Regards
Tony
Hello,
I think that this should work, because there is no problem in my IE8 (in I7 mode it works ok too)
You are the first one that reported this problem, but as I say – “Ende gut – alles gut” 
Kind Regards
Tony
Hello,
This is not true. In the navGrid we set a lot of options which differ from the default settings.
Kind Regrds
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top