Hi, Would love to have feature for reorder animation and drop placeholder when user is reordering the item(s) in the Radlistbox. A example would be the list in invisionapp.com as attached. Another example would be like JQUERYUI's sortable plugin. URL: https://jqueryui.com/sortable/#placeholder. Thanks.
The error is observed when an item that is added from the client-side is to be transferred to other RadListBox from a RadListBox that is loading on demand. Unfortunately the control supports such scenario only when that transfer is made from the server side.
Now, in WCF binding we return RadListBoxItemData collection which is not consistent with RadComboBox and RadDropDownList controls where we use RadControlNameData object.
When there are few checkbox items in RadListBox (i.e. there is no scroll bar), checked items cannot be unchecked. The issue is reproducible in iPAD.