Group: Forum Members
Posts: 235,
Visits: 309
|
OK, I've found the navigator that is embedded in the DevExp grid and have enabled it. When I click its add button I get a different error in:
Protected Overridable Sub OnListChanged(ByVal e As ListChangedEventArgs)
RaiseEvent ListChanged(Me, e)
End Sub
System.IndexOutOfRangeException was unhandled by user code
Message="Index was outside the bounds of the array."
Source="DevExpress.Data.v6.1"
StackTrace:
at DevExpress.Data.VisibleIndexCollection.AddVisibleDataRows(GroupRowInfo rowInfo)
at DevExpress.Data.VisibleIndexCollection.BuildVisibleIndexesEx(GroupRowInfo groupRow, Boolean expandAll, Boolean expanded)
at DevExpress.Data.VisibleIndexCollection.BuildVisibleIndexesEx(GroupRowInfo groupRow, Boolean expandAll, Boolean expanded)
at DevExpress.Data.VisibleIndexCollection.BuildVisibleIndexes(Int32 visibleCount, Boolean allowNonGroupedList, Boolean expandAll)
at DevExpress.Data.DataController.OnBindingListChangedCore(ListChangedEventArgs e)
at DevExpress.Data.CurrencyDataController.OnBindingListChangedCore(ListChangedEventArgs e)
at DevExpress.Data.DataController.OnBindingListChanged(ListChangedEventArgs e)
at DevExpress.Data.CurrencyDataController.RaiseOnBindingListChanged(ListChangedEventArgs e)
at DevExpress.Data.Helpers.ListDataControllerHelper.OnBindingListChanged(Object sender, ListChangedEventArgs e)
at System.ComponentModel.ListChangedEventHandler.Invoke(Object sender, ListChangedEventArgs e)
at MicroFour.StrataFrame.Business.BusinessBindingSource.OnListChanged(ListChangedEventArgs e)
at MicroFour.StrataFrame.Business.BusinessBindingSource.BusinessObject_CurrentView_ListChanged(Object sender, ListChangedEventArgs e)
at System.ComponentModel.ListChangedEventHandler.Invoke(Object sender, ListChangedEventArgs e)
at System.Data.DataView.OnListChanged(ListChangedEventArgs e)
This exception occurrs 8 times before ResultDefs_SetDefaultValues() is reached.
|