Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
With two toggle button in a grid, applying a NOT PRESSED binding to both toggle buttons within them. if we press one of the buttons, the other should appear unpressed. This particular NOT PRESSED binding is not unpressing the other button in the preview and published output also.
Solved! Go to Solution.
hi ,
Thank you for quick response.
Yes i need only one toggle button to pressed and other buttons to be unpressed, when i press any other toggle buttons.
and i think i got the solution also from one of the post, i have achieved it using java script here:
$scope.view.wdg['Button-1']['pressed']=false;
Hello Vinaykotti,
if I understood well, we should have only one button radio pressed at the same time.
Best regards,
Samuel
hi ,
Thank you for quick response.
Yes i need only one toggle button to pressed and other buttons to be unpressed, when i press any other toggle buttons.
and i think i got the solution also from one of the post, i have achieved it using java script here:
$scope.view.wdg['Button-1']['pressed']=false;