I have a number of radzen list boxes setup on a screen. When a user selects one of the items in one of the list boxes I want the other list boxes to select the item based on the index. So if the user selects item A in a list box that contains A and B I want item C automatically selected in another list box that contains C and D. I have used a @ref command and have access to the listboxes in an onChanged event. The value in the OnChanged event is the ID I want to apply to the other list boxes. I tried using
SelectItem(value,false) this doesn't seem to work.
Any suggestions would be appreciated
Thanks