Hi All,
I want to have custom functionality like Reorder.aspx. When the order of a list box item is changed, it should automatically take care of the values of remaining list box.
Can this be done using Jquery or any custom coding.
We cannot use Reorder.aspx as we have a list of countries and cities and each city needs to be reordered.
List Schema
Countries | Cities | Sequence Using Reorder.aspx | Sequence I want using Reorder.aspx |
USA | New York | 1 | 1 |
USA | LA | 2 | 2 |
USA | Chicago | 3 | 3 |
USA | Houston | 4 | 4 |
India | Pune | 5 | 1 |
India | Mumbai | 6 | 2 |
India | Solapur | 7 | 3 |
Please help.
Thanks in Advance, Jiniv Thakkar