Skip to content

Commit c96e528

Browse files
committed
docs(api): Add server API changes for R2 2022
1 parent e529eed commit c96e528

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+710
-5
lines changed

api/server/Telerik.Web.UI.HtmlChart.PlotArea.Series/PieSeriesBase.md

+16
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ The data field with the values of the series along the X axis
5757

5858
The data field with the values of the series along the Y axis
5959

60+
### DataNoteTextField `String`
61+
62+
DataNoteTextField property is not supported for Radar, Polar, Pie, Funnel and BoxPlot series types.
63+
64+
### DataNoteTextField `String`
65+
66+
The data field with the notes of the series
67+
6068
### DataVisibleInLegendField `String`
6169

6270
Specifies the visibility of the series items in the legend for a data-bound scenario.
@@ -84,6 +92,14 @@ Get/Set the name of the series
8492

8593
The data field holding names of the sectors
8694

95+
### NotesAppearance `NotesAppearance`
96+
97+
Series Notes are not supported for Radar, Polar, Pie, Funnel and BoxPlot series types.
98+
99+
### NotesAppearance `SeriesAppearance`
100+
101+
Defines the appearance settings of the notes
102+
87103
### Opacity `Decimal`
88104

89105
The series opacity. By default the series are opaque with default value 1.

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

+36
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,42 @@ Determines the height of the update panel.
139139

140140
`System.Void`
141141

142+
### AddAjaxSetting
143+
144+
This method adds a new AjaxSetting to the collection by building one from its
145+
parameters.
146+
147+
#### Parameters
148+
149+
#### ajaxifiedControl `System.Web.UI.Control`
150+
151+
The web control to be ajaxified (the initiator of the AJAX request).
152+
153+
#### updatedControl `System.Web.UI.Control`
154+
155+
The web control that has to be updated.
156+
157+
#### loadingPanel `Telerik.Web.UI.RadAjaxLoadingPanel`
158+
159+
The loading panel.
160+
161+
#### renderMode `System.Web.UI.UpdatePanelRenderMode`
162+
163+
The render mode which determines if the rendered content will be
164+
inside of <div> or <span> HTML element.
165+
166+
#### updatePanelHeight `System.Web.UI.WebControls.Unit`
167+
168+
Determines the height of the update panel.
169+
170+
#### updatePanelCssClass `System.String`
171+
172+
Determines the CssClass of the update panel.
173+
174+
#### Returns
175+
176+
`System.Void`
177+
142178
### Contains
143179

144180
Checks wether the item is present in the collection.

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

+8
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ The data field with the values of the series along the X axis
5555

5656
The data field with the values of the series along the Y axis
5757

58+
### DataNoteTextField `String`
59+
60+
The data field with the notes of the series
61+
5862
### HighlightAppearance `SeriesAppearance`
5963

6064
Defines the highlight appearance settings of the series
@@ -90,6 +94,10 @@ Get/Set missing values behavior
9094

9195
Get/Set the name of the series
9296

97+
### NotesAppearance `SeriesAppearance`
98+
99+
Defines the appearance settings of the notes
100+
93101
### Opacity `Decimal`
94102

95103
The series opacity. By default the series are opaque with default value 1.

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

+8
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ The data field with the values of the series along the X axis
5757

5858
The data field with the values of the series along the Y axis
5959

60+
### DataNoteTextField `String`
61+
62+
The data field with the notes of the series
63+
6064
### Gap `Nullable`1`
6165

6266
Gets or Sets the distance between the category clusters.
@@ -84,6 +88,10 @@ Defines the appearance settings of the series labels
8488

8589
Get/Set the name of the series
8690

91+
### NotesAppearance `SeriesAppearance`
92+
93+
Defines the appearance settings of the notes
94+
8795
### Opacity `Decimal`
8896

8997
The series opacity. By default the series are opaque with default value 1.

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

+16
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ The field which specifies the mean value of the box plot item when the chart is
6969

7070
The field which specifies the median value of the box plot item when the chart is databound.
7171

72+
### DataNoteTextField `String`
73+
74+
DataNoteTextField property is not supported for Radar, Polar, Pie, Funnel and BoxPlot series types.
75+
76+
### DataNoteTextField `String`
77+
78+
The data field with the notes of the series
79+
7280
### DataOutliersField `String`
7381

7482
The field which specifies the outliers value of the box plot item when the chart is databound.
@@ -104,6 +112,14 @@ The Items collection is Obsolete. Use the SeriesItems collection to programmatic
104112

105113
Get/Set the name of the series
106114

