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

Telerik.Web.Mvc.Configuration

3 Answers 173 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
turkush .
Top achievements
Rank 1
turkush . asked on 13 Jun 2011, 09:01 AM
Hi,

Im unable to use Html.Configurator(...) method. I ve added

<

 

 

add namespace ="Telerik.Web.Mvc.Configuration"/>

 

 in web.config.
Im able to use Html.Telerik() but not Html.Configurator(...)
I have googled it but no solution found.

Any help will be appreciated.

Thanks

3 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 13 Jun 2011, 09:29 AM
Hello turkush .,

 Html.Configurator is an extension method which is part of the sample project. Its sole purpose is to provide a styled form for the examples. It was never meant to be used in customers' projects.

Regards,
Atanas Korchev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Levi
Top achievements
Rank 1
answered on 25 Oct 2011, 05:38 PM
This is interesting indeed.. I'm trying to implement the sample from http://demos.telerik.com/aspnet-mvc/Grid/EditingAjax?theme=vista
and the sample code uses this: "using (Html.Configurator("Edit mode")"

I'm a little confused how to get the sample working if I shouldn't use the code in the sample.. How would you recommend we work around it?
0
Atanas Korchev
Telerik team
answered on 26 Oct 2011, 08:06 AM
Hi Levi,

 The relevant code in the sample is only the grid declaration. The configurator is well ... a configuration UI for the example and is not required by the editing functionality of the grid. 

All the best,

Atanas Korchev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
Tags
General Discussions
Asked by
turkush .
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Levi
Top achievements
Rank 1
Share this question
or