Hello,
I'm trying to write and app where I have a list of available columns for a grid, and i can click and drag those column names onto the grid to show those columns. This works fine, however I am having problems trying to remove the column by clicking and dragging it off. I would like to have a lot of the logic of what columns are visible and it what order all done server side, as I will be doing some server side work with the columns they've selected. I was going to attach what I have so far but it's not letting me (since it's not a jpeg)