tony

Forum Replies Created

Viewing 15 replies - 7,816 through 7,830 (of 7,981 total)
  • Author
    Replies
  • in reply to: how do i get search to work #82232
    tony
    Keymaster

    $(“#mygrid”).navGrid(“#mypager”, edit:false, add:false, del:false, refresh:false,{},{},{},{top:266,left:200});

    Note the use of the pair. If you set only one this will not work.
    Regards
    Tony

    in reply to: Problem with setGridParam and header #82230
    tony
    Keymaster

    Stefano,
    Currently setGridParam can not be used to change the colNames and colModel. This is a missing part of the docs. Always you will become a unexpected results. I will try to do that in next releases.

    Regards
    Tony

    in reply to: Release 3.2 Beta #82229
    tony
    Keymaster

    If you use not compressed version in which line is the error?

    in reply to: Release 3.2 Beta #82227
    tony
    Keymaster

    Hi Ton,
    Do you use xmlstring as datatype?

    in reply to: how do i get search to work #82225
    tony
    Keymaster

    Yes – the top position for booth point to 622 which is not visible try to decrease this

    Regards 🙂

    Tony

    in reply to: Multiselect onselectrow #82223
    tony
    Keymaster

    You can send a email to tony at trirand dot com

    Thank you

    Ragards
    Tony

    in reply to: Release 3.2 Beta #82222
    tony
    Keymaster

    Sorry,
    before this piece of code you should write
    var xml;

    in reply to: how do i get search to work #82221
    tony
    Keymaster

    Hi
    Could you please exclude temporary autocomplete plugin and the css for this plugin too. Test if all is ok. If all work I will tell you what to do.

    Regards
    Tony

    in reply to: Release 3.2 Beta #82220
    tony
    Keymaster

    Hi,
    It is not jqGrid related – it is a common problem.
    If you use only jQuery and try to make ajax call you will get the same error. Just curious can you replace in jQuery the line

    var xml = window.ActiveXObject ? new ActiveXObject(“Microsoft.XMLHTTP”) : new XMLHttpRequest();

    with

    if (window.XMLHttpRequest){

    xml = new XMLHttpRequest();

    }else if (window.ActiveXObject){

    try {

    xml = new ActiveXObject(“Microsoft.XMLHTTP”);

    }catch (e){

    try{

    xml = new ActiveXObject(“Msxml2.XMLHTTP”)

    }

    catch (e){}

    }

    }

    and see if this will work

    Regards
    Tony

    in reply to: Release 3.2 Beta #82218
    tony
    Keymaster

    Hi,
    As you say it is general problem. Maybe you use xmlstring. Check this and let me known if all is ok.

    http://forums.pcpitstop.com/index.php?showtopic=86765

    Regards
    Tony

    in reply to: I try to change editurl without success #82213
    tony
    Keymaster

    Ok. Send me a zipped code to tony at trirand dot com
    I will check it tomorrow

    Regards
    Tony

    in reply to: I try to change editurl without success #82210
    tony
    Keymaster

    If you set url in editRow – this has a high priority from editurl. If you want to play with editurl do not set url in editRow.

    in reply to: I try to change editurl without success #82204
    tony
    Keymaster

    I think here is missing something globally.
    To reproduce – open the file jquery.jqGrid.js
    check that the paths to all modules are correct –
    In function jqGridInclude() check
    pathtojsfiles variable.
    Ensure that grid.base.js is included

    in reply to: I try to change editurl without success #82202
    tony
    Keymaster

    How want you to change this dynamically?
    Before calling this make you can do

    $(“#mygrid”).setGridParam({editurl:’myurl’});

    in reply to: beforeInitData working only the second time #82199
    tony
    Keymaster

    This is true. As of the documentation – fires before initialize the form data.
    The purpose of this event is to work with the old values of the form. Since first time there is no such data this event is not executed. Use beforeShow event instead

    Regards
    Tony

Viewing 15 replies - 7,816 through 7,830 (of 7,981 total)

Stay connected with us in your favorite flavor!