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

In RadWindow Link Button event doesn't fire for Firefox

3 Answers 52 Views
Window
This is a migrated thread and some comments may be shown as answers.
Veenu
Top achievements
Rank 1
Veenu asked on 10 Aug 2010, 10:54 AM
Hi
    I have LinkButton in radWindow . In Firefox the click event of button doesn't get fired & not even postback. In IE it works fine &  for normal window too. If anyone knows the solution, it would be of great help.

Warm Regards

3 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 10 Aug 2010, 10:55 AM
Hello Veenu,

Please provide more information - what exactly is your code?


Regards,
Georgi Tunev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Richard
Top achievements
Rank 1
answered on 06 Sep 2010, 04:19 PM
I have the same problem
my <asp:LinkButton  ID="_btnLinkSave" runat="server" OnClick="_btnSubmit_Click" >
doesn't fire

.cs:
  protected void _btnSubmit_Click(object sender, EventArgs e)
{
}

it's located in radwindow,
rendered as:

javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("_btnLinkSave", "", true, "", "", false, true))


please advice, any idea ?

thx
R.
0
Fiko
Telerik team
answered on 09 Sep 2010, 11:21 AM
Hi Richard,

I am not quite sure what is causing the problem on your side. I prepared a test project and the LinkButton's Click event is fired as expected. Could you please rework my test project (attached to this thread), open a new support ticket and send it back? I will check it and do my best to provide a working solution as soon as possible.

Best wishes,
Fiko
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Window
Asked by
Veenu
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Richard
Top achievements
Rank 1
Fiko
Telerik team
Share this question
or