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

MVC Support

1 Answer 110 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
MIKEL
Top achievements
Rank 1
MIKEL asked on 17 Jul 2008, 02:35 PM
Hi Group!!

We are testing skilled Telerik ASP.NET components, but in Microsoft MVC preview3 environment, and we have some problems, we include a Telerik component into ViewForm and when we run (render) this Page-View then we receive the following message: "The control with ID 'RootSplitter' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.", but we have included previously to the component and into the form: "<asp:ScriptManager id="ScriptManager" runat="server" />", then we believe  that this is one MVC issue, can i use any Telerik components with MVC any manner (with limitations...)? What about availability of total compatibility?

Thanks a lot!!
Mikel Iridoi
TREBEA Software

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 18 Jul 2008, 12:57 PM
Hi MIKEL,

As suggested you need to add a ScriptManager control to your form. It however requires a server form (<form runat="server">).
Using ASP.NET Ajax controls in MVC is possible via workarounds. At the time being MVC does not offer built-in support for components or controls.

Regards,
Albert
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
MIKEL
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or