I have a pair of ListBoxes that I use to transfer items between. I've disabled the Double Click capability for both ListBoxes, but the right hand box still allows double-clicking. I was able to duplicate this using the online example here (http://demos.telerik.com/aspnet-ajax/listbox/examples/functionality/transfer/defaultcs.aspx). In the example, disable the Double Click Transfer. You can verify that double click is disabled by trying to click in the left hand box. Then, move a couple of items to the right hand box. Now, double click one of those items and you'll see they are moved back to the left hand box. This is not the behavior I expected to see. I need to be able to leave the box enabled, but prevent the user from transferring data by double clicking. Please help.
Please note: Setting Allow Transfer to false does not prevent this type of double clicking to transfer items. Weird!
Dave
Please note: Setting Allow Transfer to false does not prevent this type of double clicking to transfer items. Weird!
Dave