cancel
Showing results for 
Search instead for 
Did you mean: 

highlight the selected data in the ItemListBox after Onselectaction

Former Member
0 Kudos

Hi Folks,

I need to highlight the selected item in the ItemListBox in the following sceenrio

2 ItemListBoxs LH1 and RH1 , Intially the data get populated into 2 itemlistbox.Then I will select the RH1 box,the contents from RH1 moves to LH1 box and fresh data get populated into RH1.

I need to highlight the Item(data) in the LH1 Itemlistbox which was selected in RH1 . Just to keep the user know what he selected in the RH1 box .

Regards,

Chaithanya

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Solved it ...

ChrisPaine
Active Contributor
0 Kudos

Out of interest - and for future reference for those who may search the forum and find this thread.

How did you solve it?

Former Member
0 Kudos

I have tried with your reply.

Thanks foryour response.

ChrisPaine
Active Contributor
0 Kudos

Hello,

I believe that just setting the lead selection of the node that is bound to LH1 Itemlistbox to the element that you selected should do this.

Does that not work?