Working with the GridView

Glossary Item Box

Infragistics(R) NetAdvantage(R) for WPF

Working with the GridView

The xamDataPresenter™ control is a derived control that displays data in different Views. One of the built-in views is GridView which is derived from the ViewBase class. The GridView contains the same functionality as the xamDataGrid™ control. Therefore, any topic in the xamDataGrid help section applies to the xamDataPresenter's GridView.

For example, you can change the code between the XamDataGrid tags in the Changing the Record Orientation topic and have it apply to xamDataPresenter's GridView. Simply change the XamDataGrid object to the GridView object as the code below demonstrates.

In XAML:

<igDP:GridView.ViewSettings>
	<igDP:GridViewSettings Orientation="Horizontal" />
</igDP:GridView.ViewSettings>

Related Topics

Creating xamDataPresenter in XAML


E-mail your feedback on this topic.

Opinion about our help? Take our survey.

Copyright © 2003-2007 Infragistics, Inc. All rights reserved.

Build Version: 7.1.20071.1320