Welcome Guest Search | Active Topics | Sign In | Register

Grid: Cell coordinates Options
blob
Posted: Tuesday, November 30, 2010 4:49:00 AM
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
eo_support
Posted: Tuesday, November 30, 2010 9:09:02 AM
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!
eo_support
Posted: Tuesday, January 11, 2011 4:39:59 PM
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.aspx

The event name is ClientSideOnColumnReorder.

Please see your private for the download location of the new build.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.