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 8755143
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T13:47:23+00:00 2026-06-13T13:47:23+00:00

I am using a RadGrid. There is a column called Comments where I currently

  • 0

I am using a RadGrid. There is a column called Comments where I currently have it as Y/N
I like to add a tool tip if they hover over the Comments header rows. Is there a easy way of doing this? For a column called CommentsY/N I have values of Y/N. I also have a column called Comments which I am hiding. When the user hovers over CommentsY/N, I like to show the Comments field value.

What I have so far is the following:

What I am trying to do is to hover over the Notes column row and then display the Comments which is also a bound column on the grid. As the comments can be quite lengthy I want to show it when the user hovers over the Notes. Once the hover works, I will make the Comments field not visible.
Here is what I have but the thing is that when I hover over the Notes, I only see it say Cmmts and it doesn’t display the content of the Comments for a given row.

    if (e.Item is GridDataItem)
    {
        GridDataItem gridItem = e.Item as GridDataItem;
        foreach (Telerik.Web.UI.GridColumn column in WtrClients.MasterTableView.RenderColumns)
        {
            if (column is GridBoundColumn)
            {
                //this line will show a tooltip based on the CustomerID data field
                if (column.UniqueName == "Notes")
                {
                    gridItem[column.UniqueName].ToolTip = "Cmmts:" + 
                        Convert.ToString(gridItem.OwnerTableView.DataKeyValues[gridItem.ItemIndex]["Comments"]);
                }

            }
        }
    }
  • 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-06-13T13:47:24+00:00Added an answer on June 13, 2026 at 1:47 pm

    You could do an Label ItemTemplate in the grid, evaluate whether there is anything in your comments to display a Y or N and then set the tooltip. :

    <ItemTemplate>
    <asp:Label ID="lblOnGrid" runat="server" Text='<%#Convert.ToString(Eval("comments_column")).Equals("") ? "N" : "Y" %>'                                
    ToolTip='<%#Eval("comments_column")%>'>
    </asp:Label>
    </ItemTemplate>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently highlighting a row in a radgrid using OnMouseOver. I would like
I am using RadGrid . In its Insert Mode.I have RadTextBox and Label .
I have a telerik radgrid that is doing an insert using an objectdatasource. The
Using VS2008, and Telerik radGrid version 2010.1.519.35 I have a about 50 DNN modules
I have a class that defines a Hierarchical RadGrid that I will be using
I am using RadGrid And I have LinkButton in its ItemTemplate. Onclick of this
In my RAdGrid that I am using there's this edit button to edit a
I am using Telerik RadGrid and I have a data source where one of
I am using Jquery dialog to show radgrid. I have set AllowFilteringByColumn to true
I have just come across a Casting Exception while using the Telerik RadGrid. It

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.