Question
how can I specific boxes (e.g. one day/week/month/year) of the DateScaler become to be selectable?
Answer
There is currently no such specific events in GTP.NET but you can simply add on the standard OnClick events of the DateScaler, and convert the mouse X position to datetime with PixelToTime function to calculate where (on what month etc) the user clicked.