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

set_behaviors not work

2 Answers 40 Views
Window
This is a migrated thread and some comments may be shown as answers.
peyman naji
Top achievements
Rank 1
peyman naji asked on 01 Dec 2009, 08:21 AM
Hi friends ,
i have this code for opening the window :

                function openEditContactWindow(param) { 
                    var oWnd = $find("RadWindowManager").open("ContentInsertUpdateForm.aspx?Id="+ param +"&PageMode=Edit" , "RadWindow"); 
                    oWnd.setSize(650, 400); 
                    oWnd.set_behaviors( Telerik.Web.UI.WindowBehaviors.Move + Telerik.Web.UI.WindowBehaviors.Close ); 
                    oWnd.center(); 
                    oWnd.add_close(EditWindow_Close); 
                } 

and in this code i use set_behaviors but does not work , Please Help me ...
Thank u so much .

2 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 01 Dec 2009, 11:10 AM
Hello peyman,

The code that you posted is fine and as you can see from the attached movie, is working fine on our side. Please open a support ticket and send us a sample project where the problem can be reproduced so we could investigate further.


Kind regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
peyman naji
Top achievements
Rank 1
answered on 02 Dec 2009, 03:37 AM
Hi , thank u very much for answer .
i used new project and every thing is okey !

Thanks ,
peyman
Tags
Window
Asked by
peyman naji
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
peyman naji
Top achievements
Rank 1
Share this question
or