Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
255
Async Show/Hide WebDataGrid
posted

I have a web page with a WebDataGrid that is hidden initially. Postback from a radio button turns the visibility on. If I perform a full postback, the grid loads fine and is styled correctly. If I wrap the controls in an UpdatePanel, the grid still loads during the [partial] postback, but the CSS does not get applied.

Reviewing the resultant HTML, I can see that Infragistics adds a Script Handler (.AXD), some StyleSheets, and some JavaScript code to make the grid initialize. These seem only to be generated during a full postback, not partial.

Does anyone know of a way to force the grid to initialize properly during a partial postback.

Parents Reply Children
No Data