BenjaminKaiser
Posts: 0
Joined: Thu Nov 28, 2013 11:17 am

Carusel 100% height in a gridcell

Hello,

I've placed a grid on a page with 100% height. I have three rows and I want to place a carusel in the upper row. The upper row in the grid has a dynamic height (auto, screenheight - heigh of the other two rows) and I want the carusel to fit the complete height of the upper row. I don't know how to do this. Any hints? If I try to get the height of the upper row with:

Appery("gridrow1").css("height");

I get an empty value... :-(

Best,

Benjamin

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Carusel 100% height in a gridcell

Hello Benjamin,

Please try to set the height using js. To get the height of a cell, use code
pre$("[name=mobilegridcellName]").height()/pre

Return to “Issues”