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

Cell data overlaps hierarchy toggle in certain conditions

3 Answers 40 Views
TreeListView
This is a migrated thread and some comments may be shown as answers.
Valdo
Top achievements
Rank 1
Valdo asked on 11 Nov 2011, 01:53 PM
Hi,

I found one case which cause cell data overlap the hierarchy toggle button. I want to know if it's bug or not.

  So, I have few constant columns in xaml and the rest are dynamically added from code. When all the columns are created, I'm setting   DisplayIndex = 0 to one of them to make it first. In this case TreeListCellsPanel.GetCellLeftOffset returns correct value, because column with DisplayIndex == 0 exist. But after that I'm removing this column from view (Column.IsVisible = false). And as a result I have columns with DI = 1,2 and 3.
And data from column with DI overlaps toggles.

3 Answers, 1 is accepted

Sort by
0
Valdo
Top achievements
Rank 1
answered on 14 Nov 2011, 03:44 PM
Anyone?
0
Accepted
Vera
Telerik team
answered on 14 Nov 2011, 04:51 PM
Hi Valdo,

Actually, this is a known issue and a fix for it will be available in one of our next Internal Builds.

Greetings,
Vera
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
Valdo
Top achievements
Rank 1
answered on 14 Nov 2011, 05:03 PM
Ok, thanks for confirming.
Tags
TreeListView
Asked by
Valdo
Top achievements
Rank 1
Answers by
Valdo
Top achievements
Rank 1
Vera
Telerik team
Share this question
or