Rank: Newbie Groups: Member
Joined: 11/30/2010 Posts: 6
|
Hi, i have an editable Grid on my Page with a Help-PopUp that is shown by the ClientSideOnCellSelected-Event. That works realy good. But i have a Problem with the Position of the PopUp. I want to display it on the right side of the selected cell. But i can not find a propper method to get cell positions.
I hope you can help me.
Thank you
with kind regards, Blob
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
There is no way to do that in the current version. We can add a method on the GridCell for you to get the root DOM object for the cell, you can then use some kind of "getDOMElementPosition" function to get the element's position. ASP.NET AJAX has one such function that you can use (Sys.UI.DomElement.getLocation).
Thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, We have posted a new build that added a new getDOMElement method on the client side GridCell object. This new build also added the client side on column re-order event you have asked for in another thread: http://www.essentialobjects.com/forum/postst5137_Grid-reorder-Columns-clientsideevent.aspxThe event name is ClientSideOnColumnReorder. Please see your private for the download location of the new build. Thanks!
|