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

[Solved] Selectable Grid cell does not react to clicking image inside action link

0 Answers 23 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Khalid Dermoumi
Top achievements
Rank 1
Khalid Dermoumi asked on 06 Jul 2011, 02:28 PM
Hi,

i have a problem with an image inside an action link in a Grid cell.
The problem only occurs when the Grid is .Selectable(). If I click the text in the action link, the call gets executed, if I click the image, the call is not executed. What's wrong?

<td style="text-align: center;">

<A class=t-iconA href="/Controller/Action" data-ajax-update="#main" data-ajax-mode="replace" data-ajax="true" data-ajax-url="/Controller/Action/1005" data-ajax-failure="ShowError">

<IMG title=Invoke alt=Invoke src="/Content/images/icon_small_invoke.png">

Invoke

</A>

</td>

 

 

 


I am using Telerik MVC controls 2011.1.315.

Thanks and best regards,
Khalid

 

Tags
Grid
Asked by
Khalid Dermoumi
Top achievements
Rank 1
Share this question
or