Skip to content

Commit 12baf09

Browse files
committed
Client API articles build errors fixes
1 parent e84cfed commit 12baf09

6 files changed

+32
-17
lines changed

api/client/Telerik.Web.UI.RadComboBoxItemCollection.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ The index of the Item that should be returned.
7575

7676
#### Returns
7777

78-
item `Telerik.Web.UI.RadComboBoxItem`
78+
`Telerik.Web.UI.RadComboBoxItem` RadComboBoxItem
79+
7980
### insert
8081

8182
Inserts an item into the Items collection at the position specified by the first (index) parameter.

api/client/Telerik.Web.UI.RadListBoxItemCollection.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ The index of the Item that should be returned.
103103

104104
#### Returns
105105

106-
item `Telerik.Web.UI.RadListBoxItem`
106+
`Telerik.Web.UI.RadListBoxItem` ListBoxItem
107+
107108
### removeAt
108109

109110
Removes the item at the specified index.

api/client/Telerik.Web.UI.RadSpreadsheet.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,6 @@ Gets the default column width in pixels. Default value is 64
7979

8080
`Number`
8181

82-
### get_columnWidth
83-
84-
Sets the default column width in pixels. Default value is 64
85-
86-
#### Parameters
87-
88-
##### width `Number` column width in pixels.
89-
90-
#### Returns
91-
92-
`None`
93-
9482
### get_kendoWidget
9583

9684
Returns Kendo UI SpreadSheet Widget.

api/client/Telerik.Web.UI.SpreadsheetSheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ The zero-based index of the row
4444

4545
### get_columnWidth
4646

47-
Gets or sets the width of the column at the given index.
47+
Gets the width of the column at the given index.
4848

4949
#### Parameters
5050

5151
#### Returns
5252

53-
`None`
53+
`Number`
5454

5555
### get_frozenColumns
5656

api/client/args/Telerik.Web.UI.RadTreeNodeDroppingEventArgs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Client-side API Reference
55
slug: Telerik.Web.UI.RadTreeNodeDroppingEventArgs
66
---
77

8-
# Telerik.Web.UI.RadTreeNodeDroppingEventArgs : Telerik.Web.UI.RadTreeNodeCancelEventArgs
8+
# Telerik.Web.UI.RadTreeNodeDroppingEventArgs : Sys.CancelEventArgs
99

1010
## Inheritance Hierarchy
1111

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Telerik.Web.UI.GanttDependencyType
3+
page_title: Client-side API Reference
4+
description: Telerik.Web.UI.GanttDependencyType
5+
slug: Telerik.Web.UI.GanttDependencyType
6+
---
7+
8+
# enum Telerik.Web.UI.GanttDependencyType
9+
10+
## Inheritance Hierarchy
11+
12+
* *[Telerik.Web.UI.GanttDependencyType]({%slug Telerik.Web.UI.GanttDependencyType%})*
13+
14+
## Fields
15+
16+
### FinishFinish `0`
17+
18+
### FinishStart `1`
19+
20+
### StartFinish `2`
21+
22+
### StartStart `3`
23+
24+
25+

0 commit comments

Comments
 (0)