Hello,
I'm currently evaluating the RadGridView (2012_1_326) and am encountering a problem setting the DisplayIndex. The documentation (http://www.telerik.com/help/wpf/gridview-columns-reordering-columns.html) illustrates a simple scenario setting the DisplayIndex property in xaml. When I implement this same example, i get a runtime ArgumentOutOfRangeException {"DisplayIndex out of range! Column2\r\nParameter name: displayIndex"}.
My intent is to eventually bind this property to a custom object containing display settings which will be used to persist the user's preferences.
Your help is appreciated
I'm currently evaluating the RadGridView (2012_1_326) and am encountering a problem setting the DisplayIndex. The documentation (http://www.telerik.com/help/wpf/gridview-columns-reordering-columns.html) illustrates a simple scenario setting the DisplayIndex property in xaml. When I implement this same example, i get a runtime ArgumentOutOfRangeException {"DisplayIndex out of range! Column2\r\nParameter name: displayIndex"}.
My intent is to eventually bind this property to a custom object containing display settings which will be used to persist the user's preferences.
Your help is appreciated