Hi,
I have a page with a server control that dynamically creates a RadGrid. The server control is nested inside of an AjaxPanel control (in the markup) with other non-Ajax controls. With the grid in edit mode, a control with autopostback causes the grid control to be created twice on the server with a definite delay between the creations. On the second creation, the LoadViewState function is skipped which causes problems.
Why is the control being created twice? Are there restrictions on autopostback controls in a grid?
Thanks,
Alan Polk
I have a page with a server control that dynamically creates a RadGrid. The server control is nested inside of an AjaxPanel control (in the markup) with other non-Ajax controls. With the grid in edit mode, a control with autopostback causes the grid control to be created twice on the server with a definite delay between the creations. On the second creation, the LoadViewState function is skipped which causes problems.
Why is the control being created twice? Are there restrictions on autopostback controls in a grid?
Thanks,
Alan Polk
