Skip to content

Commit 4052972

Browse files
authored
docs(gantt): Add relevant KB links
1 parent 6e68c8e commit 4052972

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

controls/gantt/data-binding/providers/custom-entityframework-provider.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ position: 0
1010

1111
# Custom EntityFramework Provider
1212

13-
The following article demonstrates how to implement a custom provider for the RadGantt, using EntityFramework.
13+
The following article demonstrates how to implement a custom provider for the RadGantt, using EntityFramework. For a simpler sample using generic collections see the [RadGantt with Simple CustomProvider using collections in Session](https://www.telerik.com/support/kb/aspnet-ajax/gantt/details/radgantt-with-simple-customprovider-using-collections-in-session) KB article.
1414

1515
## Implementing Custom Provider, using EntityFramework.
1616

@@ -138,3 +138,11 @@ End Sub
138138

139139

140140
[Here](http://www.telerik.com/support/code-library/radganttcustomentityprovider-a3e011e74a6b) you can find a code library with a runnable sample project, created based on the above instructions.
141+
142+
143+
# See Also
144+
145+
* [Use CustomFields in Gantt with a simple CustomProvider](https://www.telerik.com/support/kb/aspnet-ajax/gantt/details/use-customfields-in-gantt-with-a-simple-customprovider)
146+
147+
* [RadGantt with Simple CustomProvider using collections in Session](https://www.telerik.com/support/kb/aspnet-ajax/gantt/details/radgantt-with-simple-customprovider-using-collections-in-session)
148+

0 commit comments

Comments
 (0)