I am using DevExpress MVC for my application.In that I am using three TabPages.The content of the Tab Pages are in different Partial Views.My Question is How to set focus on controls in each tab page when the tab page is clicked?
How to set focus on controls inside TabPage in DevExpress MVC tabpage?
368 views Asked by AudioBubble At
1
You can try it with Html.RenderAction. For example:
And controller actions: