To get the BindingManagerBase for the DataGrid use the DataGrid instances
BindingContext property.
You should be able to use the Position property on the BindingManagerBase
object.
To get a reference to the currently selected row use the Current property on
the BindingManagerBase object.
For a navigation-type example see here.
http://msdn.microsoft.com/library/de...itiontopic.asp
--
Tim Wilson
..Net Compact Framework MVP
<Feedback>
Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/...ity/newsgroups
</Feedback>
"Ghost" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> I have DataGrid and toolbar with navigation keys.
> Can anybody show me an example how do I make Binding with my navigation
> keys?
>
> I want to make these actions at runtime go to the first/prior/next/last
> record, also I want get record wich is selected in DataGrid.
>
> How do I program these ?
>
>