I am working on a custom editor part (WebParts.EditorPart) where I am reading a list, this list provides me with the links to different websites which are attached to a checkbox, so the user can select their favorite links, this is working well so far and my WebPart displays the 12 selected links properly.
The new requirement is to have for each list item (or each checkbox) a dropdownlist besides and prefilled with values from 1 to 12, so the users can select also the order of appearance in the WebPart (they can just select 12 links), something similar to the View Settings Option in a normal list in SharePoint, where the user selects which fields to be displayed and the order.
Anyone have an idea?
Thank you very much in advance.
