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

Event when Item re-order completed?

7 Answers 54 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.
Stefan
Top achievements
Rank 1
Stefan asked on 21 Nov 2013, 09:16 AM
Hi,

Is there any way to get notified when the user finished to re-order the list / when the re-order controls are hidden again? I have to write the updated sort order of the items to a database and I would like to do this as soon as the re-ordering is complete and not on some other event (e.g. when the page is left, etc.). The only other solution is to write the changes on each re-order up or down operation but this is to expensive (slow database).

7 Answers, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 22 Nov 2013, 08:49 AM
Hello Stefan,

Thanks for writing.

Within our latest Internal Build you will be able to use the following event exposed by RadDataBoundListBox:

ItemReorderStateChanged

It is fired both when the reordering is started and ended.

This event will make it also in Q3 2013 SP1 officially.

Regards,
Deyan
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
Stefan
Top achievements
Rank 1
answered on 22 Nov 2013, 08:51 AM
Thanks. When exactly will this be released?
0
Deyan
Telerik team
answered on 22 Nov 2013, 08:58 AM
Hello Stefan,

The official SP release is expected in a week.

My advice is to check out the Internal Build and let us know if any issues are present so that we can make sure the events are working as expected for the official release.

Regards,
Deyan
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
Stefan
Top achievements
Rank 1
answered on 22 Nov 2013, 09:00 AM
Thanks. How do I install the latest (internal) build?
0
Deyan
Telerik team
answered on 22 Nov 2013, 09:04 AM
Hi Stefan,

The Internal Build is an archive with assemblies. You should be able to access it from the All Product Downloads section within our website for the corresponding product.

What you can do is replace all installation assemblies from the Telerik Binaries folder in the Program Files folder with the Internal Build assemblies and make sure the references in your project are correct.

Of course you should backup your original (installation) assemblies before doing that.

Regards,
Deyan
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
Stefan
Top achievements
Rank 1
answered on 27 Nov 2013, 05:35 PM
Hi,

I have just downloaded and installed Q3 SP1. However the ItemReorderStateChanged ist not available in RadDataBoundListBox. Do I need to update the project itself somehow or should it work after just installing the update using the Telerik Control Panel.

If I check the DLLs liked to the project the following versions are shown:
v4.0.30319
...\ProjectDir\Bin\x86\Debug\Telerik.Windows.Controls.Primitives.dll
...\ProjectDir\Bin\x86\Debug\Telerik.Windows.Controls.Input.dll
...\ProjectDir\Bin\x86\Debug\Telerik.Windows.Core.dll







0
Deyan
Telerik team
answered on 28 Nov 2013, 03:08 PM

Hello Stefan,

Thanks for writing.



You will need to uninstall the previous version and install the new one. Also, you will need to make sure that all of your project reference the correct assemblies. Visual Studio caches the references so make sure you clear and rebuild your projects. The event should be there.



Let us know if you need further assistance with this.



Regards,

Deyan
Telerik
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
Stefan
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Stefan
Top achievements
Rank 1
Share this question
or