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
470
Grid Navigator
posted

Hi,

have the UltraWinGrid something like the grid navigation panel (see at the screenshot) of the XtraGrid from developer express?

Michael

 

Parents
No Data
Reply
  • 37774
    posted

     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

Children
No Data