Welcome Guest Search | Active Topics | Sign In | Register

Flyout in Grid control Options
GaryBrowning
Posted: Thursday, January 10, 2013 12:32:00 PM
Rank: Member
Groups: Member

Joined: 6/1/2011
Posts: 18
Is it possible to embed a flyout control within a grid column?

I have a grid that displays contents from a table, and I want to display an image or text in a specific column only if the item/row has a comment in the table. I would then like to display this comment within the flyout control, rather than in the grid. Sometimes the comments are large, and it seems that the grid cannot auto-wrap text.
eo_support
Posted: Thursday, January 10, 2013 2:10:27 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,195
Hi,

There is no way to embed a Flyout control inside the Grid. What you can do is to handle the Grid's ClientSideOnCellOver event, then update/show a ToolTip control (not Flyout) in that event handler with JavaScript. This sample shows you how to do that:

http://demo.essentialobjects.com/Demos/ToolTip/Client%20Side%20Interface/Demo.aspx

Thanks!
GaryBrowning
Posted: Thursday, January 10, 2013 2:19:24 PM
Rank: Member
Groups: Member

Joined: 6/1/2011
Posts: 18
ok, thanks. I think that will work.


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.