Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Grid > Double-Click causes text selection
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered Double-Click causes text selection

Feed from this thread
  • Patrick avatar

    Posted on Jun 22, 2011 (permalink)

    For all of our grids that use:

    <ClientEvents OnRowDblClick="RowDblClick"  />

     
    Whenever a user double-clicks on text within the grid, the RadWindow popups up as expected.  As the RadWindow is loading, all text within the grid becomes selected (as if Ctrl+A was pressed) and then the RadWindow finishes loading.  We are trying to find a solution to the text-selection issue.  Has anyone had experience with this problem?  (screen shot attached)

    Using IE 8

    Attached files

  • Maria Ilieva Maria Ilieva admin's avatar

    Posted on Jun 27, 2011 (permalink)

    Hi Patrick,

    I'm not able to replicate the described problematic behaviour on my side. Please review the following online demo which represents the used functionality and which works correctly on my side. Test it locally and verify what the differences in your case are.

    All the best,
    Maria Ilieva
    the Telerik team

    Consider using RadControls for ASP.NET AJAX (built on top of the ASP.NET AJAX framework) as a replacement for the Telerik ASP.NET Classic controls, See the product support lifecycle here.

  • Maria Ilieva Maria Ilieva admin's avatar

    Posted on Jun 27, 2011 (permalink)

    Hi Patrick,

    I'm not able to replicate the described problematic behaviour on my side. Please review the following online demo which represents the used functionality and which works correctly on my side. Test it locally and verify what the differences in your case are.

    All the best,
    Maria Ilieva
    the Telerik team

    Consider using RadControls for ASP.NET AJAX (built on top of the ASP.NET AJAX framework) as a replacement for the Telerik ASP.NET Classic controls, See the product support lifecycle here.

  • Patrick avatar

    Posted on Jun 27, 2011 (permalink)

    Hi Maria,

    Thank you for your reply, unfortunately the demo which you have referenced uses inline editing.  The problem that I'm having is when a RadGrid displays a RadWindow as a popup for edit mode.  The issue can be reproduced in the follow demo (double click the word "boxes" in the first row):

    http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/popupeditform/defaultcs.aspx


    Screenshot attached.

    Thank you,
    Patrick
    Attached files

  • Maria Ilieva Maria Ilieva admin's avatar

    Posted on Jun 29, 2011 (permalink)

    Hi Patrick,

    I tried to replicate the issue on my side using the mentioned demo but to no avail. Find the movie below which represents my local test. Let me know if I'm missing something in my steps:
    http://screencast.com/t/3zoJADRBxc

    Regards,
    Maria Ilieva
    the Telerik team

    Consider using RadControls for ASP.NET AJAX (built on top of the ASP.NET AJAX framework) as a replacement for the Telerik ASP.NET Classic controls, See the product support lifecycle here.

  • Maria Ilieva Maria Ilieva admin's avatar

    Posted on Jun 29, 2011 (permalink)

    Hi Patrick,

    I tried to replicate the issue on my side using the mentioned demo but to no avail. Find the movie below which represents my local test. Let me know if I'm missing something in my steps:
    http://screencast.com/t/3zoJADRBxc

    Regards,
    Maria Ilieva
    the Telerik team

    Consider using RadControls for ASP.NET AJAX (built on top of the ASP.NET AJAX framework) as a replacement for the Telerik ASP.NET Classic controls, See the product support lifecycle here.

  • Patrick avatar

    Posted on Jun 29, 2011 (permalink)

    Thank you for the video.  Have you tried to reproduce this using IE 8 as stated in my original post?

    Using other browsers, such as FireFox, does not yield the same results.

    Thank you,
    Patrick

  • Maria Ilieva Maria Ilieva admin's avatar

    Posted on Jul 4, 2011 (permalink)

    Hi Patrick,

    Thank you for this clarification. I tested again the demo under IE8 and was able to replicate the described behaviour.
    I'm afraid that this is a known issue which is caused by the way browsers handle the stacking of the html elements. In order to work around this you can use a RadWindow instead the built-in popup edit form as shown in this demo.


    All the best,
    Maria Ilieva
    the Telerik team

    Consider using RadControls for ASP.NET AJAX (built on top of the ASP.NET AJAX framework) as a replacement for the Telerik ASP.NET Classic controls, See the product support lifecycle here.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Grid > Double-Click causes text selection