Hi,
I want to create a sort of hierarquical tree with 2 levels. From the manual I get that I can do that with the IsNode property.
My question is: can I add the rows and then "organize" the tree, or each time I add a row I have to define the level?
What I'm doing now is adding all rows to the flexgrid, then sort them and then give them levels. But it's not working, and I thought it might be because you have to define levels in the adding step. It's not clear in the manual...
Thanks :)