I'm using Kendo menu
in JS I catch onSelected:
where I call partial view in 'address'
When navigating to menu item and clicking it, the 1st partial view (
CreateInterfaceWZ)
works ok, but when I call after that,
ChooseInterfaceWZ partial view from 2nd menu item, it contains following
The ListView is not populated...
Here is my controller action:
Thank you for your time.