Skip to content

Commit 826b015

Browse files
author
hadjieva
committed
updated Server Api for R2 2016
1 parent 9fad1a7 commit 826b015

File tree

148 files changed

+968
-7
lines changed

Some content is hidden

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

148 files changed

+968
-7
lines changed

api/server/Telerik.Web.UI.ButtonBase/CheckableButton.md

+8
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ Gets or sets the value, indicating whether to render links to the embedded skins
9898
#### Remarks
9999
If EnableEmbeddedSkins is set to false you will have to register the needed CSS files by hand.
100100

101+
### EnableRippleEffect `Boolean`
102+
103+
Returns true if ripple effect should be added
104+
101105
### Height `Unit`
102106

103107
Gets or sets the height of the Button control.
@@ -194,6 +198,10 @@ Gets or sets the skin name for the control user interface.
194198
If this property is not set, the control will render using the skin named "Default".
195199
If EnableEmbeddedSkins is set to false, the control will not render skin.
196200

201+
### SupportsRenderingMode `Boolean`
202+
203+
Gets or RenderingMode support
204+
197205
### TabIndex `Int16`
198206

199207
Gets or sets the TabIndex of the Button control.

api/server/Telerik.Web.UI.ButtonBase/PostBackButtonBase.md

+8
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ Gets or sets the value, indicating whether to render links to the embedded skins
9393
#### Remarks
9494
If EnableEmbeddedSkins is set to false you will have to register the needed CSS files by hand.
9595

96+
### EnableRippleEffect `Boolean`
97+
98+
Returns true if ripple effect should be added
99+
96100
### Height `Unit`
97101

98102
Gets or sets the height of the Button control.
@@ -181,6 +185,10 @@ Gets or sets the skin name for the control user interface.
181185
If this property is not set, the control will render using the skin named "Default".
182186
If EnableEmbeddedSkins is set to false, the control will not render skin.
183187

188+
### SupportsRenderingMode `Boolean`
189+
190+
Gets or RenderingMode support
191+
184192
### TabIndex `Int16`
185193

186194
Gets or sets the TabIndex of the Button control.

api/server/Telerik.Web.UI.ButtonBase/RadButtonBase.md

+8
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ Gets or sets the value, indicating whether to render links to the embedded skins
7676
#### Remarks
7777
If EnableEmbeddedSkins is set to false you will have to register the needed CSS files by hand.
7878

79+
### EnableRippleEffect `Boolean`
80+
81+
Returns true if ripple effect should be added
82+
7983
### Height `Unit`
8084

8185
Gets or sets the height of the Button control.
@@ -152,6 +156,10 @@ Gets or sets the skin name for the control user interface.
152156
If this property is not set, the control will render using the skin named "Default".
153157
If EnableEmbeddedSkins is set to false, the control will not render skin.
154158

159+
### SupportsRenderingMode `Boolean`
160+
161+
Gets or RenderingMode support
162+
155163
### TabIndex `Int16`
156164

157165
Gets or sets the TabIndex of the Button control.

api/server/Telerik.Web.UI.Calendar.Persistence/PropertiesControl.md

+4
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ Gets or sets the value, indicating whether to render links to the embedded skins
5656
#### Remarks
5757
If EnableEmbeddedSkins is set to false you will have to register the needed CSS files by hand.
5858

59+
### EnableRippleEffect `Boolean`
60+
61+
Returns true if ripple effect should be added
62+
5963
### IsSkinSet `String`
6064

6165
For internal use.

api/server/Telerik.Web.UI.Dialogs/DialogControlInitializer.md

+4
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ Gets or sets the value, indicating whether to render links to the embedded skins
5656
#### Remarks
5757
If EnableEmbeddedSkins is set to false you will have to register the needed CSS files by hand.
5858

59+
### EnableRippleEffect `Boolean`
60+
61+
Returns true if ripple effect should be added
62+
5963
### IsSkinSet `String`
6064

6165
For internal use.

api/server/Telerik.Web.UI.Dialogs/UserControlResources.md

