tony

Forum Replies Created

Viewing 15 replies - 2,146 through 2,160 (of 7,981 total)
  • Author
    Replies
  • in reply to: edittype:select and readonly issue #95618
    tony
    Keymaster

    Hello,

    Looking here will maybe help.

    http://www.w3schools.com/TAGS/tag_Select.asp

    Readonly is not valid attribute for select

    in reply to: Upgrade from 3.6.5 to 3.7.2 Issue #95605
    tony
    Keymaster

    Hello,

    The version of jQuery in first 3.6.5 and in second 3.7.2 case?

    Regards

    Tony

    in reply to: allow to edit foreign topics in the forum #95603
    tony
    Keymaster

    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

    in reply to: Jsonstring with self-defined “records” or “total” #95602
    tony
    Keymaster

    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) {

    ……………………

    in reply to: Embedded multisearch form #95600
    tony
    Keymaster

    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

    in reply to: Integrating CKEditor and JqGrid #95599
    tony
    Keymaster

    Hello,

    Thank you very much for this code. I hope it will be a usefull for a lot of people.

    Kind Regards

    Tony

    in reply to: jLinq performance comparison #95598
    tony
    Keymaster

    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

    in reply to: Add row and immediately inline edit #95597
    tony
    Keymaster

    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

    in reply to: jqGrid 3.8 Beta emptyrecords is not working #95593
    tony
    Keymaster

    Hello,

    Thnks. Will check it this case.

    Regards

    Tony

    in reply to: TreeGrid sorting bug #95592
    tony
    Keymaster

    Hello,

    Thank you very much for this fix.

    Also fixed into the code.

    Thanks again

    Kind Regards

    Tony

    in reply to: inline edit, succesfunc is not called on editing a row …. #95591
    tony
    Keymaster

    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:

    in reply to: do not fit well #95589
    tony
    Keymaster

    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

    in reply to: Compatibility bug with jQuery UI 1.8.4 #95588
    tony
    Keymaster

    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

    in reply to: jqGrid 3.7.2 bug with IE8 while using jqGrid debugging #95587
    tony
    Keymaster

    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” Smile

    Kind Regards

    Tony

    in reply to: EditGridRow Bug? #95586
    tony
    Keymaster

    Hello,

    This is not true. In the navGrid we set a lot of options which differ from the default settings.

    Kind Regrds

    Tony

Viewing 15 replies - 2,146 through 2,160 (of 7,981 total)

Stay connected with us in your favorite flavor!