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

Problem with NoRecordsTemplate width

2 Answers 56 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ericc34
Top achievements
Rank 1
ericc34 asked on 08 Jul 2008, 03:12 AM
Is it possible to set width of NoRecordsTemplate because when I have grid with only Edit and delete column (because all other column will be added dynamically), norecordstemplate is to short and message appears on many lines

Thanks

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 08 Jul 2008, 09:31 AM
Hi,

Try increasing the width of the RadGrid to prevent the message on the NoRecordsTemplate from appearing on many lines.


ASPX:
<telerik:RadGrid ID="RadGrid1" runat="server" Width="900px" DataSourceID="SqlDataSource1"  > 
             
 <MasterTableView AutoGenerateColumns="False"  Width="900px" TableLayout="fixed" EnableNoRecordsTemplate="true" DataSourceID="SqlDataSource1"
                    

Thanks
Princy.
0
ericc34
Top achievements
Rank 1
answered on 08 Jul 2008, 11:52 AM
my grid is 680px width
Tags
Grid
Asked by
ericc34
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
ericc34
Top achievements
Rank 1
Share this question
or