- ARCHIVE / TAG ARCHIVE
- SharePoint: Adding a Toolbar to Custom List Views
Some time ago I wrote about using an EditorPart for a custom list view web part to allow users to easily configure the web part. Apart from the public and private responses I’ve received so far I made a promise that has yet to be fulfilled: adding a toolbar for the ListViewByQuery instance. In this post I will finally show how to do that.
- Using the EditorPart to Create a Custom ListView Web Part
Today I want to illustrate how to create a web part for displaying any lists content within a farm and how to make configuration as easy as possible for the users by utilizing the EditorPart class from the System.Web.UI.WebControls.WebParts namespace. While some tutorials exist on the Internet many developers have some trouble to leverage the functionality of this class, particularly when using it with MOSS 2007.
