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

Can't seem to get DataBoundListBox to support Move method

1 Answer 27 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.
Carl
Top achievements
Rank 1
Carl asked on 11 Nov 2012, 12:46 PM
Hi

We're trying out the Telerik DataBoundListBox and, so far, things are looking good.

One snag, however, is that an underlying ObservableCollection<> is only animated properly if the .Add() .Remove() and .Insert() methods are called.

For greater efficiency, and also because it would lead to a better animation, we would prefer to use the .Move() method.

However, using the .Move() method seems to produce odd results; in particular, the wrong items are animated in/out of the viewport.

The .Move() method was not present in Windows Phone 7, it was added in Windows Phone 8 - is this something you have perhaps overlooked?

1 Answer, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 12 Nov 2012, 08:06 AM
Hello Carl,

Thanks for writing and for informing us about this glitch.

Indeed, we were not aware of the newly introduced Move method. There is also a new NotifyCollectionChanged action in the CollectionChanged args which designates it. We will update the control to handle this as well and will include the update in the Q3 2012 SP1 release.

Thanks for bringing our attention to this issue.

I have updated your account with 1000 Telerik points for your cooperation.

Kind regards,
Deyan
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
DataBoundListBox
Asked by
Carl
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Share this question
or