Hi,
I want to use MVVM and bind the page widgets to an object. This object has child objects. Something like a Customer Order object which has a property of Customer Order Lines which is an IEnumerator of Customer Line Objects. So the widgets on the page are bound to the Customer Order object and the grid widget is bound to the Customer Order Lines property of the Customer Order Object. I am having trouble creating the Kendo.Model to represent this. Is this possible and if so could you please help or point me in the direction of an example.
I was hoping to create a page based on the above where a user could create a Customer Order and Customer Order Lines or edit an existing one.
Please help.
Thanks
I want to use MVVM and bind the page widgets to an object. This object has child objects. Something like a Customer Order object which has a property of Customer Order Lines which is an IEnumerator of Customer Line Objects. So the widgets on the page are bound to the Customer Order object and the grid widget is bound to the Customer Order Lines property of the Customer Order Object. I am having trouble creating the Kendo.Model to represent this. Is this possible and if so could you please help or point me in the direction of an example.
I was hoping to create a page based on the above where a user could create a Customer Order and Customer Order Lines or edit an existing one.
Please help.
Thanks