Browse by Tags
All Tags »
Telerik (
RSS)
The latest Telerik MVC set of components features a ScriptRegistrar component that's responsible for compressing or combining scripts into a single file. This compression utility is very easy to implement: to setup this component, use the following...
For those using Telerik's RadScheduler control, I explained about the options that the scheduler uses to recur by: http://dotnetslackers.com/articles/aspnet/Understanding-Teleriks-Scheduler-Recurrence.aspx I don't know if the latest release has...
I found something out with the RadNumericTextBox control: for the GroupSeparator, it will accept an empty string, but not for the DecimalSeparator property. This is important, as the RadNumericTextBox behaves in a certain way. If you try to set: <tel...
The point of this article is not to point out how hard it is to use JQuery or anything like that; rather, JQuery is very easy and efficient to use. However, as with any third-party JS library (I happen to be using JQuery at the moment), using this library...
I didn't find any documentation on this, so I thought I'd throw something out there. When using the Telerik RadMultiPage, each page view can be accessed on teh client like so: var multiPage = $find("<%= mp.ClientID %>"); var views...
To show an empty message in the RadGrid control requires setting the EnableNoRecordsTemplate to true. When this value is set to true, when no records are bound to the RadGrid, the NoRecordsTemplate appears. The template appears only when a non-null, empty...
If you happen to use the <% %> notation in your ASP.NET applications while using Telerik for scripts, I'd recommend using the <tel:RadCodeBlock> or <tel:RadScriptBlock> elements. For instance, if you have ASP.NET AJAX script that...
I recently got the error Telerik is undefined in the $create definition of the RadAjaxManager. I couldn't figure out why I was getting this; I had everything setup correctly (all web.config settings and all). I read this: http://www.telerik.com/community...
Related to recurring appointments, if you attempt to export appointments that recur, there are some things you should know that will generate exceptions when in outlook compatibility mode. To start, Outlook doesn't support all of the recurrence patterns...
Telerik has a RadScheduler control that operates similar to Outlook; while this is a great control, I experienced an issue with exporting of appointments existing in the scheduler. To summarize these features though, two important features that the RadScheduler...