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.