All,
I am trying to replace a DataGrid that I have with the SPList control in Visual Studio 2010 C#, but where does this control live, and how can I use it?
Are there examples?
Bill.
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.
Maybe you mean the SPGridView control. There’s an example for SharePoint 2007 here: http://blogs.msdn.com/b/powlo/archive/2007/02/25/displaying-custom-data-through-sharepoint-lists-using-spgridview-and-spmenufield.aspx
I haven’t used it in SP2010 yet, but I suppose it’s still there and works more or less the same.