This question is locked. New answers and comments are not allowed.
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?
I am using Telerik MVC controls 2011.1.315.
Thanks and best regards,
Khalid
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