• Have you often configured the authorization settings of your website to specify areas with special access rules? One of the common scenarios is to create a website that should be available only to authenticated users. When doing this, have you ever run into the strange behavior of a login page life cycle being executed multiple times when the access to all pages is denied for anonymous users? Read on to see why this happens and how you can avoid it with only a few changes in the web.config file of your website.

  • It's Thursday again, which means we're ready for another installment of...


    XAMLflix!


    If you haven't tuned in over the last few weeks to our RadChartView and RadBarCode posts, my partner in crime (Michael Crump) and I have been working on a new initiative to help accelerate your education when it comes to the RadControls for Silverlight and RadControls for WPF control suites. XAMLflix is intended to deliver quick, to-the-point videos highlighting features and functionality of our controls alongside sample projects with the exact code you are seeing in the videos. One step better, since our Silverlight and WPF controls derive from a common code-base...

  • As many of you noticed Telerik Scheduler was relesead with a completely new look of the edit appointment dialog.

    Some of the things inside the dialog are just redesigned, however some of them are completely new like the categories,time markers and the importance buttons. Today I will give you more information about them:

     

    Categories:

    scheduler categories

    There are some built-in categories in RadScheduler and in  its edit dialog. A category can be assigned to an appointment by choosing one from the dialog on through code behind like this:

    categories by code-behind

    Then the category will appear in the appointment:

    appointmetn with a blue category

    and in the edit dialog:

     blue category

    You can remove a assigned category by...