OlegK

Forum Replies Created

Viewing 15 replies - 571 through 585 (of 968 total)
  • Author
    Replies
  • OlegK
    Participant

    Hello zippy1981,

    Thanks for your assistance.

    in reply to: Dynamically Populate Select Dropdown #96939
    OlegK
    Participant

    Hello Candra,

    I am not sure, but do you tried to reset the filter inside of dataInit?

    Best regards
    Oleg

    in reply to: jqgrid incorrect select drop down option values in edit box #96935
    OlegK
    Participant

    Hi Alex,

    I answered on your question here. Moreover another thread on the same subject could be interesting you you.

    Best regards
    Oleg

    in reply to: Dynamically Populate Select Dropdown #96934
    OlegK
    Participant

    Hello Candra,

    It seems to me that your code have at least the error inside of $.get success handler. You should use $(“select#gs_City”).html(res) instead of

    in reply to: uncaught exception: jqGrid – No such method: navGrid #96932
    OlegK
    Participant

    You can find the answre here.

    Best regards
    Oleg

    in reply to: Local Data Paging & Sorting #96911
    OlegK
    Participant

    First of all you should not use parameters rowNum: 0 and rowTotal: -1. It is better to set rowNum to one from the values from the rowList array.

    Instead of usage of separate $.ajax call it is better to use

    ajaxGridOptions: { contentType: 'application/json; charset=utf-8' }
    url: dataUrl,
    mtype: 'POST',
    datatype: 'json'

    If the returned data contain array of objects having properties Id and Name, then you should additionally include parameter

    jsonReader: { repeatitems: false }

    See this, this and this answer for more informations and examples.

    Best regards
    Oleg

    OlegK
    Participant

    Sorry Candra,

    but I don't really understand what and why you want to implement. If you search for an example how to bind 'keypress' to the field from the filterToolbar you can find it

    in reply to: Length of colNames colModel! #96900
    OlegK
    Participant

    You use wrong encoding for arrays. Instead of

    "rowList":{"0":20, "1":40, "2":60, "3":80, "4":100}

    and

    "colModel":{"0":{"label":"bred8", "name":"qwe8"}}

    you should use arrays instead:

    "rowList":[20, 40, 60, 80, 100]

    and

    "colModel":[{"label":"bred8", "name":"qwe8"}]

    Moreover parameter “pager”:”tgrff_pager” is also wrong. You mean probably “pager”:”#tgrff_pager”. I recommend you to use the last version of jQuery (currently 1.4.4) because it has pertormance improvemennt in working with CSS, which is relevant for jqGrid.

    Best regards
    Oleg

    in reply to: Jqgrid #96893
    OlegK
    Participant

    Is it a problem to save the row locally if is is not changed?

    If you don't like this

    in reply to: Custom Formatter Parameters #96891
    OlegK
    Participant

    Hello Cas,

    custom formatter is a callback function, like WindowProc for example. So jqGrid will call it and will not know

    in reply to: 2 grids on same .aspx page #96888
    OlegK
    Participant

    You has contain only in one grid because you use twice

    $.extend($.jgrid.defaults,

    in reply to: Google or Microsoft Ajax CDN #96882
    OlegK
    Participant

    Hello Tony!

    I read just now the following blog of Stephen Walter who was Former Microsoft ASP.NET Senior Program Manager many years, wrote some books and is present on all Microsoft conferences (now we work at Superexpert). At the end of the blog he wrote following:

    We are inviting the authors of the top jQuery plugins to add their plugins to the CDN. Pay attention to this blog over the next few months to learn about the new jQuery plugins added to the CDN.

    Stephen Walter

    OlegK
    Participant

    George,

    first of all like you can see on the left side my status is “Member” like youth and not “Moderator” like the status of Tony, the developer of jqGrid. So I can not move your report if you can not do this. In the “Help” part of the forum some develpers who use jqGrid help other developers. So I suggested to post your suggestion in the “Bugs” forum to be sure that Tony read it and probably make the changes.

    I send you the url to of the place of the source where you can see that Add button has “ui-icon-plus” as the icon. So the code like

    $("#list").jqGrid ('navButtonAdd', '#pager',

    OlegK
    Participant

    Hello George,

    You are right, that it would be better to set this for the most callback functions. jqGrid in last versions made the corresponding changes in the most places, but not here. The usage of o.addfunc.call($t)

    in reply to: [HELP] About selected row and populate a large data #96872
    OlegK
    Participant

    Sorry, but I am not sure do you write this

Viewing 15 replies - 571 through 585 (of 968 total)

Stay connected with us in your favorite flavor!