(I'm using Cairngorm) I have a combobox that displays items form an XMLListCollection that's in my model. I want to only view the items (XML) whose "sent" properties is false.. like item.sent == 'false'. This filter must apply only to this specific combobox, not everything that's bound to the XMLListCollection source. And of course it must update and refresh the filter if the source changes..
How can I do it? I'm trying to use filterFunction but don't understand how it works... thanks