Hi,
If I would to implement a product list with the ProductListViewModel approach and also render a list of Product Groups.
I mean, first I want to render a list of product groups and when a product group is clicked I want to render the products in the groups.
What would be the correct way to do it?
The Model.ProductGroups only contain a productlist.
Regards / Aki