Brian Mains

Catch me on linked in at: http://linkedin.com/in/brianmains, or follow me on twitter at: @brianmains.

Browse by Tags

All Tags » Telerik (RSS)
Telerik's Compressing and Combining Scripts in MVC
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...
Posted: Tue, Nov 10 2009 20:50 by bmains | with no comments
Filed under: ,
Telerik's Scheduler Recurrence Capabilities
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...
RadNumericTextBox Number Formatting Issues
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...
Third Party Controls Poses Complications with JQuery
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...
Accessing a PageView on the client
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...
Showing an empty message in the RadGrid
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...
Using RadCodeBlock and RadScriptBlock when using the <%= %> Notation
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...
"Telerik is undefined" when anonymous
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...
Telerik Scheduler Export Exception Conditions
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 RadScheduler ICS Export
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...