This is a migrated thread and some comments may be shown as answers.

Tooltip on GridEditCommandColumn

3 Answers 279 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Bob
Top achievements
Rank 1
Bob asked on 18 Mar 2008, 01:17 PM
Hi all,

How can I assign a tooltip to the following:

<

Telerik:GridEditCommandColumn UniqueName="EditCommandColumn"

ButtonType="ImageButton"

EditImageUrl="../Images/icon-edit.gif">

</Telerik:GridEditCommandColumn>

Thanks,
Bob

3 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 18 Mar 2008, 02:32 PM
Hi Bob,

Take a look at the following help article that elaborates on adding tooltips to the grid items.

Sincerely yours,
Steve
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Dave Lehoux
Top achievements
Rank 1
answered on 23 Mar 2009, 06:00 PM
This does not work for me.

The tooltip appears for the cell but the editimage itself still has a different tooltip.

So basically if I hover on the image I get a different tooltip then if I hover anywhere else in the editcolumn cell.

Am I missing something ?
(using asp for ajax q3 2008)
Thank you.
0
Princy
Top achievements
Rank 2
answered on 24 Mar 2009, 04:35 AM
Hello Dave,

You can set the EditText of the EditCommandColumn as shown below:
aspx:
<telerik:GridEditCommandColumn ButtonType="ImageButton" EditText="CustomToolTip"
 </telerik:GridEditCommandColumn> 
Also another approach is to access the image button in the code behind and then set tooltip for the button.

Thanks
Princy.
Tags
Grid
Asked by
Bob
Top achievements
Rank 1
Answers by
Steve
Telerik team
Dave Lehoux
Top achievements
Rank 1
Princy
Top achievements
Rank 2
Share this question
or