Completed
Last Updated: 02 Jun 2022 11:04 by ADMIN
Imported User
Created on: 05 Apr 2018 17:58
Category: Grid
Type: Feature Request
1
Only two specific things that I've found lacking:
Only two specific things that I've found lacking: 1) There doesn't appear to be any functionality for Kendo UI (jQuery) that allows for easily adding new values to a multi-select, which the Telerik RadComboBox appears to have. (E.g., for an email "to" field, selecting from existing contacts or adding a new address.) 2) The responsiveness (cell-phone-friendliness) of the Kendo UI Grid is extremely lacking, specifically if allowing for multiple rows selection. (Namely, trying to scroll down the grid instead selects the rows you swipe over, so you're unable to scroll down to see rows off screen.)
2 comments
ADMIN
Viktor Tachev
Posted on: 02 Jun 2022 11:04

Hello,

As both scrolling and selection are performed with the same action on mobile device there is no way for the Grid to guess if the user wants to scroll or select the items. 

In this scenario it is recommended to utilize checkbox selection for the Grid. With this option selection is done when the user clicks or taps on a checkbox and scrolling will be done by dragging. The example below shows checkbox selection in action.

https://demos.telerik.com/kendo-ui/grid/checkbox-selection


Regards,
Viktor Tachev
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

ADMIN
Veselin Tsvetanov
Posted on: 12 Apr 2018 15:33
Hi,

The Kendo MultiSelect could be customized to accept new (custom) values. Here is a demo of how to do that:
https://demos.telerik.com/kendo-ui/multiselect/addnewitem