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

GridButtonColumn tooltip not working 3.6 firefox

1 Answer 83 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Shreekanth
Top achievements
Rank 1
Shreekanth asked on 02 May 2012, 11:13 AM

Dear Team,

I have used "GridButtonColumn",

<rad:GridButtonColumn ButtonType="ImageButton" ImageUrl="../images/delete.gif" CommandName="Remove"

                               

 

ConfirmTitle="Remove" ConfirmDialogType="RadWindow" HeaderText="Remove" Text="Remove"

 

UniqueName="RemoveCommandColumn">

 

</rad:GridButtonColumn>



In item data bound event based on some condition.We are disabling the button.As below,

lnkgrdRemove.Enabled = fasle;

After disabling the button,Tooltip is not coming on mouse over(Firefox 3.6 only).Please let me know how can we fix it?

 

 

1 Answer, 1 is accepted

Sort by
0
Milena
Telerik team
answered on 07 May 2012, 11:50 AM
Hello,

The observed issue is a browser behavior and we are not able to manipulate the showing of the tooltip in this case. Please try the following code in FireFox 3.6 in order to see that the same behavior is valid for other controls, too:

<asp:textbox text="test" id="input1" ToolTip="test" Enabled="false" runat="server"></asp:textbox>


Greetings,
Milena
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Shreekanth
Top achievements
Rank 1
Answers by
Milena
Telerik team
Share this question
or