How do I hide and show mobilegridcell which is inside the same mobilegrid?
How do I hide and show mobilegridcell which is inside the same mobilegrid?
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....