jQuery UI Widgets Forums Grid Title on grid cell checkboxes…

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Title on grid cell checkboxes… #31638

    jermak
    Participant

    Hi guys,

    Hoping somebody could help me figure this issue out… as I’ve tried just about everything. I’m trying to remove the titles from the checkboxes within the grid cells (by default it’s adding ‘true’ for checked, and ‘false’ for unchecked).

    In another thread, I saw the following code which worked for the initial page load:

    rendered: function () {
    $(".jqx-checkbox-default").attr("title", "");
    }

    but when a user checks the checkbox, the title is re-added. I’ve tried firing off the title removal onChecked, but to no avail.

    Is there any way to completely remove the title from being added?

    Thanks for the help.

    Title on grid cell checkboxes… #31648

    Peter Stoev
    Keymaster

    Hi jermak,

    You can set the Column’s enabletooltips property to false to disable the built-in tooltips.

    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.