add/Remove columns in grid dynamically by drag and drop
Hi,
Below is my project requirment details. Kindly request you to suggest the best ways of implementing in ASP .NET.
Table columns are displayed in Treeview, with drag and drop, dynamically column can be added to the Grid along with data from DB. From grid, column can be removed using drag and drop.
Grid also should support reordering of columns, sorting and filtering.
Thanks in advance for the support.