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

RadGrid Goes out of Broswer window

3 Answers 70 Views
Grid
This is a migrated thread and some comments may be shown as answers.
karuppiah
Top achievements
Rank 1
karuppiah asked on 16 Oct 2015, 04:11 PM
Hi There..
I have a pblm. My radGrid  has alignment issue. Some of the rows goes out Browser window. Please see the attached picture.

3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 19 Oct 2015, 03:34 PM
Hello,

Could you please specify which is the version of Telerik UI for ASP.NET AJAX  you are using in your project? Also try setting fixed width for the grid and MasterTableView.TableLayout property to Fixed and see if it makes any difference.

In case the problem still exists send us the grid declaration so we can test it locally. 

Regards,
Pavlina
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
karuppiah
Top achievements
Rank 1
answered on 21 Oct 2015, 10:13 AM

Hello Admin,

Currently I am using 2013.2.611.35 version.  That error which I have mentioned is happening randomly. so I could test ur properties. without that itself sometimes there is no alignment problem but someother time alignment issue coming. what shall I do?

My Page Grid Declaration as follows::

<telerik:RadGrid ID="dgAppFormList" Skin="Office2007" GridLines="None" EnableAJAX="true"
runat="server" AllowAutomaticDeletes="True" AllowAutomaticInserts="True" AllowAutomaticUpdates="True"
ShowStatusBar="True" AllowPaging="True" PageSize="20" AutoGenerateColumns="False"
Width="99%" DataSourceID="ObjectDataSource1">
<PagerStyle Mode="NextPrevAndNumeric" />
<MasterTableView CommandItemDisplay="Top" DataKeyNames="Id" HorizontalAlign="NotSet" Width="100%" DataSourceID="ObjectDataSource1">
<Columns>

0
Pavlina
Telerik team
answered on 21 Oct 2015, 10:23 AM
Hi,

In order to prevent this issue I would recommend you upgrade to the latest version of the controls.
http://docs.telerik.com/devtools/aspnet-ajax/installation/upgrading-instructions/upgrading-a-trial-to-a-developer-license-or-to-a-newer-version

Regards,
Pavlina
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
karuppiah
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
karuppiah
Top achievements
Rank 1
Share this question
or