At present the dxLookup does not support templates. So, the only way to customize it (e.g., implement multiple selection or show several columns) is to emulate its behavior using other widgets.
Question Comments
Added By: FredrikE at: 10/8/2013 4:17:06 AM
The dxList seem to loose its scrolling functionality when using it in a dxPopup. Try extending the list of OS:es in the sample like this:
os: new ArrayStore([
{ name: 'Win3_1' },
{ name: 'Win95' },
{ name: 'WinMe' },
{ name: 'Win98' },
{ name: 'Win200' },
{ name: 'WinNT' },
{ name: 'WinXP' },
{ name: 'Vista' },
])
@Fredrik,
It seems that this behavior is related to the issue that we are going to fix in the context of the following thread:
http://www.devexpress.com/Support/Center/Question/Details/Q524866
You can have a project with angular?