Is there anyway to prevent a grid from receiving focus without disabling the grid?
That appears to work. I previously tried using the ENTER event and that did not work. The GotFocus is not listed in the designer but I was able to hardwire.
Thanks.
I was thinking more of the user cannot even click on the grid. I am simply using the grid in a touch screen app to display a running journal of info and I do not want the user to apply focus to the gird. Basically, the 'AcceptFocus' functionality of the button is what I was looking for.
thanks for the post.
I reviewed the sample and it appears you are just applying focus elsewhere. I have tried that but I do not think it worked. I will try it again.
Hi,
If u r taking about the tab navigation focus u can fix it by setting the grid property TabStop=false
Hello Roger,
Could you please review the sample attached to this post and see if it meets your requirements.Please feel free to let me know if I misunderstood you or if you have any other questions.