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

Expander doesn't handle touch

1 Answer 100 Views
Expander
This is a migrated thread and some comments may be shown as answers.
Enrico
Top achievements
Rank 1
Enrico asked on 23 May 2012, 07:43 AM
Hello,
The expander only expands on mouse click, but unfortunately not on touch via touchscreen monitor.
How can I enable the touch handling?
Thanks,
Enrico

1 Answer, 1 is accepted

Sort by
0
Miro Miroslavov
Telerik team
answered on 28 May 2012, 06:46 AM
Hello Enrico,

 The RadExpander is using internally the built-in ToggleButton control and the IsExpanded property is bound to the ToggleButton.IsChecked. But unfortunately the ToggleButton is changing IsChecked on the ClickEvent which is not raised when you Touch, but only on real mouse click. The best solution to the problem is if Microsoft fix the ToggleButton, but while this happens, we should find another solution, so I'll create work item for it.
Sorry for any inconvenience. 

All the best,
Miro Miroslavov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
Expander
Asked by
Enrico
Top achievements
Rank 1
Answers by
Miro Miroslavov
Telerik team
Share this question
or