Disable span title

QuestionsDisable span title
gattol asked 10 years ago

Hi, i'm trying to figure out how to disable the span title mouseover o grid, like this:
over.png
Thanks,

1 Answers
Abu Ghufran answered 10 years ago

You can remove the title field on load event of grid. here list1 is grid id.
Refer demos/editing/custom-events.php for onload event usage.

function do_onload(id)
{
$("#list1 td").attr('title','');
}

Your Answer

4 + 2 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?