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

Title Bar Blank

3 Answers 68 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Adam sharpe
Top achievements
Rank 1
Adam sharpe asked on 01 Oct 2010, 03:13 PM
I have my rad docks located within a multipage view. When the view is activated, the docks appear but the titles are missing.

(see attached "problem.jpg")

Is there a way to force the repaint method from code-behind, so I can run it during my view activation? Reclicking on the view link causes the titles to display properly.

(see "ok.jpg")

3 Answers, 1 is accepted

Sort by
0
Accepted
Pero
Telerik team
answered on 06 Oct 2010, 04:46 PM
Hello Adam,

You should handle the OnClientInitialize client-side event of the RadDock control, and then call the repaint client-side method.

Another thing that might resolve the issue is applying the following CSS to the page containing all the docks:

<style type="text/css">
    .rdTitleBar EM
    {
        width: 50% !important;
    }
</style>


Best wishes,
Pero
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Adam sharpe
Top achievements
Rank 1
answered on 07 Oct 2010, 02:33 PM
That worked. Thank you!
0
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
answered on 08 Oct 2015, 03:27 PM
I ran into this issue with the latest controls whereby I have a rad dock in an ajaxified panel which is hidden. An ajax update displ​ays the panel but the Rad Dock Titles flash on the screen and disappear. Subsequent postbacks display the titles correctly. The .css declaration seems to have fixed the problem but you may want to look into fixing the bug.
Tags
Dock
Asked by
Adam sharpe
Top achievements
Rank 1
Answers by
Pero
Telerik team
Adam sharpe
Top achievements
Rank 1
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Share this question
or