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
190
How to create Custom Numeric UltraCombo ?
posted

Sir,

    In Our Project , we need to show list of numerics(integer,double, decimal format) values in UltraCombo. And input should be numeric in UltraCombo. So we restricted the Non numeric entry in KeyPress event. But we can able to copy alpha characters and special characters using Ctrl+C and Context menu paste. How to handle prevent the Non numeric  using Ctrl+C and Context menu paste? I need Numeric combo which supports only numeric values in all case (Keypress,Ctrl+C,context Menu) . How to achieve this requirement ? Can you give proper solution as soon as possible ?