Suppose I have a grid. New records are inserted with a modal. After the insert is complete, how can I highlight or preselect the newest record in the grid? I need the selecteditem to be the newest in the grid.
You would think it's fairly easy, but I don't seem to be able to get it. Like this ...
_grid.SelectedItem = _grid.Items.Count -1
Any help would be appreciated. Thanks very much!!
You would think it's fairly easy, but I don't seem to be able to get it. Like this ...
_grid.SelectedItem = _grid.Items.Count -1
Any help would be appreciated. Thanks very much!!