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
350
Cell number with spin control
posted

Greetings to the community, 

I am in developing an application in the use of a grid requires a cell (numeric) indicating the amount, has a spin rate control. 

The purpose is to allow editing of the cell only through the spin, you can do this with the Infragistics control of infragistics grid? 

How can I do this....?

 

Thanks to all ... 

xavendano

  • 69832
    Suggested Answer
    Offline posted

    You could probably handle the KeyPress event and set the Handled property of its event arguments to true when the ActiveCell is in edit mode and belongs to this column.