cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

How can I give visibility of textbox in runtime

SaiSameera
12-Amethyst

How can I give visibility of textbox in runtime

Hi,

I want to give the visibility of text box based on the selected item in the list. That is if the selected Item has any reason to be displayed then text box should be in visible state.

 

Thanks

Sameera

 

1 ACCEPTED SOLUTION

Accepted Solutions
PaiChung
22-Sapphire I
(To:SaiSameera)

Try it with a Validation widget, they can resolve to True/False and bind that to the Visibility of your Text box

View solution in original post

2 REPLIES 2
PaiChung
22-Sapphire I
(To:SaiSameera)

Try it with a Validation widget, they can resolve to True/False and bind that to the Visibility of your Text box

Thanks @PaiChung it is working for me.

Top Tags