We can directly create a list in sharepoint UI (not sharepoint designer) or we can convert this list webpart into a datafrom webpart using sharepoint designer.What difference does it makes?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
When you convert it into dataform webpart, the rendering mode is converted to XSLT. This XSLT can be edited in sharepoint designer or webpart properties itself to change the rendering of items.
Moreover, the type of webpart is changed from
ListViewWebParttoDataFormWebPart.The benefit of having rendering control , comes with some disadvantages. For ex, functionalities of ListViewWebPart like sorting, filtering, export to excel are unavailable/limited in functionality because of XSL limitations.