Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

This is someting wrong with show() and hide() of the Grid component.

Lets try this code:
pre
code
var val = Appery("mobileselectmenu_7").val();
console.log("couponState: " + val);

if (val =="0") {
$('[dsid="mobilegrid_9"]').show();
$('[dsid="mobilegrid_23"]').hide();
cop_list.execute();
} else {
$('[dsid="mobilegrid_23"]').show();
$('[dsid="mobilegrid_9"]').hide();
list_todo.execute();
}
/code
/pre

Crystal
Posts: 0
Joined: Mon Nov 25, 2013 8:49 am

This is someting wrong with show() and hide() of the Grid component.

Hello,
It works fine. I frogot to clear the browser cache. Thanks very much!

Return to “Issues”