Profile Picture

how to

Posted By Suyan Dong 9 Years Ago
Author
Message
Suyan Dong
Posted 9 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)

Group: Forum Members
Last Active: 7 Years Ago
Posts: 17, Visits: 128
Hi:
     When using the NTreeList control, I add NTreeListNode with subitems, I set the column's sortable to be false. But it can still sort?
could you please show me how to set it to NotSortble.
    Here is my code:
    NTreeListColumn col;
    col = new NTreeListColumn();
    col.Name = "Project";
    col.Header.Text = "Project";
    col.Sortable = false;
   
    m_List.Columns.Add(col);



Threaded View



Similar Topics


Reading This Topic