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

Unresponsive scroll bars

1 Answer 79 Views
GridView
This is a migrated thread and some comments may be shown as answers.
eliraz
Top achievements
Rank 1
eliraz asked on 15 Jan 2013, 08:57 AM
I'v created a simple WPF user control containing a RadGridView
which I am hosting on a WinForms form using an elementHost.

The issues occur when I'm creating a custom hierarchy, basically creating a master-detail of companies and employees.
I have done so by adding a childTableDefinition through the xaml and subscribing to the DataLoading event to tinker with the inner grid (just like your given sample).
When the mouse hovers over the scroll bar of the inner grid, it glows but if I press it down and drag the outer scroll bar is the one responding.
Oddly, I can still scroll with the keyboard and the mouse scroll.
Trying to deal with the issue myself I've found that setting IsScrolling to true and then to false during the DataLoading event fixes the problem, but it still occurs with other scroll bars I have no control over, specifically when using the column sort - there are combo boxes inside the sort dialog which manifest the exact same behavior.

Sorry if I haven't been so clear in my description and thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Vera
Telerik team
answered on 15 Jan 2013, 02:08 PM
Hi Eliraz,


You can check this forum thread in case the issue is the same as the reported one. There is a project attached demonstrating a problem with the nested scrollbars in WPF. In case you experience another wrong behavior, please open a support ticket and send a simple runnable project where we can see what is happening.


Greetings,
Vera
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
GridView
Asked by
eliraz
Top achievements
Rank 1
Answers by
Vera
Telerik team
Share this question
or