Implement telerik in SharePoint 2010

Overview: This post helps to implement the Telerik controls in SharePoint 2010. At the end of this post you will find the source code.

This example contains the two Telerik controls
  • Treeview [Code snippets taken from the official Telerik site]
  • Rotator [Code snippets taken from the official Telerik site]


To Implement the Telerik in SharePoint 2010. Follows the below steps
  1. Create [Empty SharePoint Project] and give solution name [SharePoint2010Telerik].
  2. Create folder in the solution [Assembly]. Copy two dll [Telerik.web.design.dll] and [Telerik.web.UI.dll] (You can download two dlls from telerik official site or The sample code at the end of this post also contains the same files)
  3. Add above two dll inside the package. From the solution explorer double click to the package.package icon inside package folder.
  4. Scroll to down click to the [advanced] button. The Additional assemble windows open click Add button the drop menu comes click [Add Existing Assembly…].
  5. [Add existing assembly] windows open. Click to the browse button to add telerik dlls in the package. The locations of the DLLS showed in step 2.
  6. Right click to project from the solution explorer. Click Add-> Add New Items. Select visual web part and give it name “TelerikDemoWebPart”.
  7. Register the telerik Assembly in Web part page as shows in the image.
  8. Now you able to work on the telerik controls.
  9. For more information about the code you can check the telerik documentation and tutorials official site.
Please let me know your comments about this post.

Comments

Popular posts from this blog

SharePoint RPC Protocols Examples Using OWSSVR.DLL

Types of Features in SharePoint 2013

STS CryptographicException Error : Key set does not exist