Hello,
i have a multiview with 2 views and a radgrid in each view on an aspx page. The radgrid in the first view loses the skin in the following circumstances:
i have a multiview with 2 views and a radgrid in each view on an aspx page. The radgrid in the first view loses the skin in the following circumstances:
- switching the multiview to the second view
- pressing a button in the second view which opens a child window via onclick event and window.open()
- closing the childwindow (the onunload event of the childwindow does the following: window.opener.document.forms(0).submit())
- the childwindow is closed and the page is refreshed
- the the radgrid in view two has its normal appearance
- switching to view one via a button shows me a ragrid and radcomboboxes without skins (i'am using only the embbeded skins)
What should i do? I tried the radstylesheetmanger but the same happens.