<div>I am trying to make to conditionally disable a textbox depends the value of other column I have the model class. I want to make the textbox PositionDetails have to be disabled when there is no value in the column Position. Please help how
to disable the textbox
Member
4 Points
10 Posts
How can I Conditional disabling the textbox depends the value of the other column
Mar 08, 2020 07:43 AM|systemthreep|LINK
<div>I am trying to make to conditionally disable a textbox depends the value of other column I have the model class. I want to make the textbox PositionDetails have to be disabled when there is no value in the column Position. Please help how to disable the textbox
</div>
Member
4 Points
10 Posts
Re: How can I Conditional disabling the textbox depends the value of the other column
Mar 08, 2020 11:23 AM|systemthreep|LINK
I solved this problem by the code given below