Hi Mark,
You could use a MultiView for master detail scenario's if you want to. Basically a MultiView is a useful control for something that developers previously did a lot with Panels. You had two (or more) panels, and then, for example when you want to add or edit an item, you'd hide one panel, and then show the other. When you were done editing, you reversed the visibility of the panels.
The MultiView works similar to that, but it can only show one active View at a time. So, when you display the details, you can't show the grid and vice versa. If that's OK, then a MultiView is useful; otherwise, you can use a Panel, other logic / controls or separate pages...
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|