Rad
Controls for ASP.NET AJAX
Search RadControls for ASP.NET AJAX
Contents
Introduction
What's new
Changes and backward compatibility
Licensing
Installation and deployment
RadControls for ASP.NET AJAX Fundamentals
RadControls
Visual StyleBuilder
Visual Studio Extensions
Integrating RadControls in ASPNET MVC
Integrating RadControls in DNN
Testing with Test Studio
Integrating RadControls in Mono
Integrating RadControls in SharePoint
API Reference
Telerik.Charting Namespace
Telerik.Charting.Styles Namespace
Telerik.Web Namespace
AnimationScripts Class
ClientControlEventAttribute Class
ClientControlMethodAttribute Class
ClientControlPropertyAttribute Class
ClientPropertyNameAttribute Class
ClientScriptResourceAttribute Class
ComponentReferenceAttribute Class
Core Class
Draggable Class
ElementReferenceAttribute Class
EmbeddedSkinAttribute Class
Extensions Class
IClientStateManager Interface
IControl Interface
IControlResolver Interface
IMarkableStateManager Interface
ISkinnableControl Interface
jQuery Class
jQueryPlugins Class
LocalizationStrings Class
ModalExtender Class
MouseScroll Class
OData Class
PopupBehavior Class
RequiredPropertyAttribute Class
RequiredScriptAttribute Class
Resizable Class
ResizeExtender Class
ResolveControlEventArgs Class
ResolveControlEventHandler Delegate
ScriptObjectBuilder Class
ScrollingScripts Class
SkinRegistrar Class
StateManager Class
StronglyTypedStateManagedCollection(ItemType) Class
TelerikToolboxCategoryAttribute Class
TouchScrollExtender Class
Telerik.Web.UI Namespace
Telerik.Web.UI.AsyncUpload Namespace
Telerik.Web.UI.AutoCompleteBox Namespace
Telerik.Web.UI.Barcode Namespace
Telerik.Web.UI.Calendar Namespace
Telerik.Web.UI.Calendar.Collections Namespace
Telerik.Web.UI.Calendar.Utils Namespace
Telerik.Web.UI.Calendar.View Namespace
Telerik.Web.UI.Captcha Namespace
Telerik.Web.UI.ComboBox Namespace
Telerik.Web.UI.Dialogs Namespace
Telerik.Web.UI.Dictionaries Namespace
Telerik.Web.UI.Dock Namespace
Telerik.Web.UI.Editor Namespace
Telerik.Web.UI.Editor.DialogControls Namespace
Telerik.Web.UI.Editor.Diff Namespace
Telerik.Web.UI.Editor.Export Namespace
Telerik.Web.UI.Editor.MarkdownSharp Namespace
Telerik.Web.UI.Editor.TrackChanges Namespace
Telerik.Web.UI.Export Namespace
Telerik.Web.UI.ExportInfrastructure Namespace
Telerik.Web.UI.FileExplorer Namespace
Telerik.Web.UI.Gauge Namespace
Telerik.Web.UI.Grid.Export Namespace
Telerik.Web.UI.GridExcelBuilder Namespace
Telerik.Web.UI.HtmlChart Namespace
Telerik.Web.UI.HtmlChart.PlotArea Namespace
Telerik.Web.UI.HtmlChart.PlotArea.Series Namespace
Telerik.Web.UI.HtmlChart.PlotArea.Series.SeriesItemCollections Namespace
Telerik.Web.UI.HtmlChart.PlotArea.Series.SeriesItems Namespace
Telerik.Web.UI.HtmlChart.PlotArea.SeriesItemsCollection Namespace
Telerik.Web.UI.ImageEditor Namespace
Telerik.Web.UI.InputManager Namespace
Telerik.Web.UI.ODataSource.Filters Namespace
Telerik.Web.UI.ODataSource.Transport Namespace
Telerik.Web.UI.PersistenceFramework Namespace
Telerik.Web.UI.PivotGrid Namespace
Telerik.Web.UI.PivotGrid.Core Namespace
Telerik.Web.UI.PivotGrid.Core.Aggregates Namespace
Telerik.Web.UI.PivotGrid.Core.DataProviders Namespace
Telerik.Web.UI.PivotGrid.Core.Fields Namespace
Telerik.Web.UI.PivotGrid.Core.Filtering Namespace
Telerik.Web.UI.PivotGrid.Core.Groups Namespace
Telerik.Web.UI.PivotGrid.Core.Olap Namespace
Telerik.Web.UI.PivotGrid.Core.Totals Namespace
Telerik.Web.UI.PivotGrid.DataProviders.Adomd Namespace
Telerik.Web.UI.PivotGrid.DataProviders.Queryable Namespace
Telerik.Web.UI.PivotGrid.DataProviders.Queryable.Groups Namespace
Telerik.Web.UI.PivotGrid.Queryable Namespace
Telerik.Web.UI.PivotGrid.Queryable.Groups Namespace
Telerik.Web.UI.PivotGrid.Xmla Namespace
Telerik.Web.UI.Rotator Namespace
Telerik.Web.UI.Scheduler Namespace
Telerik.Web.UI.SearchBox Namespace
Telerik.Web.UI.SearchBox.Renderers Namespace
Telerik.Web.UI.SocialShare Namespace
Telerik.Web.UI.Spell Namespace
Telerik.Web.UI.Upload Namespace
Telerik.Web.UI.Widgets Namespace
Telerik.Web.Zip Namespace
Telerik.Web.Zip.LZMA Namespace
For More Help
Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
RadControls for ASP.NET AJAX Documentation
Telerik.Web Namespace
Send Feedback
RadControls for ASP.NET AJAX
Classes
Class
Description
AnimationScripts
ClientControlEventAttribute
Signifies that this Property should be exposed as a client-side event reference
ClientControlMethodAttribute
Signifies that this method should be exposed as a client callback
ClientControlPropertyAttribute
Signifies that this property is to be emitted as a client script property
ClientPropertyNameAttribute
Allows the mapping of a property declared in managed code to a property declared in client script. For example, if the client script property is named "handle" and you prefer the name on the TargetProperties object to be "Handle", you would apply this attribute with the value "handle."
ClientScriptResourceAttribute
Associates a client script resource with an extender class. This allows the extender to find it's associated script and what names and prefixes with which to reference it.
ComponentReferenceAttribute
Signifies that this property references a ScriptComponent
Core
Draggable
Clientside implementation of visual element resize functionality
ElementReferenceAttribute
Specifies this property is an element reference and should be converted during serialization. The default (e.g. cases without this attribute) will generate the element's ID
EmbeddedSkinAttribute
Extensions
jQuery
jQueryPlugins
LocalizationStrings
ModalExtender
Clientside implementation of visual element resize functionality
MouseScroll
Clientside implementation of visual element resize functionality
OData
PopupBehavior
Repository of old "Atlas" code that we're waiting to have integrated into the new Microsoft Ajax Library
RequiredPropertyAttribute
The presence of this attribute on a property of a subclass of TargetControlPropertiesBase indicates that the property value is required and the control can not be used without it. Absence of a required property value causes an exception to be thrown during creation of the control.
RequiredScriptAttribute
Resizable
Clientside implementation of visual element resize functionality
ResizeExtender
Clientside implementation of visual element resize functionality
ResolveControlEventArgs
ScriptObjectBuilder
Gets the script references for a type
ScrollingScripts
SkinRegistrar
StateManager
StronglyTypedStateManagedCollection
<
(Of
<
(
<'
ItemType
>
)
>
)
>
TelerikToolboxCategoryAttribute
This attribute should be used on classes which will be present in the Visual Studio toolbox - i.e. the ones that should also have a
ToolboxBitmapAttribute
attribute.
TouchScrollExtender
Interfaces
Interface
Description
IClientStateManager
Describes an object which supports ClientState
IControl
IControlResolver
Describes an object that can be used to resolve references to a control by its ID
IMarkableStateManager
ISkinnableControl
Delegates
Delegate
Description
ResolveControlEventHandler