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

GridButtonColumn not clickable

2 Answers 68 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Fit2Page asked on 17 Nov 2010, 01:29 PM
Hi,

I have a Grid with a GridButtonColumn and a Column which invokes a TooltipManager.

The click functionality on the Buttons disappears as soon as I have triggered a Tooltip.

It appears that the OnItemCommand of the Grid is not fired anymore after triggering a ToolTip...

Do you have any clues?
I can send code if you want.

BR.
Marc

EDIT: When ButtonType=LinkButton it works well. It fails with ButtonType="ImageButton"

2 Answers, 1 is accepted

Sort by
0
Radoslav
Telerik team
answered on 22 Nov 2010, 05:25 PM
Hello Marc,

The described issue is very strange. Could you please post your page markup code with the related code behind or send us a simple runnable example. You could open a formal support ticket from your Telerik account and attach a ZIP file there. Thus we will be able to gather more details about your scenario and provide you with more to-the-point answer.

Looking forward for your reply.

Greetings,
Radoslav
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
answered on 23 Nov 2010, 03:30 PM
Hi Radoslav,

I replaced the GridButtonColumn with

<telerik:GridTemplateColumn Visible="False" UniqueName="KlantPrijs">
<ItemTemplate>
<asp:Image ID="targetControl" ImageUrl="~/images/euro.png" runat="server" Tooltip="Nettoprijs" />
</ItemTemplate>
</telerik:GridTemplateColumn>

And now it is working as expected.

Unfortunately I do not have the time to create an example at this moment.

BR,
Marc
Tags
Grid
Asked by
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Radoslav
Telerik team
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Share this question
or