I want to use the Maintenance Toolbar for the main gridcontrol, but don't want to use a tollbar for the detail grid (I want to use the gridcontrol functions to add, delete and edit rows), but when I save the main grid, I want to save also the detail grid with his BO.
Thanks,
Alex B.
You will want to look at the IncludeInForm properties (on the form and the BOs) to see how to get the MaintenanceFormToolstrip to include some records in an Add, Edit, etc. and exclude others while all being included in a Save().