Hi folks,
I’m using the new Telerik ASP.NET MVC Q2'10 Beta with Visual Studio 2010 and ASP.NET MVC 2.
Let’s assume that I have a Customer-Products database. So every Customer may have zero or more Products. I want to show these informations in two seperate tabstrips on the same page. The first tab will contain the details/fields of a selected Customer (so no Grid there, just a couple of textboxes) and the second tab will show a list of possible Products related to that Customer. So the second tab has a Grid with products in it. The user should be able to sort, group and select in ProductsGrid.
Is this possible? Is there anyway to load the content of Products tab on demand? If the answer to both questions is positive, how can I accomplish that? Because I’ve read the help and other posts in here and tried every one of them. But still no luck! Please help.
Regards,
Arash