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

Very strange bit of RadGrid behavior

1 Answer 31 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Boris
Top achievements
Rank 1
Boris asked on 23 Jan 2013, 04:06 PM
I've already solved this problem but I thought I should post it here anyway.

I have a grid on a screen.  I've not had this problem with any other grid in the app.  The lead part of the grid is as follows:

<telerik:RadGrid Width="100%" ID="RadGrid1" runat="server" AutoGenerateColumns="False" CellSpacing="0" GridLines="None" OnNeedDataSource="RadGrid1_NeedDataSource" OnItemCreated="RadGrid1_ItemCreated" OnUpdateCommand="RadGrid1_UpdateCommand" OnInsertCommand="RadGrid1_InsertCommand" OnItemCommand="RadGrid1_ItemCommand" OnItemDataBound="RadGrid1_ItemDataBound" AllowFilteringByColumn="True" OnPreRender="RadGrid1_PreRender" AllowPaging="True" AllowSorting="True" PageSize="20">

I found that if I made the brower window resizable and started stretching out the length, the window suddenly went mostly blank, with the exception of what looks like a button in the top left corner.  It's almost as if there's some sort of featureless control on there.  I've attached a screen shot.

The fix is simply to reduce the Width to 99%.  Then it works perfectly.  I should also mention that this particular grid does not have the centering CSS declarations some of the others have.   (Currently running 2012.2.607.40.  Whenever I get the latest I'll try again.)

(Just checked.  This only happens in Chrome. IE and Firefox are apparently unaffected.)

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 28 Jan 2013, 11:48 AM
Hello Boris,

Thank you for sharing your issue and the fix you have implemented.
I'm sure it will be of a big help for the other users that are facing the same problem in Chrome browser.

Greetings,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Boris
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or