115+
### NotesAppearance `NotesAppearance`
116+
117+
Series Notes are not supported for Radar, Polar, Pie, Funnel and BoxPlot series types.
118+
119+
### NotesAppearance `SeriesAppearance`
120+
121+
Defines the appearance settings of the notes
122+
107123
### Opacity `Decimal`
108124

109125
The series opacity. By default the series are opaque with default value 1.

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

+8
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ The data field with the values of the series along the X axis
5757

5858
The data field with the values of the series along the Y axis
5959

60+
### DataNoteTextField `String`
61+
62+
The data field with the notes of the series
63+
6064
### DataTargetField `BulletTargetAppearance`
6165

6266
For a data-binding scenario define the field for the target value.
@@ -76,6 +80,10 @@ The Items collection is Obsolete. Use the SeriesItems collection to programmatic
7680

7781
Get/Set the name of the series
7882

83+
### NotesAppearance `SeriesAppearance`
84+
85+
Defines the appearance settings of the notes
86+
7987
### Opacity `Decimal`
8088

8189
The series opacity. By default the series are opaque with default value 1.

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

+8
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ he field which is used for the high value when the series is data bound.
7777

7878
The field which is used for the low value when the series is data bound.
7979

80+
### DataNoteTextField `String`
81+
82+
The data field with the notes of the series
83+
8084
### DataOpenField `String`
8185

8286
The field which is used for the open value when the series is data bound.
@@ -100,6 +104,10 @@ The Items collection is Obsolete. Use the SeriesItems collection to programmatic
100104

101105
Get/Set the name of the series
102106

107+
### NotesAppearance `SeriesAppearance`
108+
109+
Defines the appearance settings of the notes
110+
103111
### Opacity `Decimal`
104112

105113
The series opacity. By default the series are opaque with default value 1.

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

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

77
# Telerik.Web.UI.ClientExportManagerImageSettings
88

9-
Represents the Image settings needed to export SVG files with RadClientExportManager
9+
Represents the Image settings needed to export Image files with RadClientExportManager
1010

1111
## Inheritance Hierarchy
1212

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

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

77
# Telerik.Web.UI.ClientExportManagerPdfSettings
88

9-
Represents the PDF settings needed to export SVG files with RadClientExportManager
9+
Represents the PDF settings needed to export PDF files with RadClientExportManager
1010

1111
## Inheritance Hierarchy
1212

@@ -19,6 +19,10 @@ Represents the PDF settings needed to export SVG files with RadClientExportManag
1919

2020
Gets or sets the author of the document
2121

22+
### AvoidLinks `Boolean`
23+
24+
Gets or sets whether the hyperlinks are clickable in the generated PDF document.
25+
2226
### Creator `String`
2327

2428
Gets or sets the creator of the document
@@ -74,6 +78,10 @@ Gets or sets the paper size of the PDF document. The default "auto" means paper
7478

7579
Gets or sets the proxy URL use to export files under Internet Explorer 9
7680

81+
### Scale `Single`
82+
83+
Gets or sets the scale of the exported PDF document
84+
7785
### Subject `String`
7886

7987
Gets or sets the subject of the document

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

+16
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ The data field with the values of the series along the X axis
5858

5959
The data field with the values of the series along the Y axis
6060

61+
### DataNoteTextField `String`
62+
63+
DataNoteTextField property is not supported for Radar, Polar, Pie, Funnel and BoxPlot series types.
64+
65+
### DataNoteTextField `String`
66+
67+
The data field with the notes of the series
68+
6169
### DataVisibleInLegendField `String`
6270

6371
Specifies the visibility of the series items in the legend for a data-bound scenario.
@@ -93,6 +101,14 @@ Get/Set the name of the series
93101

94102
The data field holding names of the sectors
95103

104+
### NotesAppearance `NotesAppearance`
105+
106+
Series Notes are not supported for Radar, Polar, Pie, Funnel and BoxPlot series types.
107+
108+
### NotesAppearance `SeriesAppearance`
109+
110+
Defines the appearance settings of the notes
111+
96112
### Opacity `Decimal`
97113

98114
The series opacity. By default the series are opaque with default value 1.

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

+16
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ The data field with the values of the series along the Y axis
5757

5858
Specifies the name of the series items in a databound scenario. This name will appear in the legend.
5959

60+
### DataNoteTextField `String`
61+
62+
DataNoteTextField property is not supported for Radar, Polar, Pie, Funnel and BoxPlot series types.
63+
64+
### DataNoteTextField `String`
65+
66+
The data field with the notes of the series
67+
6068
### DataVisibleInLegendField `String`
6169

6270
Specifies the visibility of the series items in the legend for a data-bound scenario.
@@ -92,6 +100,14 @@ Get/Set the name of the series
92100

93101
Get/Set the neck ratio of the funnel's segments
94102

