Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1878
Disable certain items in WinCombo
posted

Hi,

I'm using a WinCombo to show the payment methods that can be used for an order (credit card, money transfer, cheque, etc.). For our partners we have stored their available payment methods in database so I want to disable the payment methods that are not applicable for them. As I found in another posting this can be easily done by setting the Activation property of the Row to Activation.Disabled. This also works nearly perfectly fine, I cannot select disabled payment methods with the mouse but I still can use the cursor keys on the keyboard and select payment methods that are disabled. Do I have to set any other properties to prevent that or handle some events?

Thanks in advance, Wolfgang