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
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.