This question is locked. New answers and comments are not allowed.
Hello all,
Excuse my question, should be very easy ...
I'm trying to put the component Menu MVC but I have several doubts ....
1 -
I have a stored procedure that represents the menu in my database in the following structure
cd_menu = 10 (Item menu)
Text = "Customers" (text)
cd_menuID = 1 (the parent menu)
Do you have any way to populate the MENU MVC StoredProcedure with this? or if I put in View has to do?
ps If it works I'll have to add the address of the URL right? It really I tried searching on the web before posting here but what I found I could not do.
2 -
If I populate the menu (anyway), but can do so by clicking on the item to open the Windows Telerik component with the Controller and Action?
ps - I want to put only one component Telerik Windows, and when you click the menu item to call this window, passing as parameter the Controller action and of course it has to be self size.
I'm using MVC components, since my project is in MVC
Best Regards
José Luiz
Excuse my question, should be very easy ...
I'm trying to put the component Menu MVC but I have several doubts ....
1 -
I have a stored procedure that represents the menu in my database in the following structure
cd_menu = 10 (Item menu)
Text = "Customers" (text)
cd_menuID = 1 (the parent menu)
Do you have any way to populate the MENU MVC StoredProcedure with this? or if I put in View has to do?
ps If it works I'll have to add the address of the URL right? It really I tried searching on the web before posting here but what I found I could not do.
2 -
If I populate the menu (anyway), but can do so by clicking on the item to open the Windows Telerik component with the Controller and Action?
ps - I want to put only one component Telerik Windows, and when you click the menu item to call this window, passing as parameter the Controller action and of course it has to be self size.
I'm using MVC components, since my project is in MVC
Best Regards
José Luiz