I was previously obtaining the addnewrow by traversing the visual tree for AddNewRowSelectorCell. I recently removed the row selectors from the grid and have been attempting to locate the add new row by using AddNewRow but I cannot seem to find it in the visual tree of the xamgrid, any help suggestions would be appreciated.
Got it. See what happens when you spend enough time traversing the VisualTree and the API :)
XamWebGridRowsManager Manager = new XamWebGridRowsManager(OccurrenceGrid);OccurrenceGrid.EnterEditMode(Manager.AddNewRowTop);