I am trying to determine a way of hiding my RadGrid until all of the client-side ajax events I am handling are done. Then show the grid.
Is this possible?
Perhaps I am going about this in a more difficult manner than is needed or perhaps I am accessing the grid in the wrong event but I am trying to accomplish the following:
-Determine the height of a pane when a window is loaded.
-Based on that pane height, set the grid's PageSize property.
-I need to capture the pane's height prior to the grid loading so that I can set the pagesize property before this is printed to the screen.
The problem is that the Grid is displayed with the defaults prior to me getting access to the MasterTableView to get or set the pageSize property.
R
Is this possible?
Perhaps I am going about this in a more difficult manner than is needed or perhaps I am accessing the grid in the wrong event but I am trying to accomplish the following:
-Determine the height of a pane when a window is loaded.
-Based on that pane height, set the grid's PageSize property.
-I need to capture the pane's height prior to the grid loading so that I can set the pagesize property before this is printed to the screen.
The problem is that the Grid is displayed with the defaults prior to me getting access to the MasterTableView to get or set the pageSize property.
R