+4
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ Gets or sets the value, indicating whether to render links to the embedded skins
5656
#### Remarks
5757
If EnableEmbeddedSkins is set to false you will have to register the needed CSS files by hand.
5858

59+
### EnableRippleEffect `Boolean`
60+
61+
Returns true if ripple effect should be added
62+
5963
### IsSkinSet `String`
6064

6165
For internal use.

api/server/Telerik.Web.UI.Editor.DialogControls/About.md

+4
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ Gets or sets the value, indicating whether to render links to the embedded skins
6161
#### Remarks
6262
If EnableEmbeddedSkins is set to false you will have to register the needed CSS files by hand.
6363

64+
### EnableRippleEffect `Boolean`
65+
66+
Returns true if ripple effect should be added
67+
6468
### ExternalDialogsPath `String`
6569

6670
Gets or sets a value indicating where the editor will look for its dialogs.

api/server/Telerik.Web.UI.Editor/FindReplaceMobile.md

+4
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ Gets or sets the value, indicating whether to render links to the embedded skins
5656
#### Remarks
5757
If EnableEmbeddedSkins is set to false you will have to register the needed CSS files by hand.
5858

59+
### EnableRippleEffect `Boolean`
60+
61+
Returns true if ripple effect should be added
62+
5963
### IsSkinSet `String`
6064

6165
For internal use.

api/server/Telerik.Web.UI.SocialShare/RadSocialShareEmailSettings.md

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ The class that is used to set the e-mail settings for the SendEmail button.
1111
## Inheritance Hierarchy
1212

1313
* System.Object
14-
* Telerik.Web.StateManager : IMarkableStateManager, IStateManager
1514
* Telerik.Web.UI.SocialShare.RadSocialShareEmailSettings
1615

1716
## Properties

api/server/Telerik.Web.UI.Spell/SpellDialog.md

+4
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ Gets or sets the value, indicating whether to render links to the embedded skins
5757
#### Remarks
5858
If EnableEmbeddedSkins is set to false you will have to register the needed CSS files by hand.
5959

60+
### EnableRippleEffect `Boolean`
61+
62+
Returns true if ripple effect should be added
63+
6064
### IsSkinSet `String`
6165

6266
For internal use.

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

+4
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ Gets or sets the value, indicating whether to render links to the embedded skins
114114
#### Remarks
115115
If EnableEmbeddedSkins is set to false you will have to register the needed CSS files by hand.
116116

117+
### EnableRippleEffect `Boolean`
118+
119+
Returns true if ripple effect should be added
120+
117121
### EnableTelerikManagers `Boolean`
118122

119123
When set to True, tells the dialog opener to use RadScriptManager and RadStyleSheetManager when loading an .ascx dialog file.

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

+6
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,12 @@ A practicle example of using this property is to deterimine the number of
177177

178178
String that formats the HeaderText when the column is displayed in an edit form
179179

180+
### EnableHeaderContextMenu `Boolean`
181+
182+
Determines if the header context menu will be displayed for the current column.
183+
This property works together with the EnableHeaderContextMenu property of the corresponding GridTableView.
184+
Default value is true.
185+
180186
### Exportable `Boolean`
181187

182188
Determines whether the given column will be shown in the exported file

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

+6
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,12 @@ String that formats the HeaderText when the column is displayed in an edit form
152152
Sets or gets default text when column is empty. Default value is
153153
" "
154154

155+
### EnableHeaderContextMenu `Boolean`
156+
157+
Determines if the header context menu will be displayed for the current column.
158+
This property works together with the EnableHeaderContextMenu property of the corresponding GridTableView.
159+
Default value is true.
160+
155161
### Exportable `Boolean`
156162

157163
Determines whether the given column will be shown in the exported file

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

+4
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ Gets or sets the value, indicating whether to render links to the embedded skins
116116
#### Remarks
117117
If EnableEmbeddedSkins is set to false you will have to register the needed CSS files by hand.
118118

119+
### EnableRippleEffect `Boolean`
120+
121+
Returns true if ripple effect should be added
122+
119123
### EnableTheming `Boolean`
120124

121125
Gets or sets a value indicating whether themes apply to this control.

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

