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

Grid Load Size

1 Answer 66 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 1
Peter asked on 08 Aug 2008, 01:44 PM
I've noticed that when Grids, with large amounts of data, are first loaded they start off at their default value. Then eventually expand as the page is fully loaded. The default values that telerik gives their grid is 400pxW * 300pxH. It seems like the grids use javascript to resize whenever a percentage value is given for the height and width of the grid.

Is there any way to avoid seeing the grid in it's minimized state while the page is being loaded? Thank you for your time. Any suggestions or comments will definitely be appreciated.
<telerik:RadGrid ID="grdMasterList" runat="server" EnableEmbeddedSkins="false" Skin="Test" 
                            AllowPaging="true" AutoGenerateColumns="false" AllowMultiRowSelection="false" 
                            AllowSorting="true" Height="100%" Width="100%" PageSize="100" OnNeedDataSource="grdMasterList_Data"

1 Answer, 1 is accepted

Sort by
0
Peter
Top achievements
Rank 1
answered on 08 Aug 2008, 02:21 PM
I did some more research. Sorry for not doing it before posting. The issue seems to be my splitter. Since everything within the splitter including the grid have a percentage. The splitter is using javascript to resize to the browser. It was one of the first threads in the splitter forum.

I will be watching that topic:
Splitter Topic
Tags
Grid
Asked by
Peter
Top achievements
Rank 1
Answers by
Peter
Top achievements
Rank 1
Share this question
or