Employee ID | Name | Title | Hire Date |
---|---|---|---|
6 | Michael | Sales Representative | 6/1/1992 |
7 | Robert | Sales Representative | 7/1/1992 |
8 | Laura | Inside Sales Coordinator | 8/1/1992 |
9 | Anne | Sales Representative | 9/1/1992 |
10 | Fletcher | Sales Representative | 10/1/1992 |
11 | Robin | Vice President, Sales | 11/1/1992 |
12 | Mathew | Sales Representative | 12/1/1992 |
13 | Henry | Sales Representative | 1/1/1993 |
14 | Flemming | Sales Manager | 2/1/1993 |
15 | Clarke | Sales Representative | 3/1/1993 |
16 | Martin | Sales Representative | 4/1/1993 |
17 | Loius | Inside Sales Coordinator | 5/1/1993 |
In this example, you can see how to bind the value of the range navigator to the grid control using the changed
event.
Injecting Module
The range navigator component features are segregated into individual feature-wise modules. To use date-time axis, inject the DateTime
module using the RangeNavigator.Inject(DateTime)
method.