I have a list of contacts in a grid.
When I add a new contact to the contacts collection
I would like to make the grid aware of the new record.
How do I update the grid in the most performant way?
Do you plan on adding support for ObservableCollection
Also are the grid using the @key directive?