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

Image button doesn't fire in tooltip

3 Answers 114 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Thylak
Top achievements
Rank 1
Thylak asked on 18 Aug 2008, 12:07 PM
i have used to Rad tool tip with inside the Radgird.  i had used the image button to click and its show the tool tip on "click event". Tool Tip have the asp controls like (text boxes ,labels, image button) .If i had been clicked  to image button but doesn't fire the event. I had wrote full Updating functionality in image button "onclick" event.

For Example: Protected void Updating(Object sender,ImageClickEventArgs e)
{
    updating Logic....
}

My Doubt is Why doesn't work  this function?.....

i need the solution

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 19 Aug 2008, 07:47 AM
Hi Thylak,

Here is a foum link which discusses a similar scenario.
Image button not working in tooltip

Shinu.
0
Thylak
Top achievements
Rank 1
answered on 19 Aug 2008, 10:34 AM
 protected void ImageButton1_Click(object sender, ImageClickEventArgs e)
    {
        ClientScript.RegisterStartupScript(GetType(), "test", "alert('The server handler was executed!');", true);
    }

Above the event are used in my program..But no use .Event doesn't fire at a moment.(Alert Message didn't show)

Actually my doubt is
 i had used the tooltip to show in "Onclick" event of image(button present in web Form ). In ToolTip have using the Image button of an Asp Control . It should be had the method in "OnClick" Event . These Events(ImageButton1_Click) are  doesn't fire on run time...

<asp:ImageButton ID="ImgSearch" runat="server" ImageUrl="~/Images/searchEgine.gif"  OnClick="ImageButton1_Click" />                                               
0
Tsvetie
Telerik team
answered on 21 Aug 2008, 08:16 AM
Hello Thylak,
As we are not aware of a problem in the RadToolTip control that could cause this, I suppose there is something specific in your setup that leads to the described result. However, in order to be sure, I need to look at your code. That is why, please prepare and send us a simple running project, demonstrating the problem and we will do our best to help. As you cannot attached files to forum threads you will need to open a new support ticket and attach the project there.

Kind regards,
Tsvetie
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ToolTip
Asked by
Thylak
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Thylak
Top achievements
Rank 1
Tsvetie
Telerik team
Share this question
or