Skip to main content

Solution File and DataBase for SPGridView with working Filtering, Sorting, etc.

·161 words·1 min
Sebastiaan Brozius
Author
Sebastiaan Brozius

I finally managed to create a solution with all the bells whistling and sort… as far as I know.

The Visual Studio 2008 solution can de found here. The SQL database can be found here. Attach the database in SQL. If you find any problems or have any questions, please leave a comment or send me a mail.

For this solution to work, you need to have added the AJAX-entries to the web.config of your MOSS2007 with SP1 installation, as well as the infrastructure-update. Compile and add the compiled DLL’s to the BIN-directory of your site. By default, the Debug-version automatically gets compiled to the path “C:\inetpub\wwwroot\wss\VirtualDirectories\80\bin”. Then, add the correct entries in web.config (SafeControls and Assemblies), then, add the WebParts (DevTinkeringParents en DevTinkeringChilds) to the WebPart-gallery and put them in a WebPart-zone on a page of your liking. ;)

You also need to have Visual Studio enhancements for WSS 1.3 installed, because the WebParts are based on the SharePoint WebPart-template.