In one of the videos on this site I have seen Ultrawingrid associated with a toolbar to help in navigation within the grid.
I am using version 6.3 of Infragistics. Does it have an ultragrid with toolbar. If yes how to display the toolbar.
Thanks,
Are you sure that it was the NavigationToolbar that is part of an UltraToolbarsManager? It's possible that what you saw was the .NET BindingNavigator component/control, which lets you change the current item associated with a particular .NET DataSource via the CurrencyManager.
-Matt
Please see the Amazing Wingrid video on this site under videos.
In this video when the Ultragrid is added to the form there is a toolbar which also gets added.
The user can navigate to the previous and next rows or jump to some particular row as well.
Not sure if that is what you are referring to as Navigation control. I am looking for similar toolbar as in the video.
That does indeed appear to be the .NET BindingNavigator, and it this case it looks to be strongly-typed with the Northwind DataSet. Some of the properties are pretty straightforward on this toolbar, but if you have any issues with it, I would suggest consulting the Microsoft documentation. As I mentioned before, the toolbar doesn't interact directly with the grid, but rather with the underlying DataSource and the CurrencyManager.