DotNetShoutout - Stories tagged with LookupField
2
Shouts

Advanced fixing SharePoint 2010 large lookup dropdowns

published 692 days, 21 hours, 4 minutes ago posted by StopsStops 694 days, 3 hours, 49 minutes ago
Wednesday, July 27, 2011 9:50:10 PM GMT Tuesday, July 26, 2011 3:05:35 PM GMT
Ever asked how you can fix the "> 20 List entries in a lookup" (where the SharePoint renders a filterable dropdown instead of a <select>) problem directly on the server? Read more. (more)
category: Web Dev | clicked: 14 | comment | | source: blog.dotnetcorner.ch
tags: LookupField, SharePoint 2010
3
Shouts

Arabia SharePoint: Bug with the LookupField control when the number of items is greater than 20

posted by ranyaofranyaof 1282 days, 9 hours, 17 minutes ago
Tuesday, December 15, 2009 9:37:14 AM GMT
If the number of items is 20 then the control generate a TextBox and an Image When the LookupField has more than 20 items, we receive thew following error: Microsoft JScript runtime error: Object required The problem is raised in the Core.js file in the AbsLeft method. function AbsLeft(obj) { var x=obj.offsetLeft; var parent=obj.offsetParent; while (parent.tagName !="BODY") { x+=parent.offsetLeft; parent=parent.offsetParent; } x+=parent.offsetLeft; return x; } The error is on "wh... (more)
category: Architecture | clicked: 6 | comment | | source: arabia-sharepoint.blogspot.com
tags: tech, LookupField, AbsLeft(obj), Dev, SharePoint 2007, C#, Core.js, dropdown, JavaScript, MOSS, Bug, Sharepoint, MOSS 2007