How to change look of webpart? - sharepoint

I have a default webpart in SP where elements of list are shown.
The problem is that elements are displayed vertical (one below other) and I need to make them horizontal (in one line). Where and how I can customize webpart template? Browsing webpart in SharePoint Designer doesn't help me.

Add a DataForm Webpart to your page using SharePoint Designer. You can modify XSLT (or use Drag and Drop) to change the look and alignment of elements in the list.
This link should help you out:
http://www.apps4rent.com/support/kb/article/sharepoint-data-form-web-part

Related

sharepoint datawebpart paging issue with groupings

I created a dataview webpart in designer and have two different groupings. I enabled the grouping headers so they show up in my webpart. The issue I am having is that I want to make the first grouping visible on the first page (or other pages) so people then use the expand/collapse functionality to view other info. When I select display all items option in the paging functionality, the webpart breaks. Please help.

I would like to display sharepoint 2007 list columns vertically, could you please help me?

SharePoint 2007: WorkRequest List: has n number of columns
I want to display WorkRequest List columns vertically in SharePoint environment, could you please help me?
You can use listViewWebPart and then convert it to DataFormWebPart using SharePoint designer. Once its DataForm , you can customize its XSLT to display columns vertically.
See
http://www.a2zdotnet.com/View.aspx?Id=150
If you modify your view, there's a section 'Style' that you can expand. Selecting 'Preview Pane' as the style gives you a view with a left column showing the title and a right column displaying the other columns (vertically) of the hovered item.
I don't know if this is exactly what you need, but it's very easy to configure and doesn't need any modifications with SharePoint Designer, so you may want to take a look at it.

Sharepoint 2010 grid view

How do I add a link column to Sharepoint grid view?
You can use SPMenuField. It serves two purposes - it configures the hyperlink you follow if you click on the item directly and, optionally, links to a dropdown menu
This is a great primer on MSDN blogs about SPGridView
http://blogs.msdn.com/b/powlo/archive/2007/02/25/displaying-custom-data-through-sharepoint-lists-using-spgridview-and-spmenufield.aspx
It looks to be supported by the Telerik SPRadGrid (which I trialed for my SharePoint apps not long ago). Using the Publishers SP List as source for the example I linked, you should have the Name column values as hyperlinks. You might give it a spin.

Sharepoint 2010 add Note Board to Custom List

Is it possible to add a note board or other web parts to a Custom List? I would like to be able to have comments on list items.
any particular reason you don't want to use a discussion board? That's it's entire purpose.
Create a data view webpart for your list. This webpart will display one item at a time, so you have to filter this dataview webpart by Item ID using querystring. The page on which you will deploy this dataview webpart will also have noteboard webpart. Comments given here will stick to that particular item which will be displayed in dataview based on Item ID.

Drop down list filter web part in Sharepoint is not getting exported

I would like to implement filtering on my sharepoint list. My list is having title and description columns and I would like to poulate the ASP.NET dropdown list control with titles and when I select the title I would like to show the description. I have followed the link http://msdn.microsoft.com/en-us/library/cc300163(office.12).aspx to implement this.
I have created a blank aspx page in Sharepoint Designer and followed the same steps. everything works fine but when I export the webpart, only description part is getting exported. I cannot see the drop down on the page (but when I preview it on the browser I can see both).
In your question you say that you are creating a aspx page and then exporting a webpart.
It could be that you are placing the drop down on one thing and exporting another.

Resources