Skip to content

Commit 0650030

Browse files
authored
docs(gantt): add relevant KB articles 2
1 parent 4052972 commit 0650030

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

controls/gantt/functionality/custom-tasks-fields.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ position: 5
1111
# Custom Tasks Fields
1212

1313

14-
With the 2014 Q2 SP1 version you can now use **Custom Task** objects to populate the **Gantt**,providing you with the ability to add user defined Properties to be shown in the control. In order to use a custom Task class you have to create a custom Provider, like the one shown in the [Custom EntityFramework Provider help article]({%slug gantt/data-binding/providers/custom-entityframework-provider%}). Sample Code Library can be downloaded from [here](http://www.telerik.com/support/code-library/gantt-custom-columns).
14+
With the 2014 Q2 SP1 version you can now use **Custom Task** objects to populate the **Gantt**, providing you with the ability to add user defined Properties to be shown in the control.
15+
16+
In order to use a custom Task class you have to create a custom Provider, like the one shown in the [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) KB article or the [Custom EntityFramework Provider help article]({%slug gantt/data-binding/providers/custom-entityframework-provider%}) article. Sample Code Library can be downloaded from [here](http://www.telerik.com/support/code-library/gantt-custom-columns).
1517

1618
![gantt-custom-tasks-field](images/gantt-custom-tasks-field.png)
1719

@@ -297,6 +299,10 @@ task.set_decription("my new description");
297299

298300
# See Also
299301

302+
* [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)
303+
304+
* [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)
305+
300306
* [Layout]({%slug gantt/structure/layout%})
301307

302308
* [Tasks]({%slug gantt/server-side-programming/objects/tasks%})

0 commit comments

Comments
 (0)