Hi,
I have a lookup column. When i edit a row, I want to disable (not hide) some options from the dropdown based on the current row that is being edited.
How to do that?
Regards
1 Answers
Hello,
In the html after grid output, you can have following JS function in which you can disable dropdown option based on ids. This demo disabled dropdown option id:1 when row’s tax field > 50
Line 161: https://gist.github.com/gridphp/525bff768b17f8af659987c1f4d481eb
Your Answer