hello,
I must remove from my grid an item of this collection:
public Dictionary<string, string> Associations { get; set; }
My associated command (RemoveCommand) remove item from collection but not in gui. Why ? Is it possible force Refresh to my grid in MVVM Light ?
thanks