tony

Forum Replies Created

Viewing 15 replies - 4,696 through 4,710 (of 7,981 total)
  • Author
    Replies
  • in reply to: Add a row #89306
    tony
    Keymaster

    Hello,

    You call click button with in jqGrid parameters. This is wrong. The click event should be outside grid parameters

    To have Add button you will neeed to call editGridRow with _empty id. See docs and examples.

    Regards

    Tony

    in reply to: Add a row #89305
    tony
    Keymaster

    Hello,

    You call click button with in jqGrid parameters. This is wrong. The click event should be outside grid parameters

    To have Add button you will neeed to call editGridRow with _empty id. See docs and examples.

    Regards

    Tony

    in reply to: treeGrid adjacency bug #89303
    tony
    Keymaster

    Hello,

    Which version of jqGrid is used?

    Regards

    Tony

    in reply to: Auto resize input fileds in form edit #89302
    tony
    Keymaster

    Hello,

    One possible solution is to bind event when we resize the modal.

    Another possible solution is to set the input width as percentage of the parent, but in this case the form breaks.

    Never tested, but you can try in editoptions to set this

    editoptions:{… style:”width:95%”}

    or set in css

    input.FormElement {width:95%;}

    regards

    Tony

    in reply to: Handle datepicker gracefully in edit mode #89300
    tony
    Keymaster

    Hello tim,

    Sorry if this sound for you so – I do not mean this , but all what

    in reply to: drag & drop among jqgrid tables #89299
    tony
    Keymaster

    Hello,

    It is planed feature (using jQuery UI drag and drop), but not in 3.6 release.

    Best Regards

    Tony

    in reply to: DatePicker #89298
    tony
    Keymaster

    Hello,

    Maybe you will need to ask jQuery UI team for this. It is not only when you use jqGrid.

    Best Regsrds

    Tony

    tony
    Keymaster

    Hello,

    Sorry not supported. You will need to construct your own form for this purpose.

    Best Regards

    Tony

    in reply to: emptyrecords text is too far to the right when pgbuttons is off #89296
    tony
    Keymaster

    Hello,

    Thanks. Will check this. Is this only for the empty record text. If you have records, is the text “View 1 20 of 50… ” cut off?

    Best Regards

    Tony

    P.S. Just tested this, but nothing wrong for me.

    in reply to: getCol ignores returntype paramater #89295
    tony
    Keymaster

    Hello,

    The first expression in the documentation say:

    “This documentation cover the last release of jqGrid”

    Regards

    Tony

    in reply to: Grid w subgrid + forceFit resize problem #89294
    tony
    Keymaster

    Hello,

    Thanks, Could you pleaese send me a link to the problem. Tested in demo with these settings an everthing work ok. Also do you have a DOCTYPE definition in the html?

    Regards

    Tony

    in reply to: number editing #89293
    tony
    Keymaster

    Hello,

    This is not a bug, but feature. The problem is that you can not sum or make other arethmetic operation on value like $23 233, 34

    Read docs, there is such note.

    Regards

    Tony

    in reply to: Wrong ordering when hiddengrid=true #89292
    tony
    Keymaster

    Hello,

    Just tested this behaviour in the demo. No problem for me, but I will say , since you use custom build of JSON

    in reply to: editable column is not posted as arg to the server #89291
    tony
    Keymaster

    Hello,

    Please do not use spaces in the names, since the on the base of the name we duild the name and the id. See docs.

    Also instead of name: 'Record Number' use name: 'Record_Number' or something else, that will be valid id.

    Regards

    Tony

    in reply to: edit modal bug #89290
    tony
    Keymaster

    Hello,

    Thanks. I have corrected this. The correction is inGitHub.

    This happen only if you do not set size property of the field. Now if this property is not set I use the default values for the input and textarea

    Best Regards

    Tony

Viewing 15 replies - 4,696 through 4,710 (of 7,981 total)

Stay connected with us in your favorite flavor!