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

Controllers and Controls in Areas

2 Answers 50 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.
Rinat
Top achievements
Rank 1
Rinat asked on 29 Jun 2011, 04:40 AM
Where controllers should be located so that Telerik Controls can "see" them?

2 Answers, 1 is accepted

Sort by
0
PauloAbreu
Top achievements
Rank 1
answered on 03 Jul 2011, 10:27 AM
I don't understand your question.
0
Rinat
Top achievements
Rank 1
answered on 06 Jul 2011, 03:20 PM
Question has been solved. Just needed to specify the name of area in which is your controller.
Sample: (Controller for ImageUpload):
Html.Telerik().Upload()
        .Name("imageUpload")
        .Multiple(false)
        .Async(
            async => async
                .Save("Save", controller, "name_Area")
                .Remove("Remove", controller, "name_Area")
                )
Tags
General Discussions
Asked by
Rinat
Top achievements
Rank 1
Answers by
PauloAbreu
Top achievements
Rank 1
Rinat
Top achievements
Rank 1
Share this question
or