I am developing a single-page application which is heavy with related database objects. This means I need navigation for different instances of different data objects.
So ideally I would like to have routes like this
/contact/23412 -> Visit view for contact/23412
What is "the way" for doing that with the kendoui router? My first thought is to override the navigate events... Which will get complicated when I have many of these custom routes...