This question is locked. New answers and comments are not allowed.
I have a scenario where I need to have an editable grid where I allow for the display/edit of "primary" properties of a class. Primary meaning that they're always entered and should always be visible to the user. I also have "secondary" properties in that same class that I want available for editing, but not always displayed as they're optional and won't be edited that often.
I tinkered around with the Hierarchical examples as that visual approach would work for us - have the user click on the "+" to open up a template with the secondary fields and click again to collapse it. I've tried a "DetailView" and the "expand button" doesn't work (server version).
Can someone assist?
Thanks very much in advance!
Notes regarding sample: The grid to look at is in Views/Order/ProductList.cshtml. I've put the "ScriptRegistrar" in Views/Order/Index because it was the ONLY way that I could get the CSS styles to load. I'd prefer not to leave it there, but it's tied to another issue: http://www.telerik.com/community/forums/aspnet-mvc/grid/css-files-not-loading.aspx.
I tinkered around with the Hierarchical examples as that visual approach would work for us - have the user click on the "+" to open up a template with the secondary fields and click again to collapse it. I've tried a "DetailView" and the "expand button" doesn't work (server version).
Can someone assist?
Thanks very much in advance!
Notes regarding sample: The grid to look at is in Views/Order/ProductList.cshtml. I've put the "ScriptRegistrar" in Views/Order/Index because it was the ONLY way that I could get the CSS styles to load. I'd prefer not to leave it there, but it's tied to another issue: http://www.telerik.com/community/forums/aspnet-mvc/grid/css-files-not-loading.aspx.