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

How do I remove Row Indicator drop shadow effect?

2 Answers 295 Views
TreeListView
This is a migrated thread and some comments may be shown as answers.
Don
Top achievements
Rank 1
Don asked on 21 Aug 2012, 11:42 PM
I am using both the RadTreeListView and the RadGridView controls and I am very happy with their performance.  However, there is a cosmetic effect I can't figure out how to remove.

I have RowIndicatorVisibility="Collapsed" and RowDetailsVisibilityMode="Collapsed" in these controls. Even with this portion of the control out of sight, there is still a drop shadow effect visible on the left edge of the grid's view. How do I get rid of this drop shadow?

Note: the attached screen shot illustrates the issue.

Thanks for your time. 

2 Answers, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 22 Aug 2012, 06:44 AM
Hello,

This shadow effect is the FrozenColumnSplitter in your RadGridView and RadTreeListView. You can remove it through setting CanUserFreezeColumns property of the controls to False.

Kind regards,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Don
Top achievements
Rank 1
answered on 22 Aug 2012, 04:23 PM
That did the trick. Thanks! :D
Tags
TreeListView
Asked by
Don
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Don
Top achievements
Rank 1
Share this question
or