NTreeList Sortable NTreeListColumn property issue


Author
Message
Craig Swearingen
Craig Swearingen
Supreme Being (97 reputation)Supreme Being (97 reputation)Supreme Being (97 reputation)Supreme Being (97 reputation)Supreme Being (97 reputation)Supreme Being (97 reputation)Supreme Being (97 reputation)Supreme Being (97 reputation)Supreme Being (97 reputation)
Group: Forum Members
Posts: 99, Visits: 654

I'm using the NTreeList with build 11.12.14.12.  One of my columns is specified like this:

col = new NTreeListColumn();

col.Width = 25;

col.Name = COLUMN_COUNTRYIMAGE;

col.Header.Text = string.Empty;

col.Sortable = false;

tl.Columns.Add(col);

The column shows images on the nodes and the column header is blank.  Though I've specified Sortable to be false when the user clicks on that column header it will highlight the column and show the appropriate ascending/descending glyph.  How do I stop this sort activity from being allowed?


GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search