G
Guest
Hi,
I have a MDI child Form that contains a couple of custom controls (both
Panel based viewers), a DataGrid, and a PropertyGrid.
Try as I might to have the DataGrid receive focus when the MDI child Form is
displayed, the PropertyGrid always grabs it.
I have registered an event handler for the MDI child Form's Load event and
VisibleChanged event and in both have tried to have the DataGrid request
focus and set the CurrentCell to (0,0). This has not worked.
Any ideas?
Thanks.
I have a MDI child Form that contains a couple of custom controls (both
Panel based viewers), a DataGrid, and a PropertyGrid.
Try as I might to have the DataGrid receive focus when the MDI child Form is
displayed, the PropertyGrid always grabs it.
I have registered an event handler for the MDI child Form's Load event and
VisibleChanged event and in both have tried to have the DataGrid request
focus and set the CurrentCell to (0,0). This has not worked.
Any ideas?
Thanks.