Hi,
I've a RadToolbar placed in the Master Page which contains the logic to draw Dynamic RadMenus depending upon the page.
e.g. I need Download Menu on some application pages, and Filters Menu on some other page, but no Menu on most of the pages.
So, in the Master Page, there is a logic to check the page URL and create a RadMenu and its required SubMenus.
All this logic is outside the Page.IsPostBack, as I need to redraw the same Menus if there is a page-postback.
Now I try to bind a server-side event on the RadMenu Item Click. Event-binding is done properly and code compiles.
But when the Item is clicked, there is a postback and the Menu is redarwn but the event is not fired.
Can you please direct me why? This is really urgent as this is the central logic to be used for pages and is not working :(
I'd like to mention here that the ToolBar and Dynamic Menu logic was wrapped inside an UpdatePanel to have the possibility to fire a server-side event to reload only the ToolBar and the Dynamic Menu without having a complete page refresh.
So is there an issue with the approach, the implementation or the RadMenu?
I've a RadToolbar placed in the Master Page which contains the logic to draw Dynamic RadMenus depending upon the page.
e.g. I need Download Menu on some application pages, and Filters Menu on some other page, but no Menu on most of the pages.
So, in the Master Page, there is a logic to check the page URL and create a RadMenu and its required SubMenus.
All this logic is outside the Page.IsPostBack, as I need to redraw the same Menus if there is a page-postback.
Now I try to bind a server-side event on the RadMenu Item Click. Event-binding is done properly and code compiles.
But when the Item is clicked, there is a postback and the Menu is redarwn but the event is not fired.
Can you please direct me why? This is really urgent as this is the central logic to be used for pages and is not working :(
I'd like to mention here that the ToolBar and Dynamic Menu logic was wrapped inside an UpdatePanel to have the possibility to fire a server-side event to reload only the ToolBar and the Dynamic Menu without having a complete page refresh.
So is there an issue with the approach, the implementation or the RadMenu?