Is there anyway to prevent a grid from receiving focus without disabling the grid?
Hi,
If u r taking about the tab navigation focus u can fix it by setting the grid property TabStop=false
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.