Page 2 of 2

Hide/Show Grid works in simulator but not in safari mobile

Posted: Fri Nov 15, 2013 2:07 pm
by Ram

Dear Maryna,

well, when I use the same line of code:

code
Appery('grid_fake').hide();
/code

and

code
Appery('grid_fake').show();
/code

from the radio button click event then it doesnt work, i then tried as you suggested using the same line of code from a button click event and it does work :)

so... is it a bug or there's some workaround for getting it to work when clicking a radio button too?

Cheers,
R.


Hide/Show Grid works in simulator but not in safari mobile

Posted: Fri Nov 15, 2013 8:48 pm
by Maryna Brodina

Click event for radiobutton doesn't work on device. Please use value change event instead.


Hide/Show Grid works in simulator but not in safari mobile

Posted: Sat Nov 16, 2013 8:20 am
by Ram

Yey!! :)

Image