I’m preparing to develop a webpart need to use SharePoint Gridview 2013
But after I imported Microsoft.SharePoint.WebControls I couldn’t use a declaration of SPGridView in the code behind, but in the design page I could use it 🙁
I don’t know reason why? Please let me know!
Probably you have created a sandbox solution in which you aren’t allows to use SPGridView.
It must be a farm solution to be able to use SPGridView.
