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

How to add Telerik control in another telerik control

0 Answers 27 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Shakil
Top achievements
Rank 1
Shakil asked on 03 Jan 2015, 06:46 AM
Hello,
         I want to add a control in telerik control so please give a proper solution. 
         This is my code

         @(Html.Kendo().Window()
    .Name("window")
    .Draggable()
    .Title("Window Popup")
    .Width(600)
    .Height(200)
    .Visible(false)
    .Content(@<text>
        @Html.Label("Select Image")
        @Html.Kendo().Upload();
        </text>)

I used this code to add control but its showing error message.
)

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Shakil
Top achievements
Rank 1
Share this question
or