Hello
I have been working with the iGrid 6.50.0067 for 2 weeks now. Great product.
My apps have up to 20 forms with iGrids on them.
I have Form.Keypreview set to true on all forms.
I use a common block of code in the form.KeyDown event to trap for function keys
and perform common tasks such as Export to Excel, Print the grid, save the column layout etc.
One of the functions is tied to the F4 key.
This event works fine if the igrid.editable is set to false.
When I set iGrid.Editable to true and select one or more cells and press the F4 key,
The igrid.Keydown event fires but the Form.keydown event does not.
I found a reference to the F4 key and Combo boxes in the help but it is not very clear.
I do not use any Combo boxes on these grids (yet).
Is there a way I can get the F4 key to fire in the Form.Keydown event?
Thank you
Laurie Borlase
Edited by user
2017-06-19T20:51:47Z
|
Reason: Not specified