Skip to content

Commit 9a07a0a

Browse files
committed
docs(combobox): update include new kb in the related articles section
1 parent d958e41 commit 9a07a0a

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

controls/combobox/load-on-demand/loading-items-from-a-web-service.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,7 @@ End Function
214214

215215
# See Also
216216

217-
* [ShowMoreResultsBox/Virtual Scrolling]({%slug combobox/load-on-demand/showmoreresultsbox-virtual-scrolling%})
217+
- [RadComboBox items are not accessible on the server-side with Load On Demand]({%slug combobox-items-not-accessible-on-server-side-with-load-on-demand%})
218+
- [ShowMoreResultsBox/Virtual Scrolling]({%slug combobox/load-on-demand/showmoreresultsbox-virtual-scrolling%})
219+
220+

controls/combobox/load-on-demand/loading-items-from-wcf-service.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,12 @@ RadComboBox declaration:
156156

157157
Result:
158158

159-
160-
161159
![ComboBox Wsf Result](images/combobox_wcf_result.PNG)
162160

163161
# See Also
164162

165-
* [Online Demo - ComboBox / WCF Web Service.](https://demos.telerik.com/aspnet-ajax/combobox/examples/loadondemand/wcf/defaultcs.aspx)
163+
- [RadComboBox items are not accessible on the server-side with Load On Demand]({%slug combobox-items-not-accessible-on-server-side-with-load-on-demand%})
164+
- [Online Demo - ComboBox / WCF Web Service.](https://demos.telerik.com/aspnet-ajax/combobox/examples/loadondemand/wcf/defaultcs.aspx)
165+
- [Blog post with working project.](https://blogs.telerik.com/veselinvasilev/posts/09-04-08/how-to-use-wcf-services-with-asp-net-ajax-databound-controls.aspx)
166166

167-
* [Blog post with working project.](https://blogs.telerik.com/veselinvasilev/posts/09-04-08/how-to-use-wcf-services-with-asp-net-ajax-databound-controls.aspx)
167+

controls/combobox/load-on-demand/overview.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,17 @@ End Sub
8787

8888
````
8989

90+
Additional online examples can be found in the following links:
9091

91-
[Load On Demand](https://demos.telerik.com/aspnet-ajax/combobox/examples/populatingwithdata/autocompletesql/defaultcs.aspx)
92-
93-
[Populate from a WebService](https://demos.telerik.com/aspnet-ajax/combobox/examples/loadondemand/wcf/defaultcs.aspx)
92+
- [Load On Demand - Demo](https://demos.telerik.com/aspnet-ajax/combobox/examples/populatingwithdata/autocompletesql/defaultcs.aspx)
93+
- [Populate from a WebService](https://demos.telerik.com/aspnet-ajax/combobox/examples/loadondemand/wcf/defaultcs.aspx)
9494

9595
# See Also
9696

97-
* [Passing Context Information to the Server ]({%slug combobox/load-on-demand/passing-context-information-to-the-server-%})
98-
99-
* [ShowMoreResultsBox/Virtual Scrolling]({%slug combobox/load-on-demand/showmoreresultsbox-virtual-scrolling%})
100-
101-
* [Caching Items]({%slug combobox/load-on-demand/caching-items%})
97+
- [Passing Context Information to the Server ]({%slug combobox/load-on-demand/passing-context-information-to-the-server-%})
98+
- [ShowMoreResultsBox/Virtual Scrolling]({%slug combobox/load-on-demand/showmoreresultsbox-virtual-scrolling%})
99+
- [Caching Items]({%slug combobox/load-on-demand/caching-items%})
100+
- [Automatic Load On Demand]({%slug combobox/load-on-demand/automatic-load-on-demand%})
101+
- [RadComboBox items are not accessible on the server-side with Load On Demand]({%slug combobox-items-not-accessible-on-server-side-with-load-on-demand%})
102+
102103

103-
* [Automatic Load On Demand]({%slug combobox/load-on-demand/automatic-load-on-demand%})

0 commit comments

Comments
 (0)