I have a MVCgrid with few fields with and expander to view all the detials. Inside the expander, in order to view all the details I use an MVCform without submit action, but it feels weird. Is it possible to have a MVCgrid vertical to show one single record, so I can see all the details, I mean like this:
+-------+-------+------+
| col1 | col2 |expand|
+-------+-------+------+
| data1 | data2 |[view]|
+-------+-------+------+
+-------+-------+
| col1 | data1 |
+-------+-------+
| col2 | data2 |
+-------+-------+
| col3 | data3 |
+-------+-------+
+-------+-------+------+
| data2 | data3 |[view]|
+-------+-------+------+
Sure, here you go: