|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
To accomplish that task, you use the ChildFormDialog component. When the grid record is double-clicked, simply Navigate() the business object to that record and then call ChildFormDialog.ShowDialog() to show the maintenance form and edit the customer record. There is a sample of how to configure a ChildFormDialog within the Samples folder in the StrataFrame program group in the Start Menu. The sample is C# only, I believe.
|