This question is locked. New answers and comments are not allowed.
Hi,
I'm currently taking the ASP.NET MVC Grid into use in a project I'm working on. We have a functional requirement that demands that customers must be able to change the order of the items displayed on the grid (ie. move rows up and down). The new order must then be persisted.
I see two ways of implementing this; drag-and-drop (better) and up/down arrows (clunky, but does the job). Having read through the examples and searched the web, I still couldn't find an example on how to code either method with the ASP.NET MVC Grid. The arrows can obviously be implemented as custom commands, but I kind of expected this kind of functionality to be already available, since the RadControls for ASP.NET Ajax and the ASP.NET MVC TreeView both support this. Am I missing something?
I'm currently taking the ASP.NET MVC Grid into use in a project I'm working on. We have a functional requirement that demands that customers must be able to change the order of the items displayed on the grid (ie. move rows up and down). The new order must then be persisted.
I see two ways of implementing this; drag-and-drop (better) and up/down arrows (clunky, but does the job). Having read through the examples and searched the web, I still couldn't find an example on how to code either method with the ASP.NET MVC Grid. The arrows can obviously be implemented as custom commands, but I kind of expected this kind of functionality to be already available, since the RadControls for ASP.NET Ajax and the ASP.NET MVC TreeView both support this. Am I missing something?