I'm wondering if Infragistics might have a jQuery control that might make implementing this functionality simpler.
I have a list of items. I want the user to select the items they want and the order in which they want them. If this were a win forms app I would simply have two list boxes (left side and right side) and let the users drag items out of the list on the left and drop them on the right. They could then drag and drop the right side as they wanted to re-order the list.
Any ideas?
Thanks,Tony
DOH!.
I can use jquery sortable for this.
Sorry for the diversion.
Thanks!