Should I get a BindingNavigator when I drag and drop my dataset onto the datagrid that I've placed onto my form? I'm using SQL CE, get the bindingsources, tableadapters, and the columns show up on my form, but do not get a BindingNavigator.
Do I need to add one manually, or is this not an option on mobile device development in VS 2008?

If there is no bindingNavigator, then how would I allow the datagrid access to CRUD (create, update, delete) actions. Or, did I go wrong by using a datagrid? The other options was text boxes on a panel.