This is a migrated thread and some comments may be shown as answers.

Crash

1 Answer 66 Views
DataBoundListBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
eBuddy
Top achievements
Rank 1
eBuddy asked on 25 May 2012, 02:34 PM
[StackTrace]:[
   at Telerik.Windows.Controls.VirtualizationStrategy.CheckBottomScrollableBounds()
   at Telerik.Windows.Controls.RadVirtualizingDataControl.ManageViewport()
   at Telerik.Windows.Controls.RadVirtualizingDataControl.BalanceVisualSpace()
   at Telerik.Windows.Controls.RadVirtualizingDataControl.q()
   at Telerik.Windows.Controls.RadVirtualizingDataControl.r()
   at Telerik.Windows.Controls.RadVirtualizingDataControl.cj(NotifyCollectionChangedEventArgs A_0)
   at Telerik.Windows.Controls.RadVirtualizingDataControl.OnItemsChanged(NotifyCollectionChangedEventArgs e)
   at Telerik.Windows.Controls.RadDataBoundListBox.OnItemsChanged(NotifyCollectionChangedEventArgs e)
   at Telerik.Windows.Controls.Primitives.DataControlBase.b(Object A_0, NotifyCollectionChangedEventArgs A_1)
   at Telerik.Windows.Data.RadListSource.OnCollectionChanged(NotifyCollectionChangedEventArgs e)
   at Telerik.Windows.Data.RadListSource.RefreshOverride()
   at Telerik.Windows.Data.RadListSource.Refresh()
   at Telerik.Windows.Data.RadListSource.AttachData(IEnumerable data)
   at Telerik.Windows.Data.RadListSource.SetSource(IEnumerable value)
   at Telerik.Windows.Data.RadListSource.set_SourceCollection(IEnumerable value)
   at Telerik.Windows.Controls.RadDataBoundListBox.OnItemsSourceChanged(IEnumerable oldSource)
   at Telerik.Windows.Controls.Primitives.DataControlBase.av(DependencyObject A_0, DependencyPropertyChangedEventArgs A_1)
   at System.Windows.DependencyObject.RaisePropertyChangeNotifications(DependencyProperty dp, Object oldValue, Object newValue)
   at System.Windows.DependencyObject.UpdateEffectiveValue(DependencyProperty property, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, ValueOperation operation)
   at System.Windows.DependencyObject.RefreshExpression(DependencyProperty dp)
   at System.Windows.Data.BindingExpression.RefreshExpression()]

Changed ItemsSource of RadDataBoundListBox and got this crash. Actually got this crash many times. Every time when is set any size-related properteis it crashes.

version: 321 & 509 nightly build.


Also setting MaxHeight works as MinHeight... weird...

1 Answer, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 28 May 2012, 07:18 AM
Hello,

Thanks for writing.

We are currently not aware of similar behavior. In order to be able to investigate the case we will need to debug it on our side and see what goes wrong. Can you please give us some further hints on how we can do this so that we make sure that we sort out any possible issues? It will be also great if you can send us a demo project that we can use to reproduce the case (you will need to open a new support ticket to do that).

As for the MinHeight/MaxHeight issue, normally these properties are handled by the Control itself, we do not have any special logic related to them but anyway: any further details on this are also appreciated.

Thanks for your time.

All the best,
Deyan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
DataBoundListBox
Asked by
eBuddy
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Share this question
or