Hi
Calendar and Timeline have navigation bar where you can select period by pressing Left and Right buttons.
Each press on databound Timeline force data fetch operation. How can I catch a callback of this operation in order to fill in Lanes based on returned result.
I know you recomends fill in lanes before the first fetch call. However it really doesn't looks like acceptable approach when you have thousands rows as possible lane title candidates.
Thanks in advance
Calendar and Timeline have navigation bar where you can select period by pressing Left and Right buttons.
Each press on databound Timeline force data fetch operation. How can I catch a callback of this operation in order to fill in Lanes based on returned result.
I know you recomends fill in lanes before the first fetch call. However it really doesn't looks like acceptable approach when you have thousands rows as possible lane title candidates.
Thanks in advance
Comment