-
Field controls are a powerful instument when editing data in the Sitefinity backend. Sometimes however you need to change a list of possible choices in a field control depending on another field control. This blog post describes how to implement a Country and State dropdown field ...
-
The built-in content modules like News, Events and Libraries provide a great set of functionality. However at some point you need to extend these modules with custom functionality that would help you manage better your site's content. In this blog post we'll take a look at ...
-
Sticky notes are very useful when you need to write down some information to remember across work sessions. The Dashboard page of the Backend can be used to show these notes. Every time you login to your Backend you will see the notes that will remind ...
-
The stock Pager control has nice features, but sometimes you need to add additional functionality to it, or simply change the way it looks. This can be achieved very easy by inheriting from the base Telerik.Sitefinity.Web.UI.Pager class. In this blog post I will customize the pager ...
-
This blog post is the first part of a series that will describe how to use the various Sitefinity selectors in your own custom field controls. Selectors are very useful when you need to pick an existing item from your project - page, user, role, image, ...