简体   繁体   中英

Kendo UI Angular Grid - Height

In my <kendo-grid></kendo-grid> tag, i have [height]="300" .

If I do this without paging, it works. As soon as i turn paging on, it stops working.

I also tried [height]="height" with height = 300 in my ts file.

Does anyone know of any issues that stops the height working on my grid?

So it turns out, you cant use [scrollable]="'none'" if you want to set the height. Thats why it wasnt using the height i specified

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM