Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2732
Selectable text with Rowselection and Rowselectors enabled
posted

Hi there,

Is it possible to make your text selectable when you have row selection and row selectors enabled?

This is currently not possible.

Example: 

  • https://jsfiddle.net/gh/get/jquery/1.9.1/IgniteUI/help-samples/tree/master/17.1/EN/grid/row-selectors/fiddle
  • http://i.imgur.com/TwpnSqu.gif

Thanks.

  • 5513
    Offline posted

    Hello Michael,

    Currently there is no perfect workaround for grids with enabled row selection. This is because default browser behavior on TD mousedown is prevented to allow only rows to get focused while still enable users to tab through cells (this is related to ARIA requirements).

    You can find a possible workaround if you follow the link to the modified sample: https://jsfiddle.net/dfb5stuw/ (it's only added for the first grid)

    You may notice that the browser will focus the clicked cell for an instant before the grid focuses its row parent. At the moment I cannot offer you a solution for this issue but if something comes to mind I will let you know.

    I hope this helps! Thank you for using Infragistics forums!

    Best regards,

    Stamen Stoychev