Skip to main content
Best answer by abhiramk

You can achieve it using validators, give your service selected rows value as input to validator and then evaluate expression by binding selected rows changed event.

Write your piece of code in validator and output as boolean. Give that validator output to visibility of your label/textbox.

1 reply

1-Visitor
September 2, 2020

Hello,

 

You can do it by binding radio button state to your label or textbox visible. 

RM1214-AlexandriteAuthor
14-Alexandrite
September 3, 2020

Is it possible with generic radio button??  actually I have to passed value after click in generic radio button  

please referred  below attachment 

RM12_0-1599103192682.png

 

 

abhiramk1-VisitorAnswer
1-Visitor
September 3, 2020

You can achieve it using validators, give your service selected rows value as input to validator and then evaluate expression by binding selected rows changed event.

Write your piece of code in validator and output as boolean. Give that validator output to visibility of your label/textbox.