SmartClient Version: SC_SNAPSHOT-2011-01-06/PowerEdition Deployment (built 2011-01-06) / GWT 1.7.1
How can I get the location of the ListGridRecord when clicked?
I need to:
window.setTop(getPageTop() + getHeight());
window.setLeft(getPageLeft());
window.bringToFront();
window.show();
On top of the ListGridRecord. The way the code above works is it puts the Window at the very bottom of the container in which the ListGrid lives in.
How can I get the location of the ListGridRecord when clicked?
I need to:
window.setTop(getPageTop() + getHeight());
window.setLeft(getPageLeft());
window.bringToFront();
window.show();
On top of the ListGridRecord. The way the code above works is it puts the Window at the very bottom of the container in which the ListGrid lives in.
Comment