jQWidgets Forums

jQuery UI Widgets Forums Grid Determine size and position of grid

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 13 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Determine size and position of grid #5533

    jmarais
    Participant

    Is it possible to get the exact dimension and top left corner position of a grid?

    Often I want an animation to run while data are processed but I want to avoid any interaction with the grid so I want to cover it with a semitransparent overlay.

    I need a customised animation because the build in animation is not always available because I can alter the data from outside of the grid.

    Determine size and position of grid #5542

    Peter Stoev
    Keymaster

    Hi Johan,

    You can use the jQuery’s offset method to get the Grid’s location. You can also use jQuery’s width and height methods to get the Grid’s size.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.