How can we highlight the items in right box of multiselector ?
Actually we have scenario like list of available users display in left box and all assigned users display in right box of the multiselector control.
Left box will display the list of users according to a filter. whenever we select one groupname in the filter it automatically displays the available users in the left box of multiselector control and in the right box it displays the all groups of assigned users list.
So how can i highlight the assigned users according to the group selected in the filter.
eg: suppose we have 3(a,b,c) groups with 10 users like user1 to user10 .
A group
-------------
user 1,user 2,user 3
B group
-------------
user 4 , user 5, user 6.
c group
_----------
user 7 to user 10.
if suppose we assigned user 2, user 5, user 7,user 9.
if suppose we select group A in filter , it will shows user 1 ,user 3 in the left box and in the right box it will show all the assigned users (user 2, user 5, user 7,user 9.) of the multiselector.
Now here i need when ever we select group A in filter, user1 ,user3 will be in left box and user2 needs to be highlight in the right box along with all the assigned users.
How can we highlight the assigned users in the right box ?
Is there any way how to highlight the item in the right box or i need to change any behaviour of the multiselector control tag class ?
Thanks in advance ....