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

EnablePostBackOnRowClick and Tooltip content

1 Answer 52 Views
Grid
This is a migrated thread and some comments may be shown as answers.
orim
Top achievements
Rank 1
orim asked on 25 Sep 2013, 01:23 PM
Hi,
i have a templatecolumn in radgrid like. I also have EnablePostBackOnRowClick=true
<telerik:GridTemplateColumn UniqueName="XmlInfo" AllowFiltering="false">
    <ItemTemplate>
        <asp:HyperLink ID="HyperLinkInfo" runat="server" Text="Info" style="cursor:pointer"></asp:HyperLink>
        <telerik:RadToolTip ID="RadToolTipInputXml" Position="BottomLeft" Width="300" Sticky="true" runat="server" TargetControlID="HyperLinkInfo">
            <p>afdafasf</p>
 
                 
        </telerik:RadToolTip>
    </ItemTemplate>
</telerik:GridTemplateColumn>
When i select the content of the tooltip to copy it the radgrid fires the postback on selected row.
Can some one help?

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 30 Sep 2013, 08:38 AM
Hello Miroslav,

I have created a sample RadGrid web site to test the described behavior. On my side copying the tooltip's text content (afdafasf) does not fire a RowClick command. Can you please run the attached application and instruct me the exact steps to reproduce the issue?

Regards,
Eyup
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Grid
Asked by
orim
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or