tony

Forum Replies Created

Viewing 15 replies - 5,596 through 5,610 (of 7,981 total)
  • Author
    Replies
  • in reply to: Dynamic context #86982
    tony
    Keymaster

    Hello,

    The 3.5 beta change entairly the loading procedure.

    Regards

    Tony

    in reply to: Search Enhancements #86981
    tony
    Keymaster

    Hello,

    Check the 3.5 beta. It has a very advanced search method.

    Regards

    Tony

    in reply to: Problem with local data #86980
    tony
    Keymaster

    Hello,

    Also these options are for the editing. In order to show them in the grid use formatter:'checkbox'

    Regards

    Tony

    in reply to: Drag and Drop shifts grid columns alignment #86979
    tony
    Keymaster

    Hello,

    You should use this method in the tablednd when the drag and drop ends. Also see the docs for the tablednd.

    Something like if the new column is draged apply updateColumns

    Regards

    Tony

    tony
    Keymaster

    Hello,

    1. You continue to include onclickSubmit event in the grid parameters. This is wrong. This event is a part of add/edit/del actions of the form methods. You need to include this in the methods parameters.

    2. If you use only datepicker, does this work? If you use only timepicker does this work? Is the problem when you use both?

    Regards

    Tony

    in reply to: A few minor things in 3.4.4 #86977
    tony
    Keymaster

    Hello,

    Thanks. I will fix these. About CSS classes – sorry, will not update them.

    Regards

    Tony

    in reply to: Documentation Error in Formatter #86953
    tony
    Keymaster

    Hello Jim

    Thanks. Will be fixed as soon as possible

    REgards

    Tony

    in reply to: editGridRow – next/prev arrow check checkboxes #86951
    tony
    Keymaster

    Hello,

    I'm wondering how this work.

    You have

    var gsr = jQuery('#list').getGridParam('selarrrow');

    this should return array, but to the editGridRow we should pass single value.

    Not sure what you actually try to do. Is this the entry code or there is a more?

    Also to disable these buttons you can use beforeShowForm event like this

    beforeShowForm : function

    in reply to: editGridRow – next/prev arrow check checkboxes #86949
    tony
    Keymaster

    Hello,

    I'm wondering how this work.

    You have

    var gsr = jQuery('#list').getGridParam('selarrrow');

    this should return array, but to the editGridRow we should pass single value.

    Not sure what you actually try to do. Is this the entry code or there is a more?

    Also to disable these buttons you can use beforeShowForm event like this

    beforeShowForm : function

    in reply to: Multiselect and colModel #86947
    tony
    Keymaster

    Hello,

    If I understand right you put custom content in the cell. Is this the case?

    Regards

    Tony

    tony
    Keymaster

    Hello,

    var mynumberofcolumns = $(“#mygrid”).getGridParam(“colModel”).length-1;

    Regards

    Tony

    tony
    Keymaster

    Hello,

    The interesting part here is what jqgrid_LoadData(pdata) do?

    Also in order to work this you should make eval of the response. See the example in the demo page.

    Regards

    Tony

    in reply to: Disable inline edit column #86943
    tony
    Keymaster

    Hello,

    If you use inline edit you can edit only the visible columns. In this case editing hidden coulmns does not have sense, since there is no room for the hidden column to edit it. Also before editing you can use showCol to show it and edit it.

    Regards

    Tony

    in reply to: Leading zero of text field is dropped in grid #86942
    tony
    Keymaster

    Hello,

    This really is a problem. I have changed totally this behaviour in 3.5 beta, which will give you the right result. Also try the following

    In case of

    in reply to: Help with onCellSelect #86941
    tony
    Keymaster

    Hello,

    totcol in the code does not have any value, thus var carriercol = totcol + 1; is undefined.

    Regards

    Tony

Viewing 15 replies - 5,596 through 5,610 (of 7,981 total)

Stay connected with us in your favorite flavor!