tony

Forum Replies Created

Viewing 15 replies - 6,331 through 6,345 (of 7,981 total)
  • Author
    Replies
  • in reply to: LoadOnce Doesn’t Work When DataType is function() #85363
    tony
    Keymaster

    Hello,

    You should manually change this behaviour.

    After the succesfull ajax call set the datatype to local or clientSide, otherviese there is a now way tell the grid that from this point we should use local data.

    Regards

    Tony

    in reply to: Documentation #85323
    tony
    Keymaster

    I think that the documentation is here

    http://www.secondpersonplural.ca/jqgriddocs/index.htm

    in reply to: ret is undefined #85322
    tony
    Keymaster

    Hello,

    There is a option for this. Look into the docs. Look at your events. Some of them must return [true,''] or [false,'']. Look if you request is valid. What they return?

    Regards

    Tony

    in reply to: delRowData #85321
    tony
    Keymaster

    Hello,

    Thanks.

    Look into this form. Another post already notify me about the problem. I have corrected this in the final 3.4

    Regards

    Tony

    in reply to: last column truncated #85320
    tony
    Keymaster

    Hello,

    Thanks. I know about this

    in reply to: Dynamically changing headings in Subgrid #85319
    tony
    Keymaster

    Hello,

    If you use grid as subgrid every subgrid is created dynamically, so you can do that easy when you expand the subgrid. Think about that.

    Regards

    Tony

    in reply to: Help changing from subgrid to grid as subgrid #85318
    tony
    Keymaster

    Hello,

    You should check what you return from server. When you move from subgrid to grid as subgrid you should synchronoze the jsonRedear of the subgrid. The subgrid properties of the main grid in this case does not have sense.

    Regards

    Tony

    in reply to: inlineEdit autosave when gridRow.onBlur #85317
    tony
    Keymaster

    Hello,

    Not sure what you exactly ask, but you can look into the examples.

    Regards

    in reply to: getGridParam(‘selarrrow’) pagination #85316
    tony
    Keymaster

    Hello,

    Use onPaging event to store the selected rows in other variable array and the gridComplete event to select the previous if the array is not empty. Use setSelection for this purpose.

    Regards

    Tony

    in reply to: Formatted text #85315
    tony
    Keymaster

    Hello,

    Sorry I do not understand what you try to explain me

    Regards

    Tony

    in reply to: Cell and Header auto sizing? #85314
    tony
    Keymaster

    Hello,

    I'm not sure that this can be implemented easy. This is due the concept of jqGrid. Basically jqGrid uses the CSS property table-layout : fixed. There is another layout – table-layout: auto which do what you ask. Moreover when we have this, resizing columns will be a very hard job.

    Regards

    Tony

    in reply to: Grey out not editable field on edit form #85313
    tony
    Keymaster

    Hello,

    The form has a id formid, everey field in this form has a id equal to the name from colModel. So in you case it can look like

    onInitializeForm : function (formid) {

    $(“#invid”,formid).css({your style here – background and so on});

    }

    in reply to: Multiple Toolbar Search Example #85297
    tony
    Keymaster

    Hello,

    Do you have any js errors?

    Regards

    in reply to: Changed fields in grid saved at once (ExtJS example) #85296
    tony
    Keymaster

    Hello,

    Check the docs. There is a method that do the job.

    Regards

    Tony

    in reply to: howto loadComplete after jqGridImport ? #85295
    tony
    Keymaster

    Hello,

    Good idea – to overrite those from the file. Will check this

    Thank you

    Regards

    Tony

Viewing 15 replies - 6,331 through 6,345 (of 7,981 total)

Stay connected with us in your favorite flavor!