I am using the Telerik menu control in MVC3 with Razor. I noticed that the documentation on the Telerik website says it is possible but does not show how to bind the menu control to a stored procedure.
Has anyone had success doing this?
I am using the Telerik menu control in MVC3 with Razor. I noticed that
Share
Data binding to a model seems the best way. So just design a view model that will represent your menu data and simply have your controller action call the stored procedure and populate this view model from the results of it.