Skip to content

Commit bd4e259

Browse files
docs(common): update server API reference for R2 2018
1 parent bd889ba commit bd4e259

6 files changed

+36
-44
lines changed

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

-8
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,6 @@ Contains information about the uploaded file
5959

6060
`Telerik.Web.UI.T` An object of type T populated with all properties specified in IAsyncUploadResult
6161

62-
### DecryptFolder
63-
64-
Decrypts a string encrypted with LOS serializer.
65-
66-
#### Returns
67-
68-
`System.String` The decrypted string
69-
7062
### IsFileSizeValid
7163

7264
Indicates whether the currently processed file has valid size. The size is checked against the maximum size specified in the

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

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

77
# Telerik.Web.UI.CalendarPopupButton
88

9-
The control that toggles the calendar popup.
9+
The control that toggles the calendar popup.
1010
You can customize the appearance by setting the object's properties.
1111

1212
## Inheritance Hierarchy

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

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

77
# Telerik.Web.UI.MonthYearPopupButton
88

9-
The control that toggles the TimeView popup.
9+
The control that toggles the TimeView popup.
1010
You can customize the appearance by setting the object's properties.
1111

1212
## Inheritance Hierarchy

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PivotGridFieldRenderingControl allows you to control how the field is rendered.
2121
### ContextMenuButton `Button`
2222

2323
Gets or sets the context menu button which will show a context menu
24-
when ConfigurationPanelSettings
24+
when ConfigurationPanelSettings
2525
EnableFieldsContextMenu is set to true and the field is placed in the
2626
ConfigurationPanel.
2727

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ description: Telerik.Web.UI.RadCalendar
2222
Gets or sets a value indicating whether a postback to the server automatically occurs when the user interacts with the control.
2323

2424
#### Remarks
25-
Setting this property to true will make Telerik RadCalendar postback to the server
25+
Setting this property to true will make Telerik RadCalendar postback to the server
2626
on date selection or when navigating to a different month.
2727

2828
### Calendar `Calendar`
@@ -595,12 +595,12 @@ For internal use.
595595

596596
Gets or sets a value indicating where RadCalendar will look for its .resx localization file.
597597
By default this file should be in the App_GlobalResources folder. However, if you cannot put
598-
the resource file in the default location or .resx files compilation is disabled for some reason
598+
the resource file in the default location or .resx files compilation is disabled for some reason
599599
(e.g. in a DotNetNuke environment), this property should be set to the location of the resource file.
600600

601601
#### Remarks
602602
If specified, the LocalizationPath
603-
property will allow you to load the grid localization file from any location in the
603+
property will allow you to load the grid localization file from any location in the
604604
web application.
605605

606606
### MonthLayout `MonthLayout`

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

+30-30
Original file line numberDiff line numberDiff line change
@@ -878,12 +878,12 @@ Exports the pivot grid data in Microsoft Word format using the properties set in
878878

879879
### FilterBottom
880880

881-
When a Top/Bottom value filter is applied to a given field with the Items mode, it will select the top/bottom groups for
882-
that field sorted by the chosen aggregate field and the count of which is given by the filter value. For example,
883-
a Top operator with and Items filter value of 10 on the Sum of Cost aggregate field will return the 10 groups
884-
(of the field filtered on) which Sum of Cost is greatest. The Percent mode will return the top/bottom groups which
885-
cumulative aggregate values (just to remind: the aggregate field being set as part of the filter condition) add to
886-
the specified percent of the grand total for that field. The Sum mode, in a similar fashion, gets the top/bottom
881+
When a Top/Bottom value filter is applied to a given field with the Items mode, it will select the top/bottom groups for
882+
that field sorted by the chosen aggregate field and the count of which is given by the filter value. For example,
883+
a Top operator with and Items filter value of 10 on the Sum of Cost aggregate field will return the 10 groups
884+
(of the field filtered on) which Sum of Cost is greatest. The Percent mode will return the top/bottom groups which
885+
cumulative aggregate values (just to remind: the aggregate field being set as part of the filter condition) add to
886+
the specified percent of the grand total for that field. The Sum mode, in a similar fashion, gets the top/bottom
887887
groups which cumulative aggregate values add to the sum specified by the filter value.
888888

889889
#### Parameters
@@ -907,7 +907,7 @@ The value that will be used for the filtering of the data.
907907

908908
#### suppressRebind `System.Boolean`
909909

910-
A value indicating whether a will
910+
A value indicating whether a will
911911
be called after the Filter operation.
912912

913913
#### Returns
@@ -916,10 +916,10 @@ A value indicating whether a will
916916

917917
### FilterByLabel
918918

919-
Filters by the text value of the field. Label filters control which groups for a given field
920-
will remain in the pivot data view after grouping has been performed. If, for example, you
919+
Filters by the text value of the field. Label filters control which groups for a given field
920+
will remain in the pivot data view after grouping has been performed. If, for example, you
921921
have your data grouped by a Country field and you need only those Country groups of items
922-
that relate to Bulgaria you should apply an Equals label filter to the Country field with
922+
that relate to Bulgaria you should apply an Equals label filter to the Country field with
923923
the respective string filter value of “Bulgaria”.
924924

925925
#### Parameters
@@ -938,7 +938,7 @@ The value that will be used for the filtering of the data.
938938

939939
#### suppressRebind `System.Boolean`
940940