+6
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,12 @@ A practicle example of using this property is to deterimine the number of
152152

153153
String that formats the HeaderText when the column is displayed in an edit form
154154

155+
### EnableHeaderContextMenu `Boolean`
156+
157+
Determines if the header context menu will be displayed for the current column.
158+
This property works together with the EnableHeaderContextMenu property of the corresponding GridTableView.
159+
Default value is true.
160+
155161
### Exportable `Boolean`
156162

157163
Determines whether the given column will be shown in the exported file

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

+6
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,12 @@ String that formats the HeaderText when the column is displayed in an edit form
176176
Sets or gets default text when column is empty. Default value is
177177
" "
178178

179+
### EnableHeaderContextMenu `Boolean`
180+
181+
Determines if the header context menu will be displayed for the current column.
182+
This property works together with the EnableHeaderContextMenu property of the corresponding GridTableView.
183+
Default value is true.
184+
179185
### Exportable `Boolean`
180186

181187
Determines whether the given column will be shown in the exported file

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

+6
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,12 @@ A practicle example of using this property is to deterimine the number of
206206

207207
String that formats the HeaderText when the column is displayed in an edit form
208208

209+
### EnableHeaderContextMenu `Boolean`
210+
211+
Determines if the header context menu will be displayed for the current column.
212+
This property works together with the EnableHeaderContextMenu property of the corresponding GridTableView.
213+
Default value is true.
214+
209215
### Exportable `Boolean`
210216

211217
Determines whether the given column will be shown in the exported file

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

+6
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,12 @@ A practicle example of using this property is to deterimine the number of
130130

131131
String that formats the HeaderText when the column is displayed in an edit form
132132

133+
### EnableHeaderContextMenu `Boolean`
134+
135+
Determines if the header context menu will be displayed for the current column.
136+
This property works together with the EnableHeaderContextMenu property of the corresponding GridTableView.
137+
Default value is true.
138+
133139
### Exportable `Boolean`
134140

135141
Determines whether the given column will be shown in the exported file

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

+6
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@ A practicle example of using this property is to deterimine the number of
122122

123123
String that formats the HeaderText when the column is displayed in an edit form
124124

125+
### EnableHeaderContextMenu `Boolean`
126+
127+
Determines if the header context menu will be displayed for the current column.
128+
This property works together with the EnableHeaderContextMenu property of the corresponding GridTableView.
129+
Default value is true.
130+
125131
### Exportable `Boolean`
126132

127133
Determines whether the given column will be shown in the exported file

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

+6
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,12 @@ A practicle example of using this property is to deterimine the number of
199199

200200
String that formats the HeaderText when the column is displayed in an edit form
201201

202+
### EnableHeaderContextMenu `Boolean`
203+
204+
Determines if the header context menu will be displayed for the current column.
205+
This property works together with the EnableHeaderContextMenu property of the corresponding GridTableView.
206+
Default value is true.
207+
202208
### Exportable `Boolean`
203209

204210
Determines whether the given column will be shown in the exported file

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

+6
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,12 @@ A practicle example of using this property is to deterimine the number of
198198

199199
String that formats the HeaderText when the column is displayed in an edit form
200200

201+
### EnableHeaderContextMenu `Boolean`
202+
203+
Determines if the header context menu will be displayed for the current column.
204+
This property works together with the EnableHeaderContextMenu property of the corresponding GridTableView.
205+
Default value is true.
206+
201207
### Exportable `Boolean`
202208

203209
Determines whether the given column will be shown in the exported file

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

+4
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ Gets a reference to class providing properties
103103

104104
Determines whether the alternating items will render with a different CSS class.
105105

106+
### EnableClientPrint `Boolean`
107+
108+
Gets or sets a value which determines whether the client print grid functionality will be enabled.
109+
106110
### EnablePostBackOnRowClick `Boolean`
107111

108112
Gets or sets the value dermeming if a row click will trigger a postback.

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

+6
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ A practicle example of using this property is to deterimine the number of
9898

9999
String that formats the HeaderText when the column is displayed in an edit form
100100

