ListTitleViewSelectorMenu Class
SharePoint 2010
System.Object
System.Web.UI.Control
Microsoft.SharePoint.WebControls.SPControl
Microsoft.SharePoint.WebControls.TemplateBasedControl
Microsoft.SharePoint.WebControls.ToolBarMenuButton
Microsoft.SharePoint.WebControls.ViewSelectorMenu
Microsoft.SharePoint.WebControls.ListTitleViewSelectorMenu
System.Web.UI.Control
Microsoft.SharePoint.WebControls.SPControl
Microsoft.SharePoint.WebControls.TemplateBasedControl
Microsoft.SharePoint.WebControls.ToolBarMenuButton
Microsoft.SharePoint.WebControls.ViewSelectorMenu
Microsoft.SharePoint.WebControls.ListTitleViewSelectorMenu
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Tool to fix ListTitleViewSelectorMenu visible property
$0I've put together a free tool that fixes this annoying 'feature' of SP2010$0
$0$0
$0
$0View Rescue - http://www.pentalogic.net/sharepoint-products/free-stuff/view-rescue$0
$0$0
$0
$0Technical details$0
$0http://blog.pentalogic.net/2011/03/disappearing-view-selector-menu-sharepoint-2010/#more-1997$0
- 3/8/2011
- Pentalogic
Bad Bug in SP2010 Control: fix
$0Well, we've develop custom aspx page for views in list definition and we've found the same issue.$0
$0You can fix it with follow code on your aspx page for view or add your web-part on exist page and find LTViewSelectorMenu instance on it.$0
$0$0
$0
$0typeof(ListTitleViewSelectorMenu)$0
$0 .GetField("m_wpSingleInit", BindingFlags.Instance | BindingFlags.NonPublic)$0
$0 .SetValue(LTViewSelectorMenu, true);$0
$0$0
$0
$0typeof(ListTitleViewSelectorMenu)$0
$0 .GetField("m_wpSingle", BindingFlags.Instance | BindingFlags.NonPublic)$0
$0 .SetValue(LTViewSelectorMenu, true);$0
$0$0
$0
$0$0
$0
- 1/13/2011
- avishnyakov
Bad Bug in SP2010 Control: View selection stops working when webparts are added to the page
If you add a webpart - and this means any webpart, even an empty content editor webpart - this control will stop displaying the View part. All you will see is the navigation part. I consider this a very serious limitation, as the alternate way of selecting a view is most uncomfortable.
I would like to state that the credit for finding the mechanism of this bug (and a solution to it) goes to Vintentou on worldpress.com - here is the URL:
http://vintentou.wordpress.com/2010/08/03/missing-dropdown-menu-for-choosing-of-views/
I would like to state that the credit for finding the mechanism of this bug (and a solution to it) goes to Vintentou on worldpress.com - here is the URL:
http://vintentou.wordpress.com/2010/08/03/missing-dropdown-menu-for-choosing-of-views/
- 9/3/2010
- Ulrich Albrecht