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

resize popup window

1 Answer 120 Views
Window
This is a migrated thread and some comments may be shown as answers.
hasan
Top achievements
Rank 1
hasan asked on 03 Jan 2009, 06:11 AM
hi
How can i resize popup window  when call this with toolbar button on  ItemCommand event

   protected void rgDetail_ItemCommand(object source, GridCommandEventArgs e) 
        { 
            if (e.CommandName == "VoroudDasti"
            { 
             //I need resize popup window  ??? 
                Response.Redirect("javascript:PopUp('Bargasht_VorudDasti.aspx?" 
                                + "Id=" + rgHeader.SelectedValues["id"].ToString() 
                                + "');"); 
            } 


1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 05 Jan 2009, 12:27 PM
Hi Hasan,

If you are trying to open and size RadWindow, you can do that directly from the server - there is no need to use client-code.
More information is available in the following help article:
http://www.telerik.com/help/aspnet-ajax/window_settingserversideproperties.html



All the best,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Window
Asked by
hasan
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or