I have a question about gridview or something similar.
I need to write a website in C# that allows the user to select which columns to use from the database and which order they would like them in, along with other things such as sorting and filtering.
The way that i was thinking of doing this is in the users profile have a listbox with all of the fields and have another that would have the report, then allow them to move them over to the report list if they want it on the report and also allow the user to move them around in the list. This isn't that hard.
What I was wondering is, is there any way to do this directly on the form, i.e. right click and hit remove field or add field, or click a column header and move it over 2 spaces, etc. The same with filtering, what would be the best way to handle this.
Thanks for any input.
David
David Kuhn
------------------
I need to write a website in C# that allows the user to select which columns to use from the database and which order they would like them in, along with other things such as sorting and filtering.
The way that i was thinking of doing this is in the users profile have a listbox with all of the fields and have another that would have the report, then allow them to move them over to the report list if they want it on the report and also allow the user to move them around in the list. This isn't that hard.
What I was wondering is, is there any way to do this directly on the form, i.e. right click and hit remove field or add field, or click a column header and move it over 2 spaces, etc. The same with filtering, what would be the best way to handle this.
Thanks for any input.
David
David Kuhn
------------------