Posted 2 June 2026, 2:00 am EST
Hi Deepak,
Apologies for the delay caused, and thank you for sharing the recordings.
Currently, SpreadJS Data Validation lists do not provide a built-in option for selecting multiple items from the dropdown. However, this behavior can be achieved through customization.
One possible approach is to use a Cell Dropdown with the multiSelect option enabled and handle the EditEnding event to validate and sanitize the selected values. This allows users to select multiple items from the dropdown while ensuring that only valid values are retained in the cell.
Please refer to the sample project that demonstrates this implementation - MultiSelectDropdown.
Please note that this is a custom solution rather than a built-in Data Validation feature, so you may further adapt the implementation to suit your application’s requirements.
Please review the sample and let us know if you have any questions or need any further assistance.
Kind Regards,
Chirag