This question is locked. New answers and comments are not allowed.
I've made a partial view containing customer adress information. This partial view is used by multiple models which contains adress information. Each adress container contains multiple adresses such as work, home, other. This partial view renders a list showing all the adresses in the container. Now i've a button for adding an adress. I want to show de new adress in a modal window. When I nest the Html.Telerik().Window in a partial view i get an NullReferenceException on (i think) Html.Telerik(). I'm not sure but I think that the telerik control is Null and it can't create a Window.
Is it possible to nest a Window in a partial view. If yes, then can somebody tell me how? What do i need to do in the partial view, in the parent view?
With kind regards,
Is it possible to nest a Window in a partial view. If yes, then can somebody tell me how? What do i need to do in the partial view, in the parent view?
With kind regards,