CTRL + F does not work inside backbase TreeGrid component

Hi there
Searching inside treeGrid with browser's CTRL + F does not work. Is it expected behavior or a bug?
What can be done to make CTRL + F work with treeGrid?

Thanks.

Hi Roman, You need to do is

Hi Roman,

You need to do is to make the rows selectable .( By default text cannot be copied).

e.g.

<![CDATA[
bb.html.enableUserSelect(bb.selector.query(document.body,'#exampleTreeGrid'));
]]>

Where "exampleTreeGrid" is the id of the treeGrid.

Hope this helps,

-Senaka