| | | Senior Member
       
Group: Forum Members Last Login: Thursday, September 25, 2008 Posts: 7, Visits: 9 |
| | I'm trying to remove columns from the WorkItems List (we have that on a webpart in sharepoint) but after removing a column and doing refresh the column reappears. How can I permanently remove a columin in the main/root inbox view of the workitems list? |
| | | | Supreme Being
       
Group: Forum Members Last Login: Thursday, March 12, 2009 Posts: 166, Visits: 707 |
| Hi, Add the WorkItemListLayout web server control to the toolbox of VS 2005 by selecting Skelta.HWS.Web.WorkListLayoutControl.dll, and set the following properties ApplicationName = Name of your repository GlobalLayout = true; Open this in web browser and you can remove all the columns but subject, resize the column width etc. Clear the cache and do an iisreset. Next time when you open you can the changes reflected in the web part. You need to use the latest version for this.
Regards, Bineesh |
| | | | Senior Member
       
Group: Forum Members Last Login: Thursday, September 25, 2008 Posts: 7, Visits: 9 |
| | Hi, I'm not a programmer. Is there a way to do this without Visual Studio? |
| | | | Supreme Being
       
Group: Forum Members Last Login: Thursday, March 12, 2009 Posts: 166, Visits: 707 |
| Hi, The above is the only way to permanently remove columns. There is another way. Open the workflow. Select menu Settings -> WorkItemList Layout. Remove the columns which are not required. But it will be visible only when you select the inbox for this workflow from the left tree view of the workitem list.
Regards, Bineesh |
| |
|
|