jQuery UI Widgets Forums TreeGrid jqxTreeGrid hyperlink can not clickable in iPad

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 9 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • luoliaoyuan
    Participant

    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


    Peter Stoev
    Keymaster

    Hi Luoliaoyuan,

    Solution: Bind to the rowClick event, check whether the dataField is your Hyperlink column and if it is, trigger its Click using window.open and your link’s href.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.