YamilBracho

Forum Replies Created

Viewing 15 replies - 31 through 45 (of 107 total)
  • Author
    Replies
  • in reply to: icons with data #84135
    YamilBracho
    Participant

    Not sure what you want to do but you can check the examples page to see what could be done with jqGrid (http://trirand.com/jqgrid/jqgrid.html)

    in reply to: Window Like interface #84134
    YamilBracho
    Participant

    You can find some marvelous plugin for JQuery in the JQuery web page(http://plugins.jquery.com/)

    For my current web app I use the ddaccordion of the Dynamic Drive (http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu.htm) It is very easy to use.

    HTH

    in reply to: TableToGrid help #84127
    YamilBracho
    Participant

    Robert, check the pathtojsfiles var in your jQuery.jqGrid.js file

    in reply to: TableToGrid help #84120
    YamilBracho
    Participant

    According the docs, you only need to give your HTML table an id or a “selector (a class attribute), say:

    in reply to: last row and click event #84046
    YamilBracho
    Participant

    1) Using the loadComplete event. Something like:

    gridComplete : function() {

    in reply to: how to pass the row’s id to Ajaxify #84043
    YamilBracho
    Participant

    It seems that row selecting event occurs first than Click on the link and it makes sense because you have to select the row first to populate the selrow property.

    Maybe doing some hacking in the selectRow event could do what you want to do…

    HTH

    in reply to: Inline editting, saveRow #84038
    YamilBracho
    Participant

    Please, add the beforeSubmit event as above and put the id getting the value from the row selected.

    If this field is your PK, you know it will be empty if you are adding a new record, otherwise it shouble have the value from the selected row

    in reply to: Inline editting, saveRow #84035
    YamilBracho
    Participant

    The problem is receiving the parameter or building response for jqGrid ?

    in reply to: Inline editting, saveRow #84032
    YamilBracho
    Participant

    You can use the beforeSubmit event for the action you are executing and add any value to the editData

    in reply to: how to pass the row’s id to Ajaxify #83984
    YamilBracho
    Participant

    Do you check if the parameter are been passed ?

    in reply to: how to pass the row’s id to Ajaxify #83981
    YamilBracho
    Participant

    Sorry It

    in reply to: how to pass the row’s id to Ajaxify #83980
    YamilBracho
    Participant

    I do not test but it could be:

    $('#dsEdit').ajaxify({

    in reply to: How I can update database after edit in jqgrid? #83976
    YamilBracho
    Participant

    When you update a database jqGrid sends the parameter “oper” when (you guess) the operation to be done. “oper” takes the following value,”add” – Add a new record,”edit” Update a exsiting record and “del” delete a record.

    You can also add “custom” buttons and assign any string to be recognized by your server side code as a valid operation.

    Moreover, Adds any data you want but typically the values for the fields in you editing form…

    HTH

    in reply to: Check records after reloadGrid #83971
    YamilBracho
    Participant

    I did :

    in reply to: Check records after reloadGrid #83969
    YamilBracho
    Participant

    How can I know if I loading the grid first time or loading the grid by using reloadGrid ?

Viewing 15 replies - 31 through 45 (of 107 total)

Stay connected with us in your favorite flavor!