Home - Forums-.NET - FlyTreeView (ASP.NET) - PostBackOnDropAccept not working

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

This forum related to following products: FlyTreeView for ASP.NET

PostBackOnDropAccept not working
Link Posted: 06-May-2006 15:59
I've created the following w instances of FlyTreeView


                                                        DragDropName=\"treeviewnode\"
                               DragDropAcceptNames=\"dragname,treeviewnode\"
                               PostBackOnDropAccept=\"true\"                                
                          />
                            
                                                           DragDropName=\"treeviewnode\"
                                DragDropAcceptNames=\"dragname,treeviewnode\"
                                PostBackOnDropAccept=\"true\"                              
                            >


Drag-and-Drop works between both FTV and FTV 2 however, there is no postback occuring when either of the controls accepts a dropped node.  I've tried the other properties (e.g. PostBackOnClick=\"true\") and they work perfect, but I need a postback to occur on DropAccept.

Please advise.

Thanks!
-Josh
Link Posted: 07-May-2006 21:25
Josh,

Thanks.
Yes, there was a bug.
Build 124 contains fix now.
Link Posted: 08-May-2006 03:35
This functionality works great now!  Thanks for the prompt support.

-Josh