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

RadWindow and RadTab

1 Answer 38 Views
Window
This is a migrated thread and some comments may be shown as answers.
Kay
Top achievements
Rank 1
Kay asked on 10 Jun 2009, 04:58 PM

I am having a strange problem when trying to show a RadWindow every time a user click a RadTab.

This happens in codebehind when the user click a tab and an internal condition is true:

string strScript = "radconfirm('Save?', confirmCallBackFn, 430, 110, null, 'Save');";
ScriptManager.RegisterStartupScript(this, this.GetType(), "rtsFallvilt", strScript, true);

If I at the same time remove the mouse pointer from the clicked tab everything works fine, but if the mouse pointer is left standing over the tab that was clicked the radconfirm is shown but togheter with a javascript error saying "unspecified error".

When I debug the error is in the ScriptResource.axd on this line "_45.setActive();"

Any idea?

1 Answer, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 15 Jun 2009, 03:08 PM
Hi Kay,

I believe that this blog post and this KB article will be of helps.

Greetings,
Fiko
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Window
Asked by
Kay
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Share this question
or