Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
660
sorting webtree
posted
HI.  I assumed the property to sort the tree was levelkeyfield.  But is this not the case?  For example:

this.treeMain.Levels[0].LevelKeyField = "name";

this.treeMain.Levels[0].ColumnName = "name";

 

So, how exactly do you sort each level of the tree then?

 

Thanks.