What's the proper way to get the position of an element on the page relative to the document?
offsety/x is the jquery variant: http://docs.jquery.com/CSS/offset
I need the EXTJS variant please.
Edit
Possible problem. Because grid components are not part off the dom, the grid height is not taken into consideration. I think I need a callback on the reload function off the grid, but I don´t yet know how to do that.