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?
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?