Columns in TTIWADVTreeView

Hi,
I work with Delphi 10.2 Update 3, Intraweb 15.1.5 (last version) and TMS controls, last version. I'm developping a Web Application with a TTIWADVTreeView component to show some information (Article code and description), and subnodes with article components. I need to show more information in each node (for instance, stock). An easy way should be to have columns, as in the corresponding control for Windows. But I didn't found the way to do it. Could I create columns in this control? Could I create nodes of type Grid? Any other idea?

Best regards,

                   Venancio Lasquibar

Hi,


Unfortunately the TTIWAdvTreeView has no built-in support for columns or grid type nodes.

Have you tried using the TTIWAdvWebGrid component instead?
Hi,
No, I haven't tried. Does allow this component to use DetailGrids (as the Windows one does)? In that case this component can meet my needs.
Anyway, thank you for your help

Best regards,

         Venancio Lasquibar

Yes the TIWAdvWebGrid has support to use DetailGrids.
This is demonstrated in the GridsInGrid and MD Grid pages of the TMS IW FeaturesDemo.