This question is locked. New answers and comments are not allowed.
I have a page with a treeview and a gridview. The treeview lists column names that are available to the user for showing grid data. The user can drag the listed column name onto the grid and the that column is included in the grids data rows. The names match the ItemsSource properties so binding handles the inclusion automatically once on ondrop creates the data column with the column name as a header.
I want the user to be able to remove columns as well - either by selecting the column header and pressing the delete key or by dragging the column off into space - or at least anyplace other than the grouppanel.
Any ideas on the best way to do either/both?
Thank you.
Paul
I want the user to be able to remove columns as well - either by selecting the column header and pressing the delete key or by dragging the column off into space - or at least anyplace other than the grouppanel.
Any ideas on the best way to do either/both?
Thank you.
Paul