I have a grid where each row contains 20 columns and I am trying to implement the grid in a 'master/detail' style where the collapsed row would contain the first 5 columns of the record, and when expanded, would display the remaining 15.
Does anyone have an example of how to do this?
thank you