uruguay

Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • Author
    Replies
  • in reply to: using datatype local #89777
    uruguay
    Participant

    Hi,

    i do it this way:

    jQuery(“#tDatos”).addRowData(0,{dato:”Cantidad de prendas”,pesos:” “});
    jQuery(“#tDatos”).addRowData(1,{dato:”Costo de prendas”,pesos:” $ “});
    jQuery(“#tDatos”).addRowData(2,{dato:”Precio de venta”,pesos:” $ “});
    jQuery(“#tDatos”).addRowData(3,{dato:”Diferencia”,pesos:” $ “});

    tDatos is the table, dato and pesos a are columns and the first number is the row position

    in reply to: Hidden Column in grid but not on edit form #89763
    uruguay
    Participant

    Hi

    im not watching de code now but if i remember well you can do that by puting i the colmodel this:

    editoptions{edithidden:true}

    in reply to: ERROR : JQuery is not defined #89670
    uruguay
    Participant

    Hi, that variable is not needed in version 3.5+

    in reply to: getRowData Return? #89664
    uruguay
    Participant

    Hi

    try rowdata.codigo

    in reply to: how to get the id of selrow? #89427
    uruguay
    Participant

    Works,

    Thanks

    in reply to: how to iterate over all rows and all cels #89421
    uruguay
    Participant

    Hi,

    I found a way to do that

    var lista = jQuery(”#myTable”).getDataIDs();

    in reply to: how to iterate over all rows and all cels #89409
    uruguay
    Participant

    I also need something like that, if you find the solution please post it

    in reply to: Edit data to be posted #89360
    uruguay
    Participant

    Actually i was encrypting

    in reply to: Edit data to be posted #89359
    uruguay
    Participant

    Solved.

    ….
    {name:'pass',index:'pass', width:100, editable: true, edittype: 'password',editrules:{required:true},searchoptions:{sopt:['bw','eq','ew']},formatter:password},

    ….

    .navGrid('#pager2',{edit:true,add:true,del:true,search:true,refresh:true,view:false},
    {

    in reply to: Delete row post additional Data #89340
    uruguay
    Participant

    Hi,

    you can post aditional data like this:

    .jqGrid({

    ….

    in reply to: Delete row #89232
    uruguay
    Participant

    hi,

    When you load de table you can especify de id of the row like this,

    $result = mysqli_query($link_identifier,$SQL) or die(“Couldn t execute query.”.mysqli_error($link_identifier));

    in reply to: Delete how to? #89138
    uruguay
    Participant

    HI.

    I do it this way:

    if($_POST['oper]==”add”){

    //insert

    }else if($_POST['oper']==”edit”){

    //update

    }else if ($_POST['oper']==”del”){

    //delete

    }

    in reply to: Search whit select #89133
    uruguay
    Participant

    Thanks,

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

Stay connected with us in your favorite flavor!