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
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
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>
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