Dear jQwidgets,
I’m try the jqxTreeGrid but found a problem,
I add hyperlink in datasouce, the cell value like below:
‘< a class=”hyperLinkCell” onclick=”hyperLinkClick()”>Sample Hyper Link Text< / a>’
the hyperlink work well in all PC browser(like IE, chrome, FireFox, Safari),
but the hyperlink can not clickable in iPad,
if add below code then the hyperlink can clickable in iPad,
$(‘#treeGrid’).jqxTreeGrid({selectionMode: “custom” });
but the row selection style have lost.
Is there have other way to fix this problem, thanks a lot.
Best Regards
Luoliaoyuan