In reviewing the Gridview "First Look" demo for Winforms demo, I saw a feature that I'm looking to implement. The demo does not have a code sample so I'm looking for some assistant on how to do this. Basically, I have a Hierarchy gridview bind to a SQL datasource (I did all this using the property builder).
When I click on the [+] of the parent gridview, it populate the child template gridview. Now, if I click on the row in the child gridview, I want the detail view on my right panel so that I can update/edit the data back to the datasource. Can someone provide some guidance or show me how this can be done?
See attached screen shot of the demo.
When I click on the [+] of the parent gridview, it populate the child template gridview. Now, if I click on the row in the child gridview, I want the detail view on my right panel so that I can update/edit the data back to the datasource. Can someone provide some guidance or show me how this can be done?
See attached screen shot of the demo.