<telerik:GridTemplateColumn UniqueName="rdbnot" DataField ="Escalation_Notify_ID" SortExpression="Escalation_Notify_ID" ItemStyle-BorderStyle="None" HeaderText="<%$ Code:Resources.Escalation.Notification_Freq%>"><ItemStyle Width="150px" BorderStyle="None" HorizontalAlign="Left" /> <ItemTemplate> <asp:LinkButton ID="btnNotify" runat="server" OnClientClick="AddNotify()"></asp:LinkButton> </ItemTemplate><ItemStyle Width="150px" BorderStyle="None" HorizontalAlign="Left" /></telerik:GridTemplateColumn>link button row select is work in Ie 9, It's Not worked in Mozilla and chroma ,
<ClientSettings AllowRowsDragDrop="True"><ClientEvents OnRowSelected="RowClicked" /></ClientSettings>
function RowClicked(sender, eventArgs) {
rowCounts = grid.get_masterTableView().get_selectedItems().length;
} Thanks Advance,
Mohamed.