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.