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

[Solved] How to change Edit Mode Popoup Width

2 Answers 170 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Anto (DLL Version : 2008.3.1314.35)
Top achievements
Rank 2
Anto (DLL Version : 2008.3.1314.35) asked on 30 Jun 2009, 04:55 AM
Hi All,

I have a RadGrid with Datas, Edit Mode =Popup. It works fine.

I need:

Is there any option to change the size(WIDTH) of the popup.

Due to the reason: All the HeaderText contains two words. So the second word is shown in the next line.

So I need to increase the width of the popup.

Thank You

-Anto

2 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 30 Jun 2009, 06:13 AM
Hello Anto,

You can set the width of the pop up in the using the PopUpSettings>Width attribute of the MasterTableView:
aspx:
 <telerik:RadGrid ID="RadGrid1" runat="server" DataSourceID="SqlDataSource1" >   
    <MasterTableView EditMode="PopUp" >     
       <Columns> 
           .... 
       </Columns> 
       <EditFormSettings> 
       <PopUpSettings Width="800px"  /> 
       </EditFormSettings> 
    </MasterTableView>      
 </telerik:RadGrid>  

Thanks
Princy.
0
Anto (DLL Version : 2008.3.1314.35)
Top achievements
Rank 2
answered on 06 Jul 2009, 11:46 AM
Hi Princy

Thank you very much

-Anto
Tags
Grid
Asked by
Anto (DLL Version : 2008.3.1314.35)
Top achievements
Rank 2
Answers by
Princy
Top achievements
Rank 2
Anto (DLL Version : 2008.3.1314.35)
Top achievements
Rank 2
Share this question
or