Search
Recent blog posts
- Feature Upgrade : Better to go for full solution deployment or for solution upgrade?
- Localizing XSL with the Business Data and the Content Query Webparts
- Leveraging oData using the built-in SharePoint 2010 data factory
- My top 10 tools for a better SharePoint development experience
- Forms Services 2007 => 2010 migration tip
- Potential gotcha with custom display forms
- Building and consuming a custom oData service for SharePoint 2010
- SharePoint 2010 - Overcome the 10000 default search results limit
- My Top 10 tests when testing custom SharePoint webparts
- Unexpected People Search results - the right way to fix it!
- My top 10 sanity checks when performing SharePoint code review
- DropBox for SharePoint now includes tagging to integrate better with SharePoint 2010 social framework
- SharePoint 2010, deploying a BCS Model using a farm property bag to have a dynamic siteurl
- SharePoint User Profiles + BCS + XML Serialization problems when data is not sanitized
- Releasing DropBox for SharePoint Server 2010
- Dashboard helper for the SharePoint developer dashboard
- Customizing the master page of Office 365 public site
- Office 365 customization, from excitation to frustration
- One step further with the BCS and the StreamAccessor
- Using the SharePoint Client Object model from within a custom Document Information Panel
- Using the SharePoint RESTful service listdata.svc from within a custom Document Information Panel
- cloudshare & SharePoint
- Easy Forms Designer for SharePoint Foundation
- 10 steps to make use of the Rating System for SharePoint Foundation
- Techdays 2011 in Paris
- New release of the rating system for SharePoint Foundation
- Manage the ribbon easily for your lists and libraries
- SPClaimsAuthMembershipProvider casting error
- using jQuery with ListData.svc and redirecting the user when not logged in using FBA
- SharePoint COM, client side error handling and impact on the performance + tips to handle returned error codes
User login
Manage the ribbon easily for your lists and libraries
Hi,
I've just released a small tool on CodePlex that helps managing ribbon buttons for lists & libraries in SharePoint. You also have additional options to decide whether you want to apply your settings to xsltlistview webparts only or not.
You can have a look at this short video demonstrating the tool in action
Happy Coding!
Comments
could not disable the ribbon item via xsltlistview webpart
I tried the video demonstation myself and it worked fine for me.
I then tried the following Scenareo but i did not have the same luck.
Any ideas why the ribbon item is not disabled when accessed
via the xsltlistview webpart in the following Scenareo?
1. Created a new Team site
1. created a document library using sharepoint designer
2. Added a xsltlistview webpart on the homepage for this new document libary
on the home page using the insert > data view menu option in sharepoint designer.
3. I then activated the manage ribbon feature
4. I then went to libary setting for the library and using the Manange
ribbon option , i unselected the new folder checkbox.
Expected Result : New folder menu option is disabled on the ribbon when the
list is accessed via the xsltlistview webpart and the library navigation bar
on the left side of the page.
Actual Result : New folder menu option is NOT disabled on the ribbon when the
list is accessed via the xsltlistview webpart but is disabled when accessed via
the library navigation bar on the left side of the site.
Found it
Hi,
The reason why it doesn't work with a dataview created with SharePoint Designer is because the toolbar type is set to "Standard" and should be set to "FreeForm".
Best Regards
I'll check it out
Hi,
I'll have a look at your scenario and I'll give you some feedback.
Best Regards