I have a grid with eight bound columns with headers. In each row, below these columns, I need to add a bound "comment" field that spans across all eight columns. Will Card View allow me to do this? Is there an easier way?
A suggestion would be to use the NestedViewTemplate with a label in it, set the HierarchyDefaultExpanded property of the grid to true and then hide the auto-generated GroupExpandColumn. You can refer the code given below to achieve this scenario.
aspx: