I want to create parent/child relationships in my RadGrid without using a NestedViewTemplate or Detailed GridTableView. The parent records should be able to expand/collapse to show the child rows. I would like to have just the MasterTableView because I need the child rows to have the exact same columns as the parent rows. I also do not want to go through the trouble of making sure the column sizes are in sync after a user changes the column. I don't see any obvious way to do this. Am I missing something?
I tried using a DetailTableView to do this. I added the same columns to it as the MasterTableView and the columns did not match up.
I tried using a DetailTableView to do this. I added the same columns to it as the MasterTableView and the columns did not match up.