Hi. Is there any way to select multiple rows in a lookup grid? Your example seems to only allow one row to be read. Thanks.
2 Answers
Working demo here:
https://gist.github.com/0e90acfbff72391f4dd3a17eb75a1b23
line 61-70, 137 and removed onSelectRow event. You need to manually close popup box as multiselect need onselectrow event disabled.
Your Answer