Page 1 of 1

multiselect in lookup widget?

PostPosted: Fri Jun 01, 2012 3:39 am
by Philipp Wenzel
Hi there,
I was wondering if it is possible to multiselect in the lookup widget...

To solve my problem it must not be the lookupwidget. I want a multiselection based on a tabledata and the possibility to add a new record to the table. Is there a known way?

Greetings,
Philipp

Re: multiselect in lookup widget?

PostPosted: Fri Jun 08, 2012 1:40 pm
by shannah
The lookup widget itself doesn't support multiselect. However if you combine it with the grid widget, you can get something to this effect.

-Steve