I would like to add a grid and other controls on to one view. Where the current Item selected in the Grid is the data that is present in the controls.
I have some functionality that only is used on the view, like enabling/disabling the grid. And other controls that need to be in the presenter, like creating/deleteing items.
I can't seem to figure out how to tie events to the Presenter.
Grid needs to have Context Menu.
______________________________
| control [_____] [button][button] |
|_____________________________|
| |
|Grid |
|_____________________________|