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

RadWindow and anchor tags

6 Answers 161 Views
Window
This is a migrated thread and some comments may be shown as answers.
Tayonee
Top achievements
Rank 1
Tayonee asked on 18 Sep 2009, 04:51 PM
I have multiple links opening a radwindow that uses anchor tags.  sample code: NavigateUrl="~/controls/HostPages/SearchDetailed.aspx#casescale".  This was working initially then just stopped working.  If I open the url in a seperate browser the anchor tags work fine.

Any ideas?

Thanks in advance.

6 Answers, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 23 Sep 2009, 11:35 AM
Hi Tayonee,

I am not quite sure what may cause the problem in your case. Could you please open a new support ticket and send me a runnable project that reproduces the described behavior? I will check it and do my best to provide a solution.


All the best,
Fiko
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Göran
Top achievements
Rank 1
answered on 18 Dec 2009, 02:47 PM
I had the same problem, and I found the bug that is causing it.

If you have the attribute ReloadOnShow="true" on the window, it will add a query string to the url to force the reload. It adds the query string after the anchor, that's why the anchor stops working.

Instead of putting the query string before the anchor: "http://www.site.com/page.html?rwndrnd=0.9173893591243238#page_anchor" it puts the query string after the anchor: "http://www.site.com/page.html#page_anchor?rwndrnd=0.9173893591243238"

If you set the ReloadOnShow attribute to false, it doesn't add a query string and the anchor works.

0
Svetlina Anati
Telerik team
answered on 19 Dec 2009, 03:15 PM
Hi Göran,

We are aware of this bug and it is already fixed and the modification is now being tested in many different scenarios. The fix will be available soon in one of the upcoming internal builds. I will write back to you to informa you when it is available.

Best wishes,
Svetlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Svetlina Anati
Telerik team
answered on 23 Dec 2009, 04:08 PM
Hello guys,

I am glad to inform you that the fix is already checked in and will be available in the next internal build.

Sincerely yours,
Svetlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
ShareDocs
Top achievements
Rank 1
answered on 18 Jul 2017, 01:57 PM

Hello,

This is old I know, But it's still not working and I have up to date version.

How can I fix it?

 

Thank You.

0
Ivan Danchev
Telerik team
answered on 21 Jul 2017, 08:13 AM
Hello,

Could you attach/post a sample runnable page that demonstrates the issue you are facing along with the steps that need to be followed in order for it to be reproduced? This would give us an idea of the Window's configuration and would allow us to further investigate what causes the unexpected behavior in question.

Regards,
Ivan Danchev
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Window
Asked by
Tayonee
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Göran
Top achievements
Rank 1
Svetlina Anati
Telerik team
ShareDocs
Top achievements
Rank 1
Ivan Danchev
Telerik team
Share this question
or