Completed
Last Updated: 20 Jan 2015 12:19 by ADMIN
ADMIN
Slav
Created on: 04 Dec 2013 08:47
Category: Dock
Type: Bug Report
0
RadDock cannot be expanded when using lightweight render mode and being collapsed initially
The RadDock control cannot be expanded when it is set in lightweight render mode and its property Collapsed is set to true.

You can avoid this issue by setting the dock in collapsed state via its client-side API:

<script type="text/javascript">
    function OnClientInitialize(sender, args) {
        sender.set_collapsed(true);
    }
</script>
<telerik:RadDock runat="server" ID="RadDock1" OnClientInitialize="OnClientInitialize">
</telerik:RadDock>
1 comment
ADMIN
Joana
Posted on: 20 Jan 2015 12:19
The issue will be fixed in Q1 2015.