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

RadDataGrid scrollbar covers filter control

2 Answers 82 Views
DataGrid
This is a migrated thread and some comments may be shown as answers.
Ed
Top achievements
Rank 1
Ed asked on 30 Jun 2020, 08:08 PM
The RadDataGrid vertical scroll bar covers the filter control for the last column. It's difficult for the user to click the filter control when the vertical scroll bar appears. How can I fix this?

2 Answers, 1 is accepted

Sort by
0
Ed
Top achievements
Rank 1
answered on 01 Jul 2020, 07:09 PM

I was able to resolve this by changing the padding in the ScrollViewer tag. The grid will leave space for the scrollbars to appear.

<telerikGridPrimitives:DataGridRootPanel x:Name="PART_TableRoot">
<ScrollViewer
Padding="0,0,16,16"

0
Yana
Telerik team
answered on 02 Jul 2020, 12:31 PM

Hello Ed,

Glad to hear you've managed to resolve the case.

Let me know if any additional questions pop up.

Regards,
Yana
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
DataGrid
Asked by
Ed
Top achievements
Rank 1
Answers by
Ed
Top achievements
Rank 1
Yana
Telerik team
Share this question
or