tony

Forum Replies Created

Viewing 15 replies - 7,231 through 7,245 (of 7,981 total)
  • Author
    Replies
  • in reply to: In line editing issue – data problem? #83410
    tony
    Keymaster

    Hello

    What do you use inline edit or form edit?

    Regards

    in reply to: no navigation button in edit dialog #83409
    tony
    Keymaster

    $(”#pData, #nData”, formid).hide();

    You missed a comma bettwen the ids

    Regards

    Tony

    in reply to: avoid confirmation dialog in delGridRow #83408
    tony
    Keymaster

    Hello,

    Define your custom button and do what you want.

    Regards

    Tony

    in reply to: Pass Composite Key from jqGrid to server file #83407
    tony
    Keymaster

    Hello,

    What you mean with this?

    Do you use inline edit or formedit?

    Please be a more detailed in question.

    Regards

    Tony

    in reply to: to get Server answer #83406
    tony
    Keymaster

    Hello

    Server ansver is already here

    afterSubmit:function(server_status,aPostdata)

    where server_status is the data returned from that server.

    You should analyze it do something depending on it.

    What is the data from server you should known

    Regards

    Tony

    in reply to: Pager Not Showing #83402
    tony
    Keymaster

    I sugest you to try first without subgrid. See if the pager is present, and the step by step include your code

    in reply to: Status = session expired #83401
    tony
    Keymaster

    If you use PHP you can find here example

    REgards

    Tony

    in reply to: closeAfterSearch? #83400
    tony
    Keymaster

    Hello,

    Currently no, but it can be esy added

    Regards

    Tony

    in reply to: search url send method to server? #83390
    tony
    Keymaster

    Search data apply only to search data, you should get the other params

    and pass them to the url.

    Regards

    Tony

    in reply to: search url send method to server? #83388
    tony
    Keymaster

    var srdata = $(”#rowed3″).getGridParam(”searchdata”);

    top.location = “dddd.php?searchField=”+srdata.searchField+

    “&searchOper=”+srdata.searchOper+…..

    in reply to: method to refresh button #83387
    tony
    Keymaster

    Hello,

    Sorry – really do not understand what you mean.

    Regards

    Tony

    in reply to: getRowData passing from master to detail #83386
    tony
    Keymaster

    Hello,

    check you code again. Maybe there are some typos here – By

    example: you alert

    alert(resolution+” “+machineName);

    but actually this should be

    alert(resolution+” “+machine);

    Regards

    Tony

    in reply to: different theme #83385
    tony
    Keymaster

    Hello,

    I think that the question is: It is possible to have two grids on same

    page with diffrent temes. If this is the case – currently No.

    Regards

    Tony

    in reply to: character visualization problem #83384
    tony
    Keymaster

    Hello,

    This problem is discussed in this and in jQuery forums. It

    is not related either to jQuery or jqGrid.

    Regards

    Tony

    in reply to: no navigation button in edit dialog #83383
    tony
    Keymaster

    beforeShow is event which you can defene it either in

    editRow or in navGrid (which call editRow).

Viewing 15 replies - 7,231 through 7,245 (of 7,981 total)

Stay connected with us in your favorite flavor!