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