I have a RadGrid control on a page where users can reorder projects by dragging and dropping. In a stand alone version it works fine, but once placed inside the ASP content frame in the existing site, the RowDrop event fires twice. If I step through and stop the second pass through the method, the rows reorder nicely. Is there a way to cancel the event from codebehind? Do you have any suggestions about what to look for?
BTW, this control is inside an ASP content tag within a master page. The majority of the code is directly from the samples in the 2012 Q1 release samples.
Thanks in advance
BTW, this control is inside an ASP content tag within a master page. The majority of the code is directly from the samples in the 2012 Q1 release samples.
Thanks in advance