MamaliFrenchi

Forum Replies Created

Viewing 15 replies - 1 through 15 (of 43 total)
  • Author
    Replies
  • in reply to: loadError documentation? #90918
    MamaliFrenchi
    Participant

    error handling has nothing to do with jqGrid. is from XMLHTTPRequest (xhr in your call back function). Explore its properties like:

    in reply to: open a browser in a cell #90696
    MamaliFrenchi
    Participant

    you may render each cell as Iframe, and put its src to your URL if I understand you correctly otherwise give more details to understand what exactly you'd like to achieve.

    in reply to: ajaxGridOptions Success Function Not Called #90694
    MamaliFrenchi
    Participant

    success is a call back function. do you have an URL for your ajax post? and if yes what are you sending back form your server?

    in reply to: edittype:”select” from database #90669
    MamaliFrenchi
    Participant

    Check the documentation for :

    edittype: 'select', editoptions: { dataUrl: yourURL' }

    in reply to: jqGrid and wcf #90631
    MamaliFrenchi
    Participant

    it must be the same way as calling a web service. it sends a dictionary collection with key, values that you can browse to get all parameteres sent by jqgrid, and send back in the appropriate data.

    in reply to: Cancel an Action #90585
    MamaliFrenchi
    Participant

    I think you can hide or show delete button on onSelectRow: function(id){}. Personally I control editing row with this event, and if the row is editable I call $(“#gird”).editGridRow(id,{}); in my form I added the Delete button instead or navigation buttons.

    in reply to: edittype: url #90567
    MamaliFrenchi
    Participant

    Sorry, I don't understand what you're asking. Do you talk about

    in reply to: Navigator – Individual config #90566
    MamaliFrenchi
    Participant

    try

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

    in reply to: “edit record” previous/next buttons #90565
    MamaliFrenchi
    Participant

    in

    in reply to: Problem to Setup the jqGrid #90130
    MamaliFrenchi
    Participant

    did you make server.php? have hou exactly the same structure of file/folder as the sample? in other words

    in reply to: Disable edit form select list #89669
    MamaliFrenchi
    Participant

    First try in afterShowForm(form) event, then you can use jquery selector something like:

    $('#serv_descr',form).attr('disabled','disabled');

    I am curious to know

    in reply to: Remove pagination option from pager #89598
    MamaliFrenchi
    Participant

    in reply to: select a row on page x #89597
    MamaliFrenchi
    Participant

    Why don't you just filter your grid, and return the only record with your ID? in your case you don't need pagination.

    in reply to: Dropdown changes dynamically #89492
    MamaliFrenchi
    Participant

    Does your alert($(“#id384”).val()); is showing each time you're changing your dropdown?

    according to document :

    in reply to: Can’t prevent rowList dropdown from appearing #89344
    MamaliFrenchi
    Participant

    Tony,

    it can be added at loadComplete something like $('select.ui-pg-selbox').remove(); should remove the rowlist

Viewing 15 replies - 1 through 15 (of 43 total)

Stay connected with us in your favorite flavor!