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

Disable Scrollbars in kendo-window

3 Answers 270 Views
Window
This is a migrated thread and some comments may be shown as answers.
Jyothi
Top achievements
Rank 1
Iron
Iron
Veteran
Jyothi asked on 07 Mar 2019, 08:12 PM

Hi

I have a kendo-window with a grid. The requirement is that I should disable the kendo-window scrollbar and only enable the scroll-bar for the grid withing it.Is this possible? If so how. Any help is greatly appreciated.

Regards,

Jyothi

3 Answers, 1 is accepted

Sort by
0
Accepted
Dimiter Madjarov
Telerik team
answered on 11 Mar 2019, 08:33 AM
Hello Jyothi,


Could you please provide further information about the current Window and Grid configurations? Setting up a small stackblitz example by modifying some of our demos would help us the most in understanding the exact requirements and providing assistance.

I am looking forward to hearing from you.

Regards,
Dimiter Madjarov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Jyothi
Top achievements
Rank 1
Iron
Iron
Veteran
answered on 13 Mar 2019, 11:19 AM

Hi Dimiter,

Thank you for your prompt response. Actually I was able to achieve this by setting the [height] attribute of the grid to a fixed size.

My current grid configuration now looks like the following:

<kendo-grid [data]="gridView"
[sortable]="{ mode: 'single' }" [sort]="sort"
(sortChange)="sortChange($event)"
[pageable]="pageableSettings"
[pageSize]="state.take"
[skip]="state.skip"
[filter]="state.filter"
[pageable]="true"
[resizable]="true"
filterable="menu"
[selectable]="true"
(dataStateChange)="dataStateChange($event)"
(selectionChange)="selectionChange($event)"
[resizable] = "true"
[height]="300"
>

 

Regards,

Jyothi

0
Dimiter Madjarov
Telerik team
answered on 13 Mar 2019, 01:37 PM
Hello Jyothi,


Thank you for the update. I am glad the issue has been resolved.

Regards,
Dimiter Madjarov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Window
Asked by
Jyothi
Top achievements
Rank 1
Iron
Iron
Veteran
Answers by
Dimiter Madjarov
Telerik team
Jyothi
Top achievements
Rank 1
Iron
Iron
Veteran
Share this question
or