Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1140
AddNewRow Focus
posted

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.

 

Parents
No Data
Reply
  • 1140
    Verified Answer
    posted

    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);

     

     

Children
No Data