Unplanned
Last Updated: 04 Aug 2016 09:20 by ADMIN
Completed
Last Updated: 10 Feb 2016 10:01 by ADMIN
When alternation is applied, some rows get expended/collapsed when other rows are actually expanded/collapsed. 
Declined
Last Updated: 08 Feb 2016 07:38 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 1
Category: TreeListView
Type: Bug Report
3
If you define 700 columns, then the horizontal lines are missing:
for (int i = 0; i < 700; i++)
{
      var nameCol = new GridViewDataColumn() { DataMemberBinding = new Binding("Name") };
      this.radTreeListView.Columns.Add(nameCol);
}