Hello XiMnet,
from what I see, you are calling kendo.bind each time the detail view is displayed (in the show event). This is not supported and most likely causes the error you are facing. Instead, you should assign the detail record to the existing view model object - this will rebind the view.
A very similar approach is implemented in the
sushi application - check the detail view show handler.
Regards,
Petyo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!