Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7535557
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T06:20:00+00:00 2026-05-30T06:20:00+00:00

I have a number of RadToolTips within 2 RadListView s on a page. When

  • 0

I have a number of RadToolTips within 2 RadListViews on a page.

When I drag one element from one RadListView to the other RadListView the RadToolTips keep showing up on mouse hover (as expected on hover).

How can I in JavaScript disable all the RadToolTips on the page when OnItemDragStarted client event for RadListView. Thus stopping the RadToolTips from showing up upon hover only when I’m dragging an element from one RadListView to another.

Any help would be greatly appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T06:20:01+00:00Added an answer on May 30, 2026 at 6:20 am

    If you’ve got a RadToolTip on your page, and a couple of list views you could try using a global js variable, and the onDrag and onDrop settings to toggle that variable. Your RadToolTip could use that variable on the beforeShow to decide if it should show a tool tip or not.. wrote up a small sample for you (not complete)

    //JS
    var showToolTips = true;
    
    function dragStarted(sender,args) {
            showToolTips = false;
    }
    function dragFinished(sender,args){
            showToolTips = true;
    }
    
    function canShowToolTips(sender,args) 
    {
            args.set_cancel(showToolTips);
    }
    
    //.NET
        <telerik:RadListView ID="radListView1" runat="server">
            <ClientSettings>
                <ClientEvents OnItemDragStarted="dragStarted" OnItemDropped="dragFinished" />
            </ClientSettings>
        </telerik:RadListView>
        <telerik:RadListView ID="radListView2" runat="server">
            <ClientSettings>
                <ClientEvents OnItemDragStarted="dragStarted" OnItemDropped="dragFinished" />
            </ClientSettings>
        </telerik:RadListView>
        <telerik:RadToolTip OnClientBeforeShow="canShowToolTips" runat="server" ID="rdToolTip1"></telerik:RadToolTip>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a number of classes and they are quite close to each other
I have a number of classes (more than 40), each one has a number
I have number of checkbox elements are there in my html page <input type='checkbox'
If a page can have 27 items printed on it and number of items
I have number A (build from digits 0,1,2,3). I want to find the smallest
In our application we have number of AggregatorTypes (idea copied from SQL Server) i.e.
I am making one Html application. I have number of images in my folder.I
I have number of line breaks in a string. But I only want it
I'm stuck with the following scenario and appreciate any help/advice.. Requirement I have number
I have a number input that should trigger jQuery on every change. To do

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.