Forum Post: New Ui - Link Lookup/main Lookup And Disabling Field

  • Thread starter Thread starter Meryk
  • Start date Start date
Status
Not open for further replies.
M

Meryk

Guest
Hello, I have a dropdown List (lets call it field B) that is a link lookup on another field (let's call it A) in a QC page. When A is empty I want to disable B. I am simply doing : if (rbf_isEmpty(A)){ $('fieldBIntegrationName').data('kendoDropDownList').enable(false); } This is not working. When I remove the link lookup/main lookup, it works fine and the field B is disabled when A is empty. (but I need the link lookup main lookup). Why is the Link Lookup/ Main Lookup preventing the field from being disabled ? If this is an issue, I would have to filter the field B manually when A is there, which I would prefer to avoid to reduce coding ... Any ideas ? Thank you Meryem

Continue reading...
 
Status
Not open for further replies.
Back
Top