
March 1, 2011 00:05 by
Robi
Hi,
I received a question how to easily create a print form for a SharePoint list item.
This is the easiest way I can think of.
- Open SharePoint Designer and open your list files. Create new aspx page.

2. Edit your newly created aspx page in Advanced mode.

3.Open you aspx page in split mode and click in to the design window. From the ribbon, choose Insert/SharePoint and select Custom List Form.

4.Select the list you want to create new list form for and select Display Form.

5. Insert HTML button and insert on click event handler to "window.print()"

6. Go to Allitems.aspx and open it in Advanced mode. Add column to the right and just type "Print Preview".

7. Add hyperlink to your text.

8.Browse to your custom list form and add "?ID={@ID}.

9. Try it out...


Hope it helps!!
249887d8-35d1-420a-8703-d743c435eb0f|1|5.0