You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the selectable option is set to "multiple cell" and the user tries to select the content of a single column, the content of the entire row is selected.
The behavior is expected when the allowPaste option is enabled. However, once the allowPaste option is disabled only the content of the selected column should be selected.
Bug report
When the selectable option is set to "multiple cell" and the user tries to select the content of a single column, the content of the entire row is selected.
Reproduction of the problem
France
cell and drag down to select only the content in the ShipCountry column.Current behavior
The content of the other columns is selected as well - https://somup.com/cZeXIvpRzk
Expected/desired behavior
The behavior is expected when the allowPaste option is enabled. However, once the allowPaste option is disabled only the content of the selected column should be selected.
Workaround
kendo.ui.Selectable.fn._allowPreventDefault = () => true;
Dojo - https://dojo.telerik.com/@NeliK/eTocoBOL
Environment
The text was updated successfully, but these errors were encountered: