Hello-
I have a hierarchical grid (Customers->Orders). Currently, the only way to expand customers to view orders is to click on the + icon. I'd like to have it so if you click on any field in the Customer Row (i'm refering to this as the header), the row will expand to show orders. Conversly, if you click on a customer row and it's already expanded I'd like it to collapse.
I tried handling the MouseDown event of the active record, but that code never gets executed for some reason. Is there a better way to acheive this? I have code handling the RecordActivated event which works fine for the expand, but does not handle the collapse (because the row is already activated)
Thanks in advance!
I just realized that my terminiology might be confusing. I simply meant clicking on a row to expand its child rows.
I would like to know the answer to this also ..
My next DataGrid Im working on is going to be a grid like what your working on.