This is a migrated thread and some comments may be shown as answers.

Radgrid not getting skin in Multipage

1 Answer 29 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mike Kretzler
Top achievements
Rank 2
Mike Kretzler asked on 28 Aug 2008, 11:58 PM
I am creating a fairly simple page that displays basic editable data at the top, then has two sections that are contained within a radtabstrip and multipage.  The two sections that are in the multipage are both simple radgrids that are bound dynamically, and have very simple data.  One of them displays an employee name, and an updatable checkbox, and the other contains an assignment name, description, and a checkbox to disable that assignment.  As you can see... very basic.  The problem that I'm having is that when the radgrid's are outside of the multipage they show the custom skin that I have applied to them.  When they are in the multipage, they have no skin.  Does the skin of the radgrid get overwritten by the multipage or the tabstrip?

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 29 Aug 2008, 09:13 AM
Hi Mike,

If RadGrid is initially invisible and is shown after an ASP.NET AJAX update, the skin is missing due to a MS AJAX limitation - UpdatePanels do not update the page header where the CSS files for the grid are registered - you can use Telerik's RadAjaxManager to achieve this.

Greetings,
Dimo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Mike Kretzler
Top achievements
Rank 2
Answers by
Dimo
Telerik team
Share this question
or