Page 1 of 1

Carusel 100% height in a gridcell

Posted: Mon Sep 01, 2014 2:07 pm
by BenjaminKaiser

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


Carusel 100% height in a gridcell

Posted: Mon Sep 01, 2014 3:56 pm
by Evgene Karachevtsev

Hello Benjamin,

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