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

Grid not working with column.Select() and .Selectable()

1 Answer 875 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 1
Alex asked on 23 Jan 2018, 03:16 PM
We need the Selectable option because it says without it the allowCopy() option will no longer work. We want it so that people can select a column with the checkbox and use the allowCopy functionality. The problem is that when the column select is on and Selectable is on when we check a row with the checkbox none of the checkboxes work.

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 25 Jan 2018, 10:43 AM
Hello Alex,

When using Selectable column in the Grid component the selectable option should be disabled in order for the functionality to work as expected. Currently this is a limitation and both options cannot be enabled at the same time. 

If you would like to enable the users to copy the contents of a Grid cell I can suggest the approach illustrated in the example below. It is using Kendo ContextMenu and clipboard.js to implement the functionality.



Regards,
Viktor Tachev
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Alex
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or