Hi,
I am currently building an application that uses the RadGrid to display data and the grid appears to be dropping its styling. The scenario is as follows.
Master Page -> Page -> UserControl -> RadGrid
An AjaxPanel is wrapped around the UserControl level and this is where the partial postback happens. There are a few UserControls at that level which are shown or hidden depending on the context of the postback. When the UserControl containing the RadGrid first loads everything is fine (it is the first UserControl to load). When the postback occurs it hides the UserControl containing the RadGrid and shows a different UserControl. When there is a further postback the UserControl containing the RadGrid is reshown and at this point it has no styles applied.
I am using the default style which is fetched using the HttpHandler. This is the only style being used.
I hope you can provide me with some assistance.
Regards,
Andy.
I am currently building an application that uses the RadGrid to display data and the grid appears to be dropping its styling. The scenario is as follows.
Master Page -> Page -> UserControl -> RadGrid
An AjaxPanel is wrapped around the UserControl level and this is where the partial postback happens. There are a few UserControls at that level which are shown or hidden depending on the context of the postback. When the UserControl containing the RadGrid first loads everything is fine (it is the first UserControl to load). When the postback occurs it hides the UserControl containing the RadGrid and shows a different UserControl. When there is a further postback the UserControl containing the RadGrid is reshown and at this point it has no styles applied.
I am using the default style which is fetched using the HttpHandler. This is the only style being used.
I hope you can provide me with some assistance.
Regards,
Andy.