101+
### EnableHeaderContextMenu `Boolean`
102+
103+
Determines if the header context menu will be displayed for the current column.
104+
This property works together with the EnableHeaderContextMenu property of the corresponding GridTableView.
105+
Default value is true.
106+
101107
### Exportable `Boolean`
102108

103109
Determines whether the given column will be shown in the exported file

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

+8
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ Gets or sets the Export To Word image URL.
6060

6161
Gets or sets text which will be used for the ExportToWord Button. The default value is 'Export To Word'.
6262

63+
### PrintGridText `String`
64+
65+
Gets or sets the Print Grid button text. Default value Print RadGrid.
66+
6367
### RefreshImageUrl `String`
6468

6569
Gets or sets the Refresh image URL.
@@ -96,6 +100,10 @@ Gets or sets a value indicating whether the default command item should expose E
96100

97101
Gets or sets a value indicating whether the default command item should expose Export to Word button.
98102

103+
### ShowPrintButton `Boolean`
104+
105+
Gets or sets a value indicating whether the default command item should expose a print button.
106+
99107
### ShowRefreshButton `Boolean`
100108

101109
Gets or sets a value indicating whether the default command item should expose the Refresh button.

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

+16
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ GridContextMenu
2424

2525
## Properties
2626

27+
### AriaSettings `WaiAriaSettings`
28+
29+
Gets the object that controls the Wai-Aria settings applied on the control's input element.
30+
2731
### AutoScrollMinimumHeight `Int32`
2832

2933
The minimum available height that is needed to enable the auto-scroll.
@@ -154,6 +158,10 @@ Gets or sets the value, indicating whether to render the skin CSS files during A
154158
#### Remarks
155159
If EnableAjaxSkinRendering is set to false you will have to register the needed control base CSS file by hand when adding/showing the control with Ajax.
156160

161+
### EnableAriaSupport `Boolean`
162+
163+
When set to true enables support for WAI-ARIA.
164+
157165
### EnableAutoScroll `Boolean`
158166

159167
Gets or sets a value indicating if an automatic scroll is applied if the groups are larger then the screen height.
@@ -198,6 +206,10 @@ Gets or sets a value indicating if an overlay should be rendered (only in Intern
198206
#### Remarks
199207
The overlay is an iframe element that is used to hide select and other elements from overlapping the menu.
200208

209+
### EnableRippleEffect `Boolean`
210+
211+
Returns true if ripple effect should be added
212+
201213
### EnableRootItemScroll `Boolean`
202214

203215
Gets or sets a value indicating if scroll is enabled for the root items.
@@ -293,6 +305,10 @@ Use the Items property to access the root items of the RadMenu control. You can
293305
Gets or sets the template for displaying the items in
294306
RadMenu.
295307

308+
### KeyboardNavigationSettings `KeyboardNavigationSettings`
309+
310+
Used to customize the keyboard navigation functionality.
311+
296312
### LoadingStatusTemplate `ITemplate`
297313

298314
Gets or sets the template displayed when child items are being loaded.

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

+6
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,12 @@ String that formats the HeaderText when the column is displayed in an edit form
182182
Sets or gets default text when column is empty. Default value is
183183
" "
184184

185+
### EnableHeaderContextMenu `Boolean`
186+
187+
Determines if the header context menu will be displayed for the current column.
188+
This property works together with the EnableHeaderContextMenu property of the corresponding GridTableView.
189+
Default value is true.
190+
185191
### EnableRangeFiltering `Boolean`
186192

187193
Gets or sets if range filtering is enabled for the column

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

+6
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ A practicle example of using this property is to deterimine the number of
9292

9393
String that formats the HeaderText when the column is displayed in an edit form
9494

95+
### EnableHeaderContextMenu `Boolean`
96+
97+
Determines if the header context menu will be displayed for the current column.
98+
This property works together with the EnableHeaderContextMenu property of the corresponding GridTableView.
99+
Default value is true.
100+
95101
### Exportable `Boolean`
96102

97103
Determines whether the given column will be shown in the exported file

0 commit comments

Comments
 (0)