deepakpol

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Author
    Replies
  • deepakpol
    Participant

    OlegK said:

    It seems to me that it is a new question. Nevertheless…

    Nothing is impossible. But some things are a little tricky. What do you asked for can be realized outside of jqGrid (as external filters) very easy. The realisation of the same scenario inside of jqGrid is do possible but a little tricky. One can define use dataEvents property of editoptions and define 'change' custom event handle. In the handle you can make an ajax request to the server (I recommend you include caching of this ajax request, because information about coutries will be changed not so friquently) and then rebuild element of the secton column.

    You can searach the forum for the corresponding examples. For example here you will find discussion and examples on the subject.

    Best regards
    Oleg


    Hi Oleg,

    Much thanks for the reply. I am new to this forum (and also to jqGrid) and not being able to search for help topics I need efficiently. This topic was similar to what I needed and asked the question here.

    Really appreciate your help.

    Thanks,

    -Deepak

    deepakpol
    Participant

    Is it possible to filter other select inputs in the same row based on value from select input selected during inline edit without reloading the grid?

    in reply to: Problems with navigator #96109
    deepakpol
    Participant

    demongolem said:

    Ah, I see why now.

    in reply to: Custom dialog to add row #96108
    deepakpol
    Participant

    OlegK said:

    If you define addfunc function as a part of parameters of navGrid your function will be called instead of jqGrid(“editGridRow”,”new”,pAdd);

    Onother way will be to add:false parameter of the navGrid and add a custom button instead which looks like the add button (has “ui-icon-plus” as icon).

    One more option is to modify existing Add dialog inside of beforeShowForm functions: see my old answer as an example.

    Best regards
    Oleg


    Thanks Oleg for very helpful links and options.

    One question with 'custom button' option-

    Once I make a dialog appear on click of this button, how can I use the data added by user and returned by this dialog to insert row in existing table?

    – Deepak

Viewing 4 replies - 1 through 4 (of 4 total)

Stay connected with us in your favorite flavor!