Rank: Member Groups: Member
Joined: 7/29/2011 Posts: 14
|
I have your Grid control inside a splitter control which is inside an ajax accordion control.
When I load first time, without anything in the Grid loaded, there is a delay while it is being drawn making display look wierd until all rendering is complete.
If I do actions within the accordion pane, no redraw issues.
I have some msgbox controls for update/delete confirmation purposes. when ok pressed, the force postback even though I do not want them to and force redraw of display, thus looking bad on rendering.
Issue appears to be with Grid control and its method
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
That's normal. The Splitter has to wait until the page is loaded before it can do certain calculation/adjustments. Before that you will see things placed at the wrong places briefly. If you want to avoid them, you will need to avoid page reload.
Thanks!
|