Hello,
I'm a bit new to the MVC pattern and the Telerik ASP.NET MVC controls. I've been working with ASP.NET Ajax for years now, but not the MVC stuff. I finally had the opportunity to work on something MVC based, and find myself stuck already.
I have a hierarchical menu driven by a stored procedure. The procedure basically removes / disables items that a user doesn't have rights to based on a role and other information that's passed into the proc. I'd like to implement its use in a partial view, but cant' for the life of me figure this out. This may be more of a MVC question than a Menu specific question, but anyone can point me at an example that would be awesome.
I've tried the sample applications generated by the Telerik template, but that uses a static menu in the _Layout file. Not exactly what I want.
Thank you for your help!
Alex T.
I'm a bit new to the MVC pattern and the Telerik ASP.NET MVC controls. I've been working with ASP.NET Ajax for years now, but not the MVC stuff. I finally had the opportunity to work on something MVC based, and find myself stuck already.
I have a hierarchical menu driven by a stored procedure. The procedure basically removes / disables items that a user doesn't have rights to based on a role and other information that's passed into the proc. I'd like to implement its use in a partial view, but cant' for the life of me figure this out. This may be more of a MVC question than a Menu specific question, but anyone can point me at an example that would be awesome.
I've tried the sample applications generated by the Telerik template, but that uses a static menu in the _Layout file. Not exactly what I want.
Thank you for your help!
Alex T.