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

Server Side events not firing for root of site.

2 Answers 57 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Frank Witte
Top achievements
Rank 1
Frank Witte asked on 19 Jun 2014, 04:25 PM
Hello,

I have noticed the following behaviour with UI for ASP.NET AJAX controls.
If you put a RadGrid on the default page and surf to the url: http://localhost:1234/ the events like sorting do not get fired. Well, you see a postback, but the sorting is not done. If you surf to the page explicitly (http://localhost:1234/default.aspx) it functions as expected. 
Same goes for i.e. RadMenu OnItemClick event. This does not get fired, unless you specifically go to the page. 

Is this a known issue and can one by-pass this, other than surfing to that specific page?

2 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 20 Jun 2014, 03:05 PM

Hello Frank,

This article describes the known case when event handlers are not raised in a default document: http://www.telerik.com/help/aspnet-ajax/button-event-handlers-not-raised.html. I hope the troubleshooting steps there will help you resolve the case.


Regards,

Marin Bratanov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Frank Witte
Top achievements
Rank 1
answered on 20 Jun 2014, 03:33 PM
This indeed resolves it. Thank  you for your time.
Tags
General Discussions
Asked by
Frank Witte
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Frank Witte
Top achievements
Rank 1
Share this question
or