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

OnRowDrop not firing

1 Answer 91 Views
Grid
This is a migrated thread and some comments may be shown as answers.
david
Top achievements
Rank 1
david asked on 09 Mar 2015, 04:21 PM
Hi, I've got a grid where neither the client nor server side events are firing on row drop, the target grid:
         <telerik:RadGrid ID="RadGrid1" runat="server" DataSourceID="SqlDataSource1"   
                             EnableViewState="False" GridLines="None" Width="475px" AutoGenerateDeleteColumn="True"
                             AllowAutomaticDeletes="True"
                            AllowMultiRowSelection="true"
                             OnDeleteCommand="RadGrid1_DeleteCommand" 
                            OnRowDrop="RadGrid1_RowDrop" 
                            OnItemCreated="RadGrid1_ItemCreated">
                 <ClientSettings EnableRowHoverStyle="True" AllowRowsDragDrop="True">
                <Selecting AllowRowSelect="True" EnableDragToSelectRows="false" />
                            <ClientEvents  OnRowDropping="onRowDropping"></ClientEvents>
                </ClientSettings>

1 Answer, 1 is accepted

Sort by
0
david
Top achievements
Rank 1
answered on 10 Mar 2015, 02:09 PM
Silly me, the OnRowDrop is set for the source grid, not the target grid.
Tags
Grid
Asked by
david
Top achievements
Rank 1
Answers by
david
Top achievements
Rank 1
Share this question
or