Inherit the built-in base class

In Sitefinity CMS, you can create your widgets as standard ASP.NET custom controls or you can derive them from one of the built-in base classes - SimpleView and SimpleScriptView. They provide you with additional features, which, for example, are not available in the WebControl class. You can also take advantage of Kendo UI widgets by using the KendoView class. To do this, you must add a reference to the Telerik.Sitefinity.dll in your widget project. You do this in the following way:

  1. From the context menu of your project, click Add Reference...
  2. In the dialog select the Browse tab.
  3. The Telerik.Sitefinity assembly is located in the bin folder of your Sitefinity CMS project. Select it and click OK.
  4. Open your widget’s .cs file and resolve the necessary namespaces.
  5. Modify the class definition.
    You must also override the InitializeControls abstract method and the LayoutTemplatePath.

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?