Row is not selected (background color) when i click on Hyperlink inside a radGrid row.
pls refer to the sample code how i declared the Hyperlink inside RadGrid Columns.
I'm not using any <EditItemStyle....>
Lets say,
I have 5 rows in a RadGrid with a hyperlink in one column .
>i clicked on Row2 (not on the Hyper link) ...Row2 is Highlighted with default backcolor.
> now if i click on Hyperlink in Row3, the selected Row is still the Row2 with the highlighted backcolor.
So pls help me in fixing this.
...
<Columns>
<telerik:GridTemplateColumn AllowFiltering="false" Display="true" UniqueName="Edit" >
<ItemTemplate>
<telerik:RadCodeBlock ID="RadCodeBlock2" runat="server" >
<a href="<%= test %>" >
<img id="imgEdit" align="middle" style="border:0" alt="" src="edit.gif" />
</a>
</telerik:RadCodeBlock>
</ItemTemplate>
<HeaderStyle Width="30px" />
<ItemStyle HorizontalAlign="Left" />
</telerik:GridTemplateColumn>
............
</Columns>
pls refer to the sample code how i declared the Hyperlink inside RadGrid Columns.
I'm not using any <EditItemStyle....>
Lets say,
I have 5 rows in a RadGrid with a hyperlink in one column .
>i clicked on Row2 (not on the Hyper link) ...Row2 is Highlighted with default backcolor.
> now if i click on Hyperlink in Row3, the selected Row is still the Row2 with the highlighted backcolor.
So pls help me in fixing this.
...
<Columns>
<telerik:GridTemplateColumn AllowFiltering="false" Display="true" UniqueName="Edit" >
<ItemTemplate>
<telerik:RadCodeBlock ID="RadCodeBlock2" runat="server" >
<a href="<%= test %>" >
<img id="imgEdit" align="middle" style="border:0" alt="" src="edit.gif" />
</a>
</telerik:RadCodeBlock>
</ItemTemplate>
<HeaderStyle Width="30px" />
<ItemStyle HorizontalAlign="Left" />
</telerik:GridTemplateColumn>
............
</Columns>