The community will undergo maintenance on October 16th at 10:00 PM PDT and will be unavailable for up to one hour.
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;