How do I disable a dropdown list in a Side-by-Side question? | XM Community
Skip to main content
! I have the above side-by-side question and i would like to disable users to make changes to column. Tried several jQuery but to no avail. var qid = this.questionId; $('QR~'+qid+'#2~1~1').up('td').childElements().attr('disabled','disabled'); $('QR~'+qid+'#2~1~1').up('td').childElements().prop('disabled','disabled'); Need advice, please! thank you in advance.
I'm not understanding what your end goal is here. Do you want a list of drop-downs in one column and a list of "N.A." in the other? Can you explain what you want it to look like?