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

[Solved] Scroll bars not displayed

1 Answer 92 Views
Window
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Michel Corbin
Top achievements
Rank 1
Michel Corbin asked on 03 Aug 2012, 04:36 PM
Hi,

I just tried your Window component and I works great but the 'Scrollable' properties to true don't work in my case.

@{ Html.Telerik().Window()
      .Name("ReferenceWindow")
      .Title("Référence")
      .Width(600)
      .Height(600)
      .Resizable()
      .Draggable(true)
      .Scrollable(true)
      .Modal(true)
      .Visible(false)
      .ClientEvents(e => e.OnOpen("Window_onOpen").OnRefresh("Window_onRefresh"))
      .Render(); }

I have a lot of text displayed in the window; 1000 lines.

Instead of showing a Window of a height of 600 with a vertical scrollbar, the Window is displayed with a height of 1500 with the vertical scrollbar of the main window displayed.

Am I missing something?

Thank you very much.

1 Answer, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 08 Aug 2012, 07:51 AM
Hi Samuel,

I tried to reproduce the problem on my local demos but to no avail. I suggest you to create a small sample project which replicates the issue and send it so we can search for a solution.

Regards,
Petur Subev
the Telerik team
Check out the successor of Telerik MVC Extensions - Kendo UI for ASP.NET MVC - and deem it for new ASP.NET MVC development.
Tags
Window
Asked by
Michel Corbin
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Share this question
or