103+
### NotesAppearance `NotesAppearance`
104+
105+
Series Notes are not supported for Radar, Polar, Pie, Funnel and BoxPlot series types.
106+
107+
### NotesAppearance `SeriesAppearance`
108+
109+
Defines the appearance settings of the notes
110+
95111
### Opacity `Decimal`
96112

97113
The series opacity. By default the series are opaque with default value 1.

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

+5
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,11 @@ Indicates whether all column cells have been selected
409409

410410
Gets or sets if the filter icon in the will be visible.
411411

412+
### ShowNoSortIcon `Boolean`
413+
414+
Get or Sets a value indicating whether a no sort icon should appear next to the
415+
header button, when a column is not sorted but can be sorted.
416+
412417
### ShowSortIcon `Boolean`
413418

414419
Get or Sets a value indicating whether a sort icon should appear next to the

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

+5
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,11 @@ Gets a value indicating whether the user can select multiple entries.
372372

373373
Gets or sets if the filter icon in the will be visible.
374374

375+
### ShowNoSortIcon `Boolean`
376+
377+
Get or Sets a value indicating whether a no sort icon should appear next to the
378+
header button, when a column is not sorted but can be sorted.
379+
375380
### ShowSortIcon `Boolean`
376381

377382
Get or Sets a value indicating whether a sort icon should appear next to the

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

+5
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,11 @@ Indicates whether all column cells have been selected
389389

390390
Gets or sets if the filter icon in the will be visible.
391391

392+
### ShowNoSortIcon `Boolean`
393+
394+
Get or Sets a value indicating whether a no sort icon should appear next to the
395+
header button, when a column is not sorted but can be sorted.
396+
392397
### ShowSortIcon `Boolean`
393398

394399
Get or Sets a value indicating whether a sort icon should appear next to the

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

+5
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,11 @@ Indicates whether all column cells have been selected
398398

399399
Gets or sets if the filter icon in the will be visible.
400400

401+
### ShowNoSortIcon `Boolean`
402+
403+
Get or Sets a value indicating whether a no sort icon should appear next to the
404+
header button, when a column is not sorted but can be sorted.
405+
401406
### ShowSortIcon `Boolean`
402407

403408
Get or Sets a value indicating whether a sort icon should appear next to the

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

+5
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,11 @@ If the corresponding is in edit mode
412412
render an Enabled=true button control, when the corresponding item is edit
413413
mode.
414414

415+
### ShowNoSortIcon `Boolean`
416+
417+
Get or Sets a value indicating whether a no sort icon should appear next to the
418+
header button, when a column is not sorted but can be sorted.
419+
415420
### ShowSortIcon `Boolean`
416421

417422
Get or Sets a value indicating whether a sort icon should appear next to the

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

+5
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,11 @@ Indicates whether all column cells have been selected
323323

324324
Gets or sets if the filter icon in the will be visible.
325325

326+
### ShowNoSortIcon `Boolean`
327+
328+
Get or Sets a value indicating whether a no sort icon should appear next to the
329+
header button, when a column is not sorted but can be sorted.
330+
326331
### ShowSortIcon `Boolean`
327332

328333
Get or Sets a value indicating whether a sort icon should appear next to the

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

+5
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,11 @@ Indicates whether all column cells have been selected
330330

331331
Gets or sets if the filter icon in the will be visible.
332332

333+
### ShowNoSortIcon `Boolean`
334+
335+
Get or Sets a value indicating whether a no sort icon should appear next to the
336+
header button, when a column is not sorted but can be sorted.
337+
333338
### ShowSortIcon `Boolean`
334339

335340
Get or Sets a value indicating whether a sort icon should appear next to the

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

+5
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,11 @@ If the corresponding is in edit mode
415415
render an Enabled=true button control, when the corresponding item is edit
416416
mode.
417417

418+
### ShowNoSortIcon `Boolean`
419+
420+
Get or Sets a value indicating whether a no sort icon should appear next to the
421+
header button, when a column is not sorted but can be sorted.
422+
418423
### ShowSortIcon `Boolean`
419424

420425
Get or Sets a value indicating whether a sort icon should appear next to the

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

+5
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,11 @@ If the corresponding is in edit mode
408408
render an Enabled=true button control, when the corresponding item is edit
409409
mode.
410410

411+
### ShowNoSortIcon `Boolean`
412+
413+
Get or Sets a value indicating whether a no sort icon should appear next to the
414+
header button, when a column is not sorted but can be sorted.
415+
411416
### ShowSortIcon `Boolean`
412417

413418
Get or Sets a value indicating whether a sort icon should appear next to the

0 commit comments

Comments
 (0)