jQWidgets Forums

Forum Replies Created

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts

  • dujmovicv
    Participant

    It’s strange to read your reply… Both the updaterow and deleterow methods are there. The updaterow is working fine as is. The deleterow is NOT working from the moment I add the master/details functionality ($(“#jqxgrid”).bind(‘rowselect’, function (event)). Maybe I haven’t explained my issue very well…


    dujmovicv
    Participant

    Thanks Peter, but I DO manage to set up the CRUD sample AND the master/details sample : SEPARATELY. Is it possible to combine these two? I mean to display master/details and to delete a row from the master table on the SAME page (see the code above)….

    in reply to: Updaterow not working… Updaterow not working… #9863

    dujmovicv
    Participant

    Hmmmm….. Some issues with this WYSIWIG editor…

    I wanted to post :

    <select name='permission'>
    <option value='1'>admin</option>
    <option value='2'>user</option>
    </select>
    in reply to: Updaterow not working… Updaterow not working… #9862

    dujmovicv
    Participant

    Thanks for the reply, I managed to solve the issue now. BUT now I’d like to as, how can I set the ‘value’ parameter for the dropdown select option?
    I.E. I want to accomplish this :

    admin
    user

    How should I code the part

    createeditor: function (row, cellvalue, editor) {
    var dataSource = [];
    editor.jqxDropDownList({source: dataSource });

    where

    $permission_name = ‘admin’, ‘user’

    ?

Viewing 4 posts - 16 through 19 (of 19 total)