Browse by Tags
All Tags »
Control Frameworks (
RSS)
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...
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...
The Krypton Toolkit 3.0.6 framework was released and is now available. The Krypton toolkit free version comes with several handy components for developing applications. These controls are built on top of the existing .NET controls to provide additional...