Hi,
After entering values in kendo multiselect filter values width is increasing.
can you please set to max width and also it can't go to other field column.
can you please help me.
Set autoWidth: true in kendoMultiSelect.
$("#multiselect").kendoMultiSelect({ autoWidth: true, dataSource: { data: ["S1", "S2", "S3"] } });
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.