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

Multiple cell selection

2 Answers 198 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dinakar
Top achievements
Rank 1
Dinakar asked on 31 Dec 2018, 06:17 AM
Is there any way to select multiple cells in the grid. Similar to "multiple, cell" selection in "Kendo UI for jQuery" grid -  https://demos.telerik.com/kendo-ui/grid/selection

2 Answers, 1 is accepted

Sort by
0
Svet
Telerik team
answered on 01 Jan 2019, 11:15 AM
Hello Dinakar,

Grid cell selection is not supported out-of-the-box yet (only single and multiple row selection). If you have the time, please support the following feature request in our Feedback portal to help us prioritize, based on customer demand, when updating our roadmap. Thank you in advance:

https://feedback.telerik.com/kendo-angular-ui/1360712-multi-cell-selection-mode

Meanwhile you can utilize the cellClick event handler and provide some custom logic for selecting/deselecting clicked cells (without the CTRL key being involved), for example:

https://stackblitz.com/edit/angular-7eayjy?file=app/app.component.ts (no dragging functionality)

Here is the list of all items, available as event data in the cellClick event handler:

https://www.telerik.com/kendo-angular-ui/components/grid/api/CellClickEvent/

I hope this helps.

Regards,
Svetlin
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Dinakar
Top achievements
Rank 1
answered on 01 Jan 2019, 11:39 AM

Hello Svetlin,

Thank you for your response.

I have upvoted for this feature in the feedback portal.

Tags
General Discussions
Asked by
Dinakar
Top achievements
Rank 1
Answers by
Svet
Telerik team
Dinakar
Top achievements
Rank 1
Share this question
or