Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CL_COLUMN_TREE_MODEL NODE/ITEM_DOUBLE_CLICK

Former Member
0 Likes
459

Hi

I spent some time on implementing this, but now have a request from the users. They don't want to double click on the folder for it to work. They also want to be able to double click on the text next to the folder for it to have the same effect. However from what I can gather, class CL_COLUMN_TREE_MODEL doesn't work that way? Anyone had the same problem and a possible solution?

Thanks, Adrian

1 REPLY 1
Read only

Former Member
0 Likes
383

Hi,,

I did similar kind of thing last year using CL_GUI_ALV_TREE class.

Not sure about CL_COLUMN_TREE_MODLE. Kindly check  the events and event handler methods of CL_COLUMN_TREE_MODEL.

Regards,

DPM