Go to this Progress Telerik REPL for ASP.NET Core.
(optional)
Provide additional information if the steps for reproducing the faulty behavior are not sufficient to describe the issue.
Like the Kendo UI for jQuery version, null should be a valid selection.
1718054
Kendo UI version: 2026.3.811
jQuery version: 4.0.0
Browser: all
One of my forms has a multiselect control and it binds to items some of which contain a comma (",") .
The problem is that when form is submitted kendo multiselect returns multiple selected items separated by comma and it's difficult to separate items on backend.
Why can't multiselect control have a property named SeparationCharacter like:
.SeparationCharacter("*")
This way developers can choose how items will be separated on the backend and this will make our life little easier and save some development time.
Hi
Currently, if I want to get the selected values with a separate AJAX request, I have to make a standard AJAX call in the MultiSelect's DataBound event handler. It would be great, if this functionality was built into the control itself like this:
.DataSource(source =>
{
source.Read(read => {read.Action("GetItemSets", "List"); });
source.Values(values => { values.Action("GetSelectedValues", "List" ) }
})
Thank you
Earl
I'd like to request to have a built-in scroll bar for the Multiple tag mode which would show only one line, and adjust for that line of tags accurately.
Thanks!