I have a RadGridView control on my form bound to a collection in my ViewModel. When I add a new item to my collection, it does show the item in the grid, but it's always placed at the end and not respecting the current sort. Does anybody know how to fix this?
Thanks!