deveu
Posts: 0
Joined: Tue Apr 08, 2014 4:10 am

Grid left to right

working

but

Apperyio("mobilegridName").parent().css("width", width); will be in js

after service success I did this
var width = 0;
$("[name=mobilegridName]").each(function(){
width += parseInt($(this).width());
});

Apperyio("mobilegridName").parent().css("width", width);

Anyhow tnx again

deveu
Posts: 0
Joined: Tue Apr 08, 2014 4:10 am

Grid left to right

there will have 2 buttons.
1 to move left and another to move right.
button should be bind with scroller.
any way to bind button with scroller

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

Grid left to right

Hello,

Please take a look at this link: http://stackoverflow.com/questions/13...

Return to “Issues”