cage

Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Author
    Replies
  • in reply to: Multiselect and form #85568
    cage
    Participant

    I want to get the id's of the selected rows on server side, but there is no attribute 'name' for the input,

    in reply to: filterGrid: initialize filter model #84790
    cage
    Participant

    Happy new year,

    unfortunately the precedent solution seem not work properly !

    Have you an idea ?

    Thanks

    in reply to: filterGrid: initialize filter model #84742
    cage
    Participant

    Hi,

    finally I used the afterClear event.

    All is fine now

    Good evening

    in reply to: filterGrid: initialize filter model #84739
    cage
    Participant

    Thank's Tony.

    I always have a problem.

    There is a form with a grid, input fields and submit button to select the content of the grid.

    Inside the grid there are select boxes to filter rows

    On submit action, I use setPostDataItem to fix criteria with content of input fields and then trigger(“reloadGrid”). That's OK.

    On loadComplete, the select boxes are filled with new values. That's ok

    But if there was a filter selected before use submit, the select value is transmitted and I don't obtain the correct data.

    If I try using clearSearch() before use setPostDataItem and trigger(“reloadGrid”),

    in reply to: Internet Explorer 7 + Cell Editing #84447
    cage
    Participant

    Thanks Tony,

    We find the way !

    there is a hidden column in first position.

    We just move it on last position.

    Now index are the same in IE and FF.

    in reply to: Internet Explorer 7 + Cell Editing #84433
    cage
    Participant

    I know the problem not have to with a cell edit, but it seem's very similar.

    In the page, there is a data grid defined as this

    in reply to: Internet Explorer 7 + Cell Editing #84426
    cage
    Participant

    Hello,

    I read the post, I try the solution but it's not enought.

    We don't use cellEdit. Only onCellSelect.

    I have a look at grid.base.js

    Perhaps around line 1320

    in reply to: Internet Explorer 7 + Cell Editing #84412
    cage
    Participant

    Hi,

    I have the same problem with onCellSelect with ie7.

    I don't know about ie6

    Modify grid.celledit.js don't solve the problem.

    Have you a quick solution ?

    I have to close my project at 12:00

    Help !!!!!

    Gerard

    in reply to: In Edit Popup mouse are not working #83901
    cage
    Participant

    Thank's Tony. All is well now.

    in reply to: In Edit Popup mouse are not working #83889
    cage
    Participant

    No better.

    The dialog box doesn't accept mouse input (click).

    Impossible to drag it.

    It's ok with the keyword

    Linux, Firefox 3.0.3, last Jqgrid

    The code :

    $('#gridEvents').jqGrid({

    url: 'index.php?bnAction=131585'

    ,rowNum: 100

    ,rowList: [25,50,75,100]

    ,imgpath: 'Bn/Style/Gridview/basic/images'

    ,mtype: 'post'

    ,datatype: 'json'

    ,pager: $('#pagerGridgridEvents')

    ,height: 500

    ,caption: 'Tournois enregistr

    in reply to: In Edit Popup mouse are not working #83877
    cage
    Participant

    Hi, I have the same problem with the delete box.

    The box appears at the top of the page and disappears as soon as !i click in the page.

    The keyword works fine.

    Help needed

    Thanks

    Gerard

    in reply to: Tooltip and title attribute #82555
    cage
    Participant

    Here is the code to add a title :

    var ids = $(“#gridPlanning”).getDataIDs();

    for(var i=0;i<ids.length;i++)

    {

    $(“#”+ids+” td:nth-child(8)”).setCaption($(“#”+ids+” td:nth-child(17)”).text());

    }

    we use the content of hidden column 17 as title for column 8.

    We try to put the title in the content of the cell

    content of cell

    But jqGrid delete the title too Cry
    Have you a solution ? Or is this can be an evolution ?

Viewing 12 replies - 1 through 12 (of 12 total)

Stay connected with us in your favorite flavor!