Hi,
have the UltraWinGrid something like the grid navigation panel (see at the screenshot) of the XtraGrid from developer express?
Michael
Michael,
There is nothing built into the grid to handle this, but there is a .NET component called BindingNavigator that looks like it provides the same functionality as shown in your screenshot. You need to wrap whatever your DataSource is in a BindingSource and then assign it to both the grid and the BindingNavigator's BindingSource property.
-Matt