Threaded View
-
19 Apr 2012 8:17 AM #1
Answered: List multiSelect: true
Answered: List multiSelect: true
Hi guys,
I have a question, I have a list and I want to tap multiple select items, this is my code. what is what I'm doing wrong?
List:
Hope you can help me.Code:list = new Ext.List( { itemTpl: tplLM, multiSelect: true, store: listMatStore, grouped: true, selModel: { mode: 'SINGLE', allowDeselect: true } });
Thanks in advance.
-
Best Answer Posted by mitchellsimoens
try using simpleSelect : true instead


Reply With Quote