This is a migrated thread and some comments may be shown as answers.

ShowEvent="FromCode"

1 Answer 56 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Richard
Top achievements
Rank 2
Richard asked on 26 Feb 2009, 07:05 PM
I'm not really clear on how the "FromCode" works for the ToolTip.  I thought it would fire from server-side. 

Here's my situation...

I have an imageButton on a page.  When the user clicks the button I want a ToolTip to appear.  Inside that ToolTip is a collection of server controls.  One of the controls is a DropDownList.  Along with popping up the ToolTip, I'd like to also populate the DropDownList from a server-side function.   I can't seem to find a way to display the tooltip AND populate the DropDownList.  Can someone give me a hand?

Thanks!

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 02 Mar 2009, 05:52 AM
Hi Richard,

The ShowEvent = "FromCode" instructs the tooltip object to not attach any event handlers to the TargetElement, and the tooltip should be shown using client code, such as the show method.

I found one forum thread discussing a similar scenario( ie  RadComboBox with in RadToolTip ), you can find one sample application attached along with the forum, have a look at it and let me know how it goes.

RadComboBox with in RadToolTip

-Shinu.




Tags
ToolTip
Asked by
Richard
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Share this question
or