phicarre

Forum Replies Created

Viewing 15 replies - 31 through 45 (of 78 total)
  • Author
    Replies
  • in reply to: dilemma with scrolloffset #92385
    phicarre
    Participant

    Like this ?

    loadComplete: function ()

    in reply to: dilemma with scrolloffset #92325
    phicarre
    Participant

    No because I must scroll the window !

    The whole grid is not visible anymore only on the screen.

    May we expect one solution ?

    in reply to: problem with editable and hidden #92324
    phicarre
    Participant

    If I set editable:true in colModel then jQgrid hangs !

    I followed your advice:

    {

    name:'password',

    index:'password',

    edittype:'password',

    hidden:true,

    editrules: {edithidden:true}

    }

    and beforeInitData is empty now.

    When I select Add the field password is still hidden !

    If I add editable:true to colModel then the field password is visilble but jQgrid hangs !

    in reply to: refresh one grid in real-time #91232
    phicarre
    Participant

    You don't understand because I don't explain correctly !

    I try with another words Embarassed

    With

    setInterval(function(){jQuery(”#list1″).trigger(”reloadGrid”);}, 5000);

    I refresh every 5 seconds one grid.

    Each 5 seconds the content of the grid is deleted and is replaced by a new content

    Between the deletion and the insertion there is a gap (a time gap) and this gives the impression of flashing or blinking.

    If the content of the database didn't change during 5 seconds, I should not see this effect (with ajax implementation).

    in reply to: theme switcher plugin + jqgrid in a whole site #91154
    phicarre
    Participant

    Thank you.

    I didn't think to that !

    But there is still one problem: the grids are displayed with the default theme during one/two seconds and after they are displayed with the selected theme !!

    in reply to: cell edition for a checkbox #91147
    phicarre
    Participant

    my problem is also how to generate a jqdrid_min file …

    I should perhaps wait for the next version ?

    in reply to: refresh one grid in real-time #91146
    phicarre
    Participant

    I don't know how to better explain

    in reply to: jqgrid and the ajax_upload plugin #91111
    phicarre
    Participant

    Mark,

    Is it possible to see your solution ? mine doesn't work.

    var upload;

    onInitializeForm: function (formid)

    in reply to: crazy question: how to insert an image in one topic ? #91102
    phicarre
    Participant

    crazy but serious !

    the path of the images begins by /blog/

    in reply to: jqgrid and the ajax_upload plugin #91101
    phicarre
    Participant

    Ok, in onItinializeForm, I added the field of type “file”. The form layout is correct.

    in onclickSubmit, I supposed to get the value of this field and append it to the postdata.

    ';

    How to get the value ? I tried postdata.fileupload but this gives “undefined”

    in beforeSubmit, I tried to get the value:

    beforeSubmit: function (aData,formid)

    {

    alert(aData.fileupload);

    in reply to: add one not defined field in a form #91098
    phicarre
    Participant

    Oh yes this helps !

    Thank you

    in reply to: jqgrid and the ajax_upload plugin #91097
    phicarre
    Participant

    The problem is to implement it with other fields in the same form …

    But I think I understood with your answer about “not defined field”. I'll try

    in reply to: cell edition for a checkbox #91095
    phicarre
    Participant

    Hi,

    If I understand I must take the new grid.celledit.js …

    in reply to: cell edition for a checkbox #91025
    phicarre
    Participant

    Ok. I will wait for your analysis. Thank you.

    in reply to: How to fill a dynamic select from json_encoded data ? #91024
    phicarre
    Participant

    var manufacturers= $.ajax(

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

Stay connected with us in your favorite flavor!