Hello,
Can someone help me to achieve this functionality using client side?
I have a radcombobox and a radlistbox that was initially populated on page load. Radcombobox has an attribute named "Attribute1". When the selected index of the radcombobox is greater than 0, the radlistbox will be cleared out and new items will be added to the radlistbox which is the value of the custom attribute of the selected radcombobox item, "Attribute1". This works fine. My issue is when I set the radcombox selected index back to 0, I can't restore the previous value of the radlistbox before it was cleared out.
Thanks!
Can someone help me to achieve this functionality using client side?
I have a radcombobox and a radlistbox that was initially populated on page load. Radcombobox has an attribute named "Attribute1". When the selected index of the radcombobox is greater than 0, the radlistbox will be cleared out and new items will be added to the radlistbox which is the value of the custom attribute of the selected radcombobox item, "Attribute1". This works fine. My issue is when I set the radcombox selected index back to 0, I can't restore the previous value of the radlistbox before it was cleared out.
Thanks!