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

I want to using multi-select in spreadsheet validation custom

3 Answers 122 Views
MultiSelect
This is a migrated thread and some comments may be shown as answers.
Duc Thuan
Top achievements
Rank 1
Duc Thuan asked on 16 Apr 2018, 04:19 AM

In demo https://demos.telerik.com/kendo-ui/spreadsheet/custom-editors

cells: [

   { value: "Select item:", bold: true },

   { background: "#fef0cd",

   validation:{

       dataType: "list",

       showButton: true,

       comparerType: "list",

       from: '{ "Foo item 1", "Bar item 2", "Baz item 3" }',

       allowNulls: true,

       type: "reject"}

    }]

I need to choose multi item.

How do i fix it?

Thanks !

3 Answers, 1 is accepted

Sort by
0
Neli
Telerik team
answered on 18 Apr 2018, 02:52 PM
Hello,

I have replied in the other thread you have opened about the same topic. For convenience I will post my reply here as well. I would suggest you to keep the conversation in a single thread. 

You can use the approach described in the following Forum thread and place a MultiSelect widget instead of the DropDownList.
Here is a Dojo example where such scenario is demonstrated.


Regards,
Neli
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.
0
Duc Thuan
Top achievements
Rank 1
answered on 19 Apr 2018, 03:59 AM

Thanks Neli,

It is necessary for me to fix my issue.

 

I can't edit the my topic. Then I deleted it. But i don't know why it don't hide in list thread.

 

Regards,

Thuan

0
Neli
Telerik team
answered on 23 Apr 2018, 02:01 PM
Hi Duc Thuan,

In case, when you have duplicated a ticket by mistake, you could mark one of the threads as 'Client Close Request'. Thus, one of the threads will be closed and all the replies concerning the topic will be in a single thread. This way will be much more easier for the other users who are searching for information on similar issues. 

Regards,
Neli
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
MultiSelect
Asked by
Duc Thuan
Top achievements
Rank 1
Answers by
Neli
Telerik team
Duc Thuan
Top achievements
Rank 1
Share this question
or