Cross Side Lookup read-only

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
Andy Weisse
Posts: 9
Joined: Wed Jun 03, 2015

13 Jul 2015

Hi!

How can I set CrossSide Lookups read-only?

fd.field('name').readonly(true); <- If that doesn't work anymore since the update?

Best regards

Andy

User avatar
rostislav
Moderator
Posts: 364
Joined: Mon Oct 19, 2015

13 Jul 2015

Hello,

It works in the new version the same way it was working before. Are you using the correct internal name? Often these problems arise because of confusion between the title of a field and it's internal name. The internal name is found in the Forms Designer (click on the control -> in the panel on the right hand side under 'Field' you'll see 'InternalName').

Andy Weisse
Posts: 9
Joined: Wed Jun 03, 2015

13 Jul 2015

Thanks for your answer! I used the internal names. The problem exists in all lookup fields.

All fields are readonly, only these not.

Andy Weisse
Posts: 9
Joined: Wed Jun 03, 2015

13 Jul 2015

In Firefox it works, but in Explorer not.

User avatar
rostislav
Moderator
Posts: 364
Joined: Mon Oct 19, 2015

14 Jul 2015

What version of Internet Explorer are you using?

User avatar
rostislav
Moderator
Posts: 364
Joined: Mon Oct 19, 2015

14 Jul 2015

Indeed this is a bug of the new version. We'll fix it in the nearest future. For now please use a workaround:

Code: Select all

Plumsail.CSL.jQuery(fd.field("INTERNALNAME").control()._el().find(".plumsail-csl > input")).select2('enable', false);
Replace last false with true if you want to enable the control.

User avatar
rostislav
Moderator
Posts: 364
Joined: Mon Oct 19, 2015

15 Jul 2015

We've fixed the bug, you can download the latest version from the website and get rid of the workaround.

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 24 guests