tony

Forum Replies Created

Viewing 15 replies - 7,516 through 7,530 (of 7,981 total)
  • Author
    Replies
  • in reply to: Locked row in grid. #82840
    tony
    Keymaster

    This can be done easy when using afterInsertRow with combination of one hidden field. That is you can color the row this way

    afterInsertRow : function(rowid, data) {

    if (data.somefield == 'a') {

    // color the row

    $(“#rowid”,”#mygrid”).css(“color”,”red”)

    }

    }

    In a hidden field you have value that the row is used – then you can disable the action on this row

    Regards

    Tony

    in reply to: Default options, multiselect, extend #82839
    tony
    Keymaster

    Added in 3.2.1

    in reply to: Inline mode and session expired problem #82835
    tony
    Keymaster

    How do yo call onerrorfunc?

    in reply to: Locked row in grid. #82834
    tony
    Keymaster

    Brad,

    There is such way see examples New in version 3.1

    Regards

    Tony

    in reply to: Does not work in IE #82833
    tony
    Keymaster

    It is a IE problem which I should correct into the loader.

    Thank you

    Best Regards

    Tony

    in reply to: Generate HTML jqGrid using perl.. #82831
    tony
    Keymaster

    Also could you please replace

    with

    and test

    Thank you

    Regards

    Tony

    in reply to: Does not work in IE #82830
    tony
    Keymaster

    Could you please load only base.jqgrid.js replacing

    jquery.jqGrid.js i.e.

    in reply to: Generate HTML jqGrid using perl.. #82829
    tony
    Keymaster

    Is this only in IE?

    in reply to: Change the default height to 100% #82828
    tony
    Keymaster

    Maybe you need only once do this after including jqGrid

    $.extend($jgrid.defaults,{height:'100%'});

    in reply to: jQuery(modwin).jqDrag is not a function #82827
    tony
    Keymaster

    Do you have included in the head section the

    jqModal.js and jqDnR.js plugins ?

    in reply to: display bug with subgrid and hidden columns #82826
    tony
    Keymaster

    Dan,

    Thank you. Will be corrected.

    Regards

    Tony

    in reply to: toolbar #82825
    tony
    Keymaster

    Dan

    1. See examples in New in version 3.1. Short – the id of the toolbar

    when created is a combination of “t_” plus the id of the grid – i.e

    if the grid has id – mygridid, then the id of the toolbar id is

    t_mygridid

    2. The upcomming 3.2.1 relese has this feature – now

    you can enable and disable what you want in the pager

    Regards

    Tony

    tony
    Keymaster

    jamie,

    This is the default behavior of editRow. One Possible solution is

    to disable this

    in reply to: custom buttons and forms #82823
    tony
    Keymaster

    These method are designed to interact with “external” forms,

    not having the ability to save the data server-side.

    It is up to you haw the form values will be sended to the server.

    Regards

    Tony

    in reply to: getMultiRow() function missing, jqGrid 3.2 #82822
    tony
    Keymaster

    Thank you for pointing me this. It will be corrected.

    Now you can use a common method getGridParam. In

    your case – getGridParam('selarrrow')

    Regards

    Tony

Viewing 15 replies - 7,516 through 7,530 (of 7,981 total)

Stay connected with us in your favorite flavor!