Do you have any samples where you reorder grid records/rows without drag and drop? I need this to work on touch screen cell phones (like iPhone) and all desktop browsers. I ideally want it to be done client-side only via an up and down arrow in each row (except first and last would have only one arrow each) and then click a Save (ideally support Cancel also) button at the end to submit the changes to server. I haven't found any samples that do this. Supporting drag and drop at the same time would be even better for devices that support it. If there aren't any samples, any ideas as to how to implement this best? As a developer library, I don't think you should ever fully expect drag and drop and there should always be an old fashioned way to do the same thing. Mobile phone Internet should keep becoming hugely popular, and I would think most developers won't rely on drag and drop anything.