This is a migrated thread and some comments may be shown as answers.

grid filter drop down and virtual keyboard

1 Answer 105 Views
GridView
This is a migrated thread and some comments may be shown as answers.
David Ocasio
Top achievements
Rank 2
Iron
Veteran
Iron
David Ocasio asked on 25 May 2015, 11:14 AM

I am using windows8touch theme in windows 8 desktop.

If the user touches the filter button the filter drop down opens.

If they touch the keyboard button on the task bar (brings virtual keyboard up) the drop down closes.

They then need to press the filter button again to open drop down.

Any way to correct this behavior.

 

any assistance would be appreciated

dco

 

1 Answer, 1 is accepted

Sort by
0
Yoan
Telerik team
answered on 28 May 2015, 06:36 AM
Hello David ,

Indeed, this would be an expected behaviour. Generally, in WPF the filtering popup (which is plain PopUp) is listening for the mouse click event and it is closed when the user clicks outside of it. The touch down action propagates to MouseDown and this is why you can reproduce the same behaviour using touch gesture. Unfortunately, there is no easy workaround for this behavior. What I can suggest you is to implement a logic which will open the virtual keyboard when you press the filtering funnel. You may find this article helpful. If you need further assistance on this, do not hesitate to contact me again.

Regards,
Yoan
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
GridView
Asked by
David Ocasio
Top achievements
Rank 2
Iron
Veteran
Iron
Answers by
Yoan
Telerik team
Share this question
or