kweles

Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Author
    Replies
  • in reply to: Custom Adding/Editing #94431
    kweles
    Participant

    Yes i realize the complete validation.

    Friend, i found the example, that solve my needed, Thank you for his help:

    My really needed was call a form with jquery dialog, in this way, the code below soved my problem!

    Javascricpt:

    in reply to: Call a page or form with JqGrid Dialog #94430
    kweles
    Participant

    Hi Friends!

    I found that i needed!

    Is need only call with jquery dialog :

    Javascricpt:

    in reply to: Custom Adding/Editing #94427
    kweles
    Participant

    i need to create a form like this below:

    Invoice Data

    Invice No:
    Invice Date:
    Client
    Amount
    Tax
    Total
    Note
    in reply to: Custom Adding/Editing #94425
    kweles
    Participant

    Hi squid.

    I need create my own form like too, for adding and saving data and i need call with dialog.

    How do you make this?

    Could you help me?

    Thanks!

    in reply to: how i do a custom search with jqGrid ? #94243
    kweles
    Participant

    i found!

    function gridReload(){
    var id_regional = jQuery(“#id_regional”).val();
    var resumo = jQuery(“#resumo”).val();
    jQuery(“#gridnota”).jqGrid('setGridParam',{url:”searchNotaEntrada? id_regional=”+id_regional+”&resumo=”+resumo,page:1}).trigger(“reloadGrid”);
    }

    in reply to: how i do a custom search with jqGrid ? #94236
    kweles
    Participant

    Hi friends!

    i found this code:

    see this site:

    kweles
    Participant

    betty said:

    I used jqgrid advanced search feature. The meaning of the default string in odata is not clear enough for some scientific data.

    odata : ['equal', 'not equal', 'less', 'less or equal','greater','greater or equal', …]

    So I like to customized some of the string, e.g. change 'less' -> 'lower', and 'greater' to 'higher',
    but the change will be on one column only.

    I tried two ways so far, but have not got a solution.

    Way 1: the odata will apply to all the columns in the grid.

    jQuery().ready(function (){

    $.extend($.jgrid.search,{Find:”Filter Results…”, caption:”Filter Results…”, odata:[…,'lower', 'lower and equal', 'higher', …]});

    }

    Way 2, only the sopt part works.

    colModel:[

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

Stay connected with us in your favorite flavor!