The custom text itemRender (for some column) is NOT the item renderer used by 
the mobileGrid's list, it's a sub renderer.
So changing its height has no effect.
The MobileGrid has an internal item Renderer of type MobileGridRowRenderer.

Otherwise, try setting the rowHeight of MobileGrid's layout (which is of type 
MobileGridLayout, and inherits from VerticalLayout).

Let me know.

Maurice 

-----Message d'origine-----
De : Deepak MS [mailto:[email protected]] 
Envoyé : mercredi 27 août 2014 07:15
À : [email protected]
Objet : MobileGrid rowHeight?

Hi Maurice,

Wanted to know if we can somehow change the rowHeight of mobilegrid rows.

I tried custom text itemRenderer. Even if we change width\height of custom 
renderer, the row height doesn't alter. It's height is same always.
Internally it is using list. I wanted to know if there is a way to alter the 
list's row height ?

Cheers!

Reply via email to