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
515
Using SendKeys in a Ultragrid Column
posted

I have a payment form with number buttons to take the payment. And I have a Ultragrid Column with its mask set to "{double:-4.2:c}". It takes the keyboard input as it should. But when i use the number button to input the value through sendkeys it just puts the one digit and consecutive click on the numbers are not going through, can anybody help me with a sample code on how to send the key value on a number button click on ultragrid column

Parents
No Data
Reply
  • 71886
    Offline posted

    Hello Muthu,

    I was trying to reproduce your scenario and I will need you to explain from what button you are doing this exactly - ultraButton or a cell button in the grid? And could you please paste the code which you are using to get the desired behavior. If it would be easy instead of going the above way you could simply attach a small sample project with your scenario. In both cases I will be happy to investigate this further for you.

Children