Hello,
I have started to use a RadTrackBar to select a range of date. As the radtrackbar only support Integer type for the value, I convert the control value to date with a reference date which represent value 0 on the control. It's working fine.
I have just a little question about the visual tick.
The total range in the RadTrackBar represent a year and a few month and it isn't really human readable with a visual tick on every day. So I want to put a tick on each value representing the first day of a month (with a label) instead. As the number of day in a month isn't fixed, it isn't possible to use the Frequency property of the control to draw theses ticks.
Is there a way to place tick on specific value (0,31,59,90,121, etc...) ?
Thanks for reading
Marco Guignard
I have started to use a RadTrackBar to select a range of date. As the radtrackbar only support Integer type for the value, I convert the control value to date with a reference date which represent value 0 on the control. It's working fine.
I have just a little question about the visual tick.
The total range in the RadTrackBar represent a year and a few month and it isn't really human readable with a visual tick on every day. So I want to put a tick on each value representing the first day of a month (with a label) instead. As the number of day in a month isn't fixed, it isn't possible to use the Frequency property of the control to draw theses ticks.
Is there a way to place tick on specific value (0,31,59,90,121, etc...) ?
Thanks for reading
Marco Guignard