I have a basic WPF application with data grid & 2 buttons i.e. Add button & Remove button.
whenever i click "Add" button, it should populate list of names on to UI and user select one names. When the user selects the name, it should get added to datagrid. Similarly when user press "Remove", it should populate list of names which are added in datagrid & upon selection it should remove the name from data grid.
How can do this simply with easy UI?