YamilBracho

Forum Replies Created

Viewing 15 replies - 91 through 105 (of 107 total)
  • Author
    Replies
  • in reply to: How to show response from an Add operation #83567
    YamilBracho
    Participant

    I already did it…!

    Use the afterSubmit event….

    in reply to: Id from server #83562
    YamilBracho
    Participant

    Sorry Tony,

    I still receive the row number as id and not the primary key value…

    in reply to: Id from server #83528
    YamilBracho
    Participant

    My jsonReader is:

    jsonReader: {

    in reply to: beforeSubmit #83527
    YamilBracho
    Participant

    I do not understand what you mean for “treat them as the event” but you can capture the selected row and the data inside it, say

    onclickSubmit: function(params){

    var gsr = $(”#grid_id”).getGridParam('selrow');

    var sdata = $(”#grid_id”).getRowData(gsr);

    }

    HTH

    in reply to: Id from server #83501
    YamilBracho
    Participant

    I apply those changes to my code but still I received the row num instead the primary key in the id parameter in an “edit” action. I build my json data as :

    in reply to: Navigation buttons disables altough there is a bunch of data #83499
    YamilBracho
    Participant

    Again, Tony, thanks a lot …!

    It works like charm…

    in reply to: Id from server #83489
    YamilBracho
    Participant

    Hi.
    My colModes is as follows:

    in reply to: Getting PrimaryKey/Refresch navigation Buttons #83479
    YamilBracho
    Participant

    Thanks a lot Tony…

    in reply to: Getting PrimaryKey/Refresch navigation Buttons #83471
    YamilBracho
    Participant

    Well, I solved the first one. But I stumped with the second one…

    Also I add two “custom buttons” to my navigation bar, to export the data to excel and PDF and I would like to use the same servlet that i use for the other operations so how can I use the same url and the “oper” variable to do this ?

    TIA

    in reply to: Two questions #83470
    YamilBracho
    Participant

    Thanks Tony.

    I discover this code must be before the grid definition…

    Am i right ?

    in reply to: Two questions #83457
    YamilBracho
    Participant

    I found the answer for question 2 in this forum

    http://www.trirand.com/blog/?page_id=18/help/to-get-server-answer/page-1

    Thanks

    Some hints for the first one ?

    in reply to: Import MS Excel (XLS) into the grid #83426
    YamilBracho
    Participant

    You can upload the excel file, process it in the server using POI or JExcelAPI and them return XML or JSON to the grid…

    HTH

    Yamil

    in reply to: Another problem #83425
    YamilBracho
    Participant

    Sorry for be so borring but I found the problem…

    As a newcomer i print the manual and read it using the “Creating your First Grid” as guide.I copied the script lines to my jsp.

    Tony, Do you see the problem ? it is “jquery.jqModal.js” and must be “jqModal.js”

    Please update the docs and thanks for your support

    in reply to: Another problem #83418
    YamilBracho
    Participant

    Tony, I rearranged my code as follows:

    in reply to: Another problem #83416
    YamilBracho
    Participant

    Thanks Tony for your support.

    Yes,I was my mistake but in my navigation bar does not appears the “Find” and “Reload Grid” icons,
    however the other icons (next, previous, etc) correctly appears. My grid definition is

Viewing 15 replies - 91 through 105 (of 107 total)

Stay connected with us in your favorite flavor!