YamilBracho

Forum Replies Created

Viewing 15 replies - 76 through 90 (of 107 total)
  • Author
    Replies
  • in reply to: Receiving respose #83682
    YamilBracho
    Participant

    Thanks Tony

    My javascript code is:

    afterSubmit: function(serverStatus, aPostData) {

    in reply to: Receiving respose #83677
    YamilBracho
    Participant

    Now I am returning [false,”Banco ya existe”,””]

    But still got the same error message:

    ret is undefined
    complete()()grid.for…it-min.js (line 18)
    complete()jquery-1….6.min.js (line 29)
    handleError()()jquery-1….6.min.js (line 29)
    [Break on this error] if(ret[0]==false){$(“#FormError>td”,”#”+…erEdit)$($t).setSelection(postdata.id);}

    I think that the error is what I need to pass something in the aPostdata array because I think if the first element in the response it is false, the code needs to show the field with error.

    Am I right ? If so, how I pass an array in aPostData ?

    in reply to: Help with editing #83664
    YamilBracho
    Participant

    I am not sure but I think the problem is the NavigationBar, you are combining two ways to edit, so take out the navigatioon bar and test it.

    In Spanish.

    Quita la opcion del NavigationBar y chequea el ejemplo “editing”. Fijate que cuando editas por un boton no tienes las opciones del NavigationBar

    HTH

    in reply to: Receiving respose #83652
    YamilBracho
    Participant

    Tony, I build my returned string as :

    sb.append( “[{status:\””).append(BooleanUtils.toStringTrueFalse(this.isStatus()));

    in reply to: jQuery.js file conflict with standard jQuery package #83640
    YamilBracho
    Participant

    It's strange. I used and it works OK. My includes are:

    Maybe it is the “Jquery.js” file your are including in..

    in reply to: How use jqGrid in JSP server? One example! #83626
    YamilBracho
    Participant

    Put at the begining of your JSP

    <%@ page contentType="text/html; charset=iso-8859-1"

    in reply to: How use jqGrid in JSP server? One example! #83623
    YamilBracho
    Participant

    in reply to: How use jqGrid in JSP server? One example! #83616
    YamilBracho
    Participant

    I am using jqGrid

    in reply to: Take serach parameters #83613
    YamilBracho
    Participant

    THANKS A LOT, Tony…!

    It works like charm…

    in reply to: Take serach parameters #83608
    YamilBracho
    Participant

    Thanks Tony. I wrote:

    in reply to: Id from server #83607
    YamilBracho
    Participant

    Thanks Tony but it does not work.

    Anyway I pass the id using editData in the beforeSubmit event and works ok…

    in reply to: Take serach parameters #83591
    YamilBracho
    Participant

    I would like to get information from the searchGrid module like “searchString”and so on.

    How do i get access to this information ?, say

    in reply to: Take serach parameters #83590
    YamilBracho
    Participant

    I did solve by storing the result list in a session variable.. I don't like that…Any hint to do this ?

    in reply to: saverow from a href click #83589
    YamilBracho
    Participant

    Hi.

    You have to call your server code by yourself using an AJAX call or a window.open() javascript. For example in a custom button I export my grid to excel and then I use window.open to call a server side code this way:

    in reply to: Id from server #83585
    YamilBracho
    Participant

    I have:

    I have:

    rows :[
    {id: “11”,cell:[“11”,”ADMISTRACI

Viewing 15 replies - 76 through 90 (of 107 total)

Stay connected with us in your favorite flavor!