Hi David,
In one of the Views I have put an some lines of code on the click event of the view itself. In fact I have a button that appears in some situations and I wanted to allow user to click elsewhere to hide it and I did it by writing the code on view's click event. This part works great, the issue it causes though is that space bar also acts as click now, so when in the inputs available in the view a space is needed, instead of having a white space, click event is fired, I was wondering is there away that I can read the space bar event and perhaps put an exception in the click event? something like below:
I assume like this space bar gets back to do what it was doing?
Thanks a mill