Expand my Community achievements bar.

users got deselected again and again.

Avatar

Former Community Member

Hi experts,

i have a custom binded userlist(containing users logged in to the LCCS room) . now the problem is if i select a user in the list and after that if any other user joins the room the selected user gets deselected automatically.

i cant guess wat the problem is . any help would be appreciated.

Regards

amit

2 Replies

Avatar

Former Community Member

Hi Amit,

I think it's new users causing the user list's data to be refreshed, which causes the current selection to be lost. You can handle UserManager's userCreate event to save the current selection in your list, and then in another handler (I don't know right now, maybe a "data changed" event in your list?) to re-select the user, if it still exists ofcourse.

Regards,

Baris

Avatar

Former Community Member

Hi Baris,

You can see my code snippet i have used to bind the user List in my discussion named

"Roster List users got deselected again and again".