Skip to main content

Data Navigator

The Data Navigator is displayed at the bottom of the grid and extends its navigation functionality. It shows the position of the currently selected record and allows end-users to move focus, create a new record or delete an existing one.

wpf-grid-data-navigator

 

The table below lists the main properties affecting element behavior and appearance.

Characteristics Members
Visibility TableView.ShowDataNavigator, TreeListView.ShowDataNavigator
Buttons DataViewBase.DataNavigatorButtons
Commands GridCommands.MoveFirstRow, GridCommands.MovePrevPage, GridCommands.MovePrevRow, GridCommands.MoveNextRow, GridCommands.MoveNextPage, GridCommands.MoveLastRow, GridCommands.AddNewRow, GridCommands.DeleteFocusedRow, GridCommands.EditFocusedRow
See Also