or
<asp:ScriptManager ID="ScriptManager1" runat="server" />
<telerik:RadWindowManager id="Singleton" runat="server" OnClientShow="OnClientShow" Skin="Default">
<windows>
<telerik:RadWindow ID="AssetEditPopupWindow" runat="server" Height="300" Width="300"
DestroyOnclose="true"
Modal="true"
VisibleStatusbar="false"
VisibleTitlebar = "true"
NavigateUrl="Default.html"
Title = "Asset Edit"
/>
</windows>
</telerik:RadWindowManager>
The code to open the window is as follows:
function AssetEdit(assetId)
{
var oWnd = $find( '<%= AssetEditPopupWindow.ClientID %>' );
oWnd.setUrl('AssetEdit.aspx?AssetId=' + assetId);
oWnd.show();
}

| .RadScheduler_Default .rsTimelineTable div.rsWrap |
| { |
| height:17px; |
| } |
| .RadScheduler_Default .rsTimelineView .rsHoursTable div.rsHoursWrapper |
| { |
| height: 17px; |
| } |
