Page 1 of 1

How do I hide and show mobilegridcell which is inside the same mobilegrid?

Posted: Sat Sep 06, 2014 6:47 am
by lorenzo

How do I hide and show mobilegridcell which is inside the same mobilegrid?

Image

My idea is on page load mobilegridcell_2 is hidden...and when mobilegridcell_1 is click, mobilegridcell_2 is shown while mobilegridcell_1 is hidden...

I tried this code,
Apperyio("mobilegridcell_2").hide( );
on page load, events, run javascript....but its not working for me...
Thank you in advance....


How do I hide and show mobilegridcell which is inside the same mobilegrid?

Posted: Sat Sep 06, 2014 2:52 pm
by Illya Stepanov

Hi Lorezo,

If you want to hide the grid cell you can make it this way on page Load event:
pre
code$("[name='mobilegridcell_9']").hide();/code
/pre
"mobilegridcell_9" - is the name of your grid cell;


How do I hide and show mobilegridcell which is inside the same mobilegrid?

Posted: Sat Sep 06, 2014 3:39 pm
by lorenzo

Thanks, I'll try it and give you feedback....


How do I hide and show mobilegridcell which is inside the same mobilegrid?

Posted: Wed Sep 10, 2014 3:22 am
by lorenzo

It works, thank you very much...more power to Appery.IO....