Home » Forums » Forum » CTRL + F does not work inside backbase TreeGrid component
CTRL + F does not work inside backbase TreeGrid component
11 January, 2010 - 21:41 — roman
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?
Hi Roman, You need to do is
20 January, 2010 - 13:51 — SenakaHi Roman,
You need to do is to make the rows selectable .( By default text cannot be copied).
e.g.
bb.html.enableUserSelect(bb.selector.query(document.body,'#exampleTreeGrid'));
]]>
Where "exampleTreeGrid" is the id of the treeGrid.
Hope this helps,
-Senaka