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

[Solved] how to increase the width of popup in rad edit grid

1 Answer 183 Views
Grid
This is a migrated thread and some comments may be shown as answers.
balasubramanian kanagaraj
Top achievements
Rank 1
balasubramanian kanagaraj asked on 16 Jul 2009, 05:14 AM
hi ,
    i had create one editable grid with popup edit template. But i am Unable to increase the width of the popup width.please help.

regards,
Bala.K

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 16 Jul 2009, 07:06 AM
Hello Bala,

You can set the width of the PopUp using the EditFormSettings>PopUpSettings>Width as shown below:
aspx:
<telerik:RadGrid ID="RadGrid1" runat="server" DataSourceID="Sqldatasource1">                 
      <MasterTableView  DataSourceID="Sqldatasource1" EditMode="PopUp"
           <EditFormSettings EditFormType="Template"
                    <PopUpSettings Width="500px" /> 
                    </EditFormSettings>                    

Thanks
Princy.
Tags
Grid
Asked by
balasubramanian kanagaraj
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or