Skip to content

Commit 24b27e6

Browse files
author
Marin Bratanov
committed
docs(common): update server API reference for R3 2017
1 parent 915ca9f commit 24b27e6

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

api/server/Telerik.Web.UI/AsyncUploadHandler.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This Class implements the inbuilt default AsyncUploadHandler
1212
## Inheritance Hierarchy
1313

1414
* System.Object
15+
* Telerik.Web.UI.Common.PreventableHandler
1516
* Telerik.Web.UI.AsyncUploadHandler : IHttpHandler, IRequiresSessionState
1617

1718
## Properties

api/server/Telerik.Web.UI/CaptchaAudioHandler.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Captcha audio stream HttpModule. "Speaks" the Captcha code,
1212
## Inheritance Hierarchy
1313

1414
* System.Object
15+
* Telerik.Web.UI.Common.PreventableHandler
1516
* Telerik.Web.UI.CaptchaAudioHandler : IHttpHandler
1617

1718
## Properties

api/server/Telerik.Web.UI/RadFilterGroupExpressionItem.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Telerik.Web.UI.RadFilterGroupExpressionItem
66

77
# Telerik.Web.UI.RadFilterGroupExpressionItem
88

9-
Represents the UI component rendered by Telerik.Web.UI.RadFilter to represent
9+
Represents the UI component rendered by Telerik.Web.UI.RadFilter to represent
1010
a group of filter expressions..
1111

1212
## Inheritance Hierarchy
@@ -42,7 +42,7 @@ Gets the RadFilterGroupExpression that the current item represents.
4242

4343
### ExpressionContainer `RadFilterGroupExpression`
4444

45-
Gets a reference to the UI component that holds the filter expression items in the
45+
Gets a reference to the UI component that holds the filter expression items in the
4646
rendered RadFilter..
4747

4848
### FunctionalInterfaceContainer `Panel`

api/server/Telerik.Web.UI/RadFilterSingleExpressionItem.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Telerik.Web.UI.RadFilterSingleExpressionItem
66

77
# Telerik.Web.UI.RadFilterSingleExpressionItem
88

9-
Represents the UI component rendered by Telerik.Web.UI.RadFilter to to represent
9+
Represents the UI component rendered by Telerik.Web.UI.RadFilter to to represent
1010
a filter expression having a single value.
1111

1212
## Inheritance Hierarchy

api/server/Telerik.Web.UI/RadGrid.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ Gets or sets the name of the Skin that Telerik RadGrid will use.
957957

958958
#### Remarks
959959
There are three possible scenarios for using this property:Leave this property unset or set it to "Default" - the default skin,
960-
common for the Telerik® UI for ASP.NET Ajax suite will be usedSet the name of the embedded grid skin - the skin will be appliedSet the name of the custom grid skin along with the EnableEmbeddedSkins="false"
960+
common for the Telerik UI for ASP.NET AJAX suite will be usedSet the name of the embedded grid skin - the skin will be appliedSet the name of the custom grid skin along with the EnableEmbeddedSkins="false"
961961
(see 'Creating a custom skin' Fundamentals article)Set this property to "" - no skin will be applied.
962962
Only the default grid images (for Expand/Collapse, Sort, Edit, etc) will be
963963
used. Use this option if you have own appearance customizations for prevous

0 commit comments

Comments
 (0)