Example of undefined in Javascript Tree Grid Control

/
/
Freeze Direction

This sample demonstrates the freeze direction feature of the Tree Grid. Scroll the movable content horizontally to view the frozen columns with the content.

More Details...

Column
Freeze Direction
1
Planning
03/02/201707/02/20175100NormalVice President1
2
Plan timeline
03/02/201707/02/20175100NormalChief Executive Officer2
3
Plan budget
03/02/201707/02/20175100LowChief Executive Officer3
4
Allocate resources
03/02/201707/02/20175100CriticalChief Executive Officer4
5
Planning complete
07/02/201707/02/201700LowChief Executive Officer5
6
Design
10/02/201714/02/2017386HighVice President6
7
Software Specification
10/02/201712/02/2017360NormalSales Representative7
8
Develop prototype
10/02/201712/02/20173100CriticalSales Representative8
9
Get approval from customer
13/02/201714/02/20172100LowSales Representative9
10
Design Documentation
13/02/201714/02/20172100HighSales Representative10
11
Design complete
14/02/201714/02/201700NormalSales Representative11
12
Implementation Phase
17/02/201727/02/20171166NormalVice President12
13
Phase 1
17/02/201727/02/20171150HighSales Representative13
14
Implementation Module 1
17/02/201727/02/20171110NormalSales Representative14
15
Development Task 1
17/02/201719/02/2017350HighSales Representative15
16
Development Task 2
17/02/201719/02/2017350LowSales Representative16
17
Testing
20/02/201721/02/201720NormalSales Representative17
18
Bug fix
24/02/201725/02/201720CriticalSales Representative18
19
Customer review meeting
26/02/201727/02/201720HighSales Representative19
20
Phase 1 complete
27/02/201727/02/2017050LowSales Representative20
21
Phase 2
17/02/201728/02/20171260HighSales Representative21
22
Implementation Module 2
17/02/201728/02/20171290CriticalSales Representative22
23
Development Task 1
17/02/201720/02/2017450NormalSales Representative23
24
Development Task 2
17/02/201720/02/2017450CriticalSales Representative24
25
Testing
21/02/201724/02/201720HighSales Representative25
26
Bug fix
25/02/201726/02/201720LowSales Representative26
27
Customer review meeting
27/02/201728/02/201720CriticalSales Representative27
28
Phase 2 complete
28/02/201728/02/2017050NormalSales Representative28
29
Phase 3
17/02/201727/02/20171130NormalSales Representative29
30
Implementation Module 3
17/02/201727/02/20171160HighSales Representative30
31
Development Task 1
17/02/201719/02/2017350LowSales Representative31
32
Development Task 2
17/02/201719/02/2017350NormalSales Representative32
33
Testing
20/02/201721/02/201720CriticalSales Representative33
34
Bug fix
24/02/201725/02/201720HighSales Representative34
35
Customer review meeting
26/02/201727/02/201720NormalSales Representative35
36
Phase 3 complete
27/02/201727/02/2017050CriticalSales Representative36
Description

The freezing feature enables the user to freeze certain rows/columns at both sides to scroll remaining movable content. This can be achieved by setting Freeze property in column settings. In this demo sample, the Task ID columns freezed at left side and Approved column freezed at right side using Column->Freezeproperty. Tree Grid features are segregated into individual feature-wise modules. To use frozen rows and columns feature, we need to inject Freeze module using the TreeGrid.Inject(Freeze) method.