tony

Forum Replies Created

Viewing 15 replies - 6,931 through 6,945 (of 7,981 total)
  • Author
    Replies
  • in reply to: Multiple Toolbar Search size / position #84052
    tony
    Keymaster

    Hello,

    Yes, this is true. filterGrid is created wih a sence to be a more flexible,

    but I think this method can be extended to meet these changes.

    Best Regards

    Tony

    in reply to: apparent afterSubmit inconsistent behaviour #84051
    tony
    Keymaster

    Hello,

    Thank you very much for this. It is true.

    We should have working solutions 🙂 and I will implement your

    correction.

    Best Regards

    Tony

    in reply to: Pager Issues (with solutions) #84050
    tony
    Keymaster

    Hello,

    Thank you very much for this code.

    I will think If I implement this – the reason is simple.

    If you known that your table does not change the number of records for

    long time this approach is OK, but in real world this is not true.

    Imagine the user open a grid and stay

    in reply to: xmlstring pagination problem #84030
    tony
    Keymaster

    Hello,

    As described in the docs – jqGrid does not support client side pagnation.

    Regards

    Tony

    in reply to: 2 grids and only 1 pager works #84029
    tony
    Keymaster

    Hello,

    If I remember there was the same problem and someone posted here the solution.

    Also try to search the forum. I will serch too.

    Regards

    Tony

    tony
    Keymaster

    Hello

    I do not see from where fecha becomes value

    $(”#fecha”,formid).val(fecha);<—-

    Actually this should have value undefined.

    Regards

    Tony

    in reply to: Column Headings not resizing #84026
    tony
    Keymaster

    Hello,

    Not sure what is here, but could you please try with this in the page

    where the grid loads (set this between head tag)

    html, body {

    in reply to: how to pass the row’s id to Ajaxify #84025
    tony
    Keymaster

    Hello,

    You should add this function within

    jQuery(document).ready(function(){…

    Regards

    Tony

    in reply to: How I set the column to accept only strings UPCASE? #84024
    tony
    Keymaster

    Hello,

    Sorry it is my mistake.

    Try

    input.uppercase {text-transform: uppercase}

    and then

    editoptions :{style: 'uppercase'…}

    Regards

    Tony

    in reply to: Multiselect in TreeGrid #84009
    tony
    Keymaster

    Hello,

    Yes it is disabled

    Regards

    Tony

    in reply to: jqTree Documentation #84008
    tony
    Keymaster

    Hello,

    Currently there is not documentation. This is one of my first

    plugins. If you got the demo look at tree.xml file – I think there are

    all the options.

    Regards

    Tony

    in reply to: xmlstring pagination problem #84007
    tony
    Keymaster

    When using xmlstring, after the first call the data automatically

    is set to clientSide. Insted use onPagging event

    onPaging : function (button){

    $(gridid).setGridParam({datatype: “xmlstring”})

    }

    To force the pagging

    Regards

    Tony

    in reply to: Maintain row selection when changing page #84006
    tony
    Keymaster

    Hello,

    Or simply use onPaging event to store selected Ids

    Regards

    Tony

    in reply to: Switching off ‘Loading’ #84005
    tony
    Keymaster

    Hello,

    Refer to docs. Use option

    in reply to: 2 grids and only 1 pager works #84004
    tony
    Keymaster

    Hello,

    Check your code. If you make a copy paste there will be some errors.

    Regards

    Tony

Viewing 15 replies - 6,931 through 6,945 (of 7,981 total)

Stay connected with us in your favorite flavor!