jQuery UI Widgets Forums Grid Problems with grid size in container

Tagged: , , , ,

This topic contains 2 replies, has 2 voices, and was last updated by  cyclop 10 years, 5 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Problems with grid size in container #60521

    cyclop
    Participant

    Hello,

    I’m trying to solve the next trouble. Where I load a page, the grid doen’t fill all the div in the first load, but when I change to another page (the grid has paging) this grid fill all.
    I’ve attachet 2 images:
    First load
    Changing page

    Thanks!!

    Problems with grid size in container #60571

    Dimitar
    Participant

    Hello cyclop,

    Please provide us with a code example demonstrating the issue (preferably at JSFiddle), so that we may be able to assist you.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    Problems with grid size in container #60583

    cyclop
    Participant

    Finally, I solved it!! 😀

    I use the jqxgrid inside a DIV wih jquery method .show(‘slow’)
    First I load de grid and after that, when you press a button, the container div execute .show(‘slow’). jqxgrid has the size of the container div and, in the execution, jqxgrid reder again with the showing size.
    Now i change ‘slow’ to ‘fast’ and put the code after this method.

    Regards and many thanks.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.