Hi DilipK,
Personally I don't think you could drag and drop an option element,
read here:
Except for background-color and
color, style settings applied through the
style object for the
option element are ignored. In addition, style settings applied directly to individual
options override those applied to the containing
select element as a whole.
Basically drag and drop will modify the position of the option element, which is a "style" changing, the system will ignore the changing, and I think therefore you could not drag and drop an option element.
Best Regards,
--James
<THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
Thanks
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.