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

RadListBox Events do not proceed

1 Answer 59 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Michał
Top achievements
Rank 1
Michał asked on 22 Jun 2011, 01:13 PM
Hi,
I have a problem with execution of few RadListBox Event: OnDeleted. Also I have discovered, that neither of following OnDeleting, OnReordering, OnReordered is being executed. While debugging it seems that they are not really invoked. Have you ever meet such problems.
Thanks for quick reply.

Control configuration:
<telerik:RadListBox ID="rlbDefinedShippings" runat="server" AllowReorder="true" AllowDelete="true" AutoPostBack="true" SelectionMode="Single" OnDeleted="rlbDefinedShippings_Deleted" />

Software configuration:
VS2010
RadControls version: 2010.3.1317.35

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 22 Jun 2011, 02:08 PM
Hello Michal,

In order to fire these events you need to set AutoPostBackOnDelete, AutoPostBackOnReorder properties to true.

Check out the following documentation for more on this.
Events.

Thanks,
Princy.
Tags
ListBox
Asked by
Michał
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or