This question is locked. New answers and comments are not allowed.
I seem to be having a problem where the ScriptRegistrar does not render all needed js files for the included Telerik controls when there is a Telerik control in a partial view...
Using MVC3 Intranet Template and Razor syntax; added Telerik via NuGet. (Sample project attached)
My app really need the MenuGrid scenario whereby the partial view is refreshed via AJAX... Is this a bug in the scriptregistrar? Is there any workaround other than adding some other telerik control to the view as in the ALL case?
-tim
Using MVC3 Intranet Template and Razor syntax; added Telerik via NuGet. (Sample project attached)
- Layout contains stylesheet registrar and scriptregistrar statements and includes the menu control.
- When the View (MenuOnly) has no other telerik controls, the menu renders fine.
- When the View (ALL) has a telerik control (currency textbox in this case) and includes a parital control containing another telerik control (grid in this case), the menu renders fine.
- When the View (MenuGrid) has only the partial control containing another telerik control (grid in this case), the script registrar fails to render the menu js files causing the menu not to operate correctly (i.e. rollovers and sub-menus when present)...
My app really need the MenuGrid scenario whereby the partial view is refreshed via AJAX... Is this a bug in the scriptregistrar? Is there any workaround other than adding some other telerik control to the view as in the ALL case?
-tim