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
285
'Index was outside the bounds of the array.'
posted

Hello,

since we updated to 16.2.20162.2109 we got this exception when we fire a propertychanged of a property. It was working fine with 15.2.

I think a similiar post is https://www.infragistics.com/community/forums/t/91190.aspx which solved with an Update.

   bei Infragistics.Windows.DataPresenter.CellCollection.GetItem(Int32 index)
   bei Infragistics.Windows.DataPresenter.CellCollection.get_Item(Field field)
   bei Infragistics.Windows.DataPresenter.CellValuePresenter.InitializeCellLevelSettings(DataRecord newRecord, DataRecord oldRecord, Field newField, Field oldField, Boolean isWithinRecord)
   bei Infragistics.Windows.DataPresenter.CellValuePresenter.InitializeField(Field newField, Field oldField)
   bei Infragistics.Windows.DataPresenter.CellValuePresenter.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   bei System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
   bei System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
   bei System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
   bei System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
   bei Infragistics.Windows.DataPresenter.CellPlaceholder.CreateCachedElement(Boolean cacheInTemplateRecord)
   bei Infragistics.Windows.DataPresenter.CellPlaceholder.OnInitialized(EventArgs e)
   bei System.Windows.FrameworkElement.TryFireInitialized()
   bei Infragistics.Windows.DataPresenter.Internal.TemplateDataRecordCache.AddPlaceholder(Panel placeholderPanel, FieldItem field, Boolean isLabel)
   bei Infragistics.Windows.DataPresenter.Internal.TemplateDataRecordCache.InitializeCellPanel(Panel placeholderPanel, Boolean isLabelPanel)
   bei Infragistics.Windows.DataPresenter.Internal.TemplateDataRecordCache.InitializeCachedCellArea()
   bei Infragistics.Windows.DataPresenter.Internal.TemplateDataRecordCache.VerifyCache(Boolean suppressUpdateLayout)
   bei Infragistics.Windows.DataPresenter.VirtualizingDataRecordCellPanel.VerifyFieldLists()
   bei Infragistics.Windows.DataPresenter.VirtualizingDataRecordCellPanel.VerifyCellElements()
   bei Infragistics.Windows.DataPresenter.VirtualizingDataRecordCellPanel.GetCellElement(FieldItem field, Boolean verify)
   bei Infragistics.Windows.DataPresenter.VirtualizingDataRecordCellPanel.GetCellValuePresenter(Field field)
   bei Infragistics.Windows.DataPresenter.CellValuePresenter.FromRecordAndField(DataRecord record, Field field)
   bei Infragistics.Windows.DataPresenter.DataRecord.RefreshCellValue(Field field, Boolean raiseInitializeRecord, Boolean isRecordPresenterDeactivated)
   bei Infragistics.Windows.DataPresenter.RecordManager.ProcessChangeNotification(Object sender, Object eventArgs)
   bei Infragistics.Windows.DataPresenter.RecordManager.OnChangeNotification(Object sender, Object eventArgs, Boolean isReset, Boolean isCellChangeNotification)
   bei Infragistics.Windows.DataPresenter.DataRecord.System.Windows.IWeakEventListener.ReceiveWeakEvent(Type managerType, Object sender, EventArgs e)

Parents
No Data
Reply
  • 138253
    Offline posted

    Hello,

    Thank you for your post. I have been looking into it and I can suggest you try this with our latest service release for version 16.2 (16.2.20162.2141). You can download it by logging to our web site and going to Account \Keys & Downloads.

    https://www.infragistics.com/my-account/keys-and-downloads/

    If the issue is still reproducible could you please send us an isolated sample project, where this is reproduced, so we could be able to investigate this further for you.

    Looking forward for your reply.

Children