This is a migrated thread and some comments may be shown as answers.

[Solved] TabStrip LoadContentFrom with multiple Grids issue

0 Answers 71 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
mike
Top achievements
Rank 1
mike asked on 12 Jun 2012, 06:05 PM
This was a problem I was having and what the issue was, used for an FYI in case anyone runs into this scenario.

My Issue:
I have a tabstrip that is loading partial views in MVC 3 with LoadContentFrom. The second grid that was being loaded was never being loaded initially when tabbed to and when I refreshed I was redirected to a new page outside of the tabs. 

My Fix:
Looking at my code I saw I named both grids the same name. While not an issue when loading pages on separate http request, when loading via ajax causes the issue described above. 



Tags
TabStrip
Asked by
mike
Top achievements
Rank 1
Share this question
or