941-
A value indicating whether a will
941+
A value indicating whether a will
942942
be called after the Filter operation.
943943

944944
#### Returns
@@ -947,7 +947,7 @@ A value indicating whether a will
947947

948948
### FilterByLabel
949949

950-
Filters by the text value of the field. Label filters control which groups for a given field
950+
Filters by the text value of the field. Label filters control which groups for a given field
951951
will remain in the pivot data view after grouping has been performed.
952952

953953
#### Parameters
@@ -970,7 +970,7 @@ The value that will be used as the between value when filtering the data.
970970

971971
#### suppressRebind `System.Boolean`
972972

973-
A value indicating whether a will
973+
A value indicating whether a will
974974
be called after the Filter operation.
975975

976976
#### ignoreCase `System.Boolean`
@@ -983,11 +983,11 @@ A value indicating whether filtering will ignore the case of the value's letters
983983

984984
### FilterByValue
985985

986-
Filters by the values of the field. Value filters, for their part, allow filtering operations
987-
to be performed on the aggregate results. Again, the filtering is applied after the grouping
986+
Filters by the values of the field. Value filters, for their part, allow filtering operations
987+
to be performed on the aggregate results. Again, the filtering is applied after the grouping
988988
of the data. Here is another example: Suppose you have grouped your data by Country, aggregated
989989
it by Sum of Cost and need only those Country groups of items which cumulative cost falls within
990-
a certain range. Then you should apply a Between value filter on the Country field with the
990+
a certain range. Then you should apply a Between value filter on the Country field with the
991991
corresponding filter values.
992992

993993
#### Parameters
@@ -1011,7 +1011,7 @@ The value that will be used for the filtering of the data.
10111011

10121012
#### suppressRebind `System.Boolean`
10131013

1014-
A value indicating whether a will
1014+
A value indicating whether a will
10151015
be called after the Filter operation.
10161016

10171017
#### Returns
@@ -1020,8 +1020,8 @@ A value indicating whether a will
10201020

10211021
### FilterByValue
10221022

1023-
Filters by the values of the field. Value filters, for their part, allow filtering operations
1024-
to be performed on the aggregate results. Again, the filtering is applied after the grouping
1023+
Filters by the values of the field. Value filters, for their part, allow filtering operations
1024+
to be performed on the aggregate results. Again, the filtering is applied after the grouping
10251025
of the data.
10261026

10271027
#### Parameters
@@ -1049,7 +1049,7 @@ The value that will be used as the between value when filtering the data.
10491049

10501050
#### suppressRebind `System.Boolean`
10511051

1052-
A value indicating whether a will
1052+
A value indicating whether a will
10531053
be called after the Filter operation.
10541054

10551055
#### ignoreCase `System.Boolean`
@@ -1062,12 +1062,12 @@ A value indicating whether filtering will ignore the case of the value's letters
10621062

10631063
### FilterTop
10641064

1065-
When a Top/Bottom value filter is applied to a given field with the Items mode, it will select the top/bottom groups for
1066-
that field sorted by the chosen aggregate field and the count of which is given by the filter value. For example,
1067-
a Top operator with and Items filter value of 10 on the Sum of Cost aggregate field will return the 10 groups
1068-
(of the field filtered on) which Sum of Cost is greatest. The Percent mode will return the top/bottom groups which
1069-
cumulative aggregate values (just to remind: the aggregate field being set as part of the filter condition) add to
1070-
the specified percent of the grand total for that field. The Sum mode, in a similar fashion, gets the top/bottom
1065+
When a Top/Bottom value filter is applied to a given field with the Items mode, it will select the top/bottom groups for
1066+
that field sorted by the chosen aggregate field and the count of which is given by the filter value. For example,
1067+
a Top operator with and Items filter value of 10 on the Sum of Cost aggregate field will return the 10 groups
1068+
(of the field filtered on) which Sum of Cost is greatest. The Percent mode will return the top/bottom groups which
1069+
cumulative aggregate values (just to remind: the aggregate field being set as part of the filter condition) add to
1070+
the specified percent of the grand total for that field. The Sum mode, in a similar fashion, gets the top/bottom
10711071
groups which cumulative aggregate values add to the sum specified by the filter value.
10721072

10731073
#### Parameters
@@ -1091,7 +1091,7 @@ The value that will be used for the filtering of the data.
10911091

10921092
#### suppressRebind `System.Boolean`
10931093

1094-
A value indicating whether a will
1094+
A value indicating whether a will
10951095
be called after the Filter operation.
10961096

10971097
#### Returns
@@ -1158,7 +1158,7 @@ Loads the client state data
11581158
### LoadControlState
11591159

11601160
Restores control-state information from a previous page request that
1161-
was saved by the
1161+
was saved by the
11621162
method.
11631163

11641164
#### Parameters
@@ -1305,7 +1305,7 @@ The values will be excluded in the results.
13051305

13061306
#### suppressRebind `System.Boolean`
13071307

1308-
A value indicating whether a will
1308+
A value indicating whether a will
13091309
be called after the Filter operation.
13101310

13111311
#### Returns
@@ -1328,7 +1328,7 @@ The values that will be included in the results.
13281328

13291329
#### suppressRebind `System.Boolean`
13301330

1331-
A value indicating whether a will
1331+
A value indicating whether a will
13321332
be called after the Filter operation.
13331333

13341334
#### Returns

0 commit comments

Comments
 (0)