Hi,
We have an issue and I'm not sure if this is just expected SharePoint behavior or what, but it seems like it shouldn't be.
We're using SharePoint Foundation 2013. We have a list with a couple of multiline fields (plain text), and a lookup column to a single field in another list I'll call list B. That lookup column is allowed to have multiple values.
After entering an item for List A, if we click on the row so it displays in DispForm.aspx, sometimes multiline values will not show. We've narrowed that down to when we've selected >1 entry for the lookup field, and the multiline value is before the lookup items.
i.e. Output in DispForm.aspx would display something like as follows:
Title: MyTitle
Multiline Field 1:
Lookup Field: Item1; Item2
Multiline Field 2: This shows data
If we remove an item from the lookup field, then DispForm shows the data in Field 1 properly, something like:
Title: MyTitle
Multiline Field 1: This shows the data now as it should
Lookup Field: Item1
Multiline Field 2: This shows data
The solutions that we know of are:
a. Move all lookup fields above any multiline fields, since it all displays properly after the lookup field.
b. Create a special DispForm.aspx for this list, and place a
disable-output-escaping="yes" tag on the xsl for the lookup field.
My question are:
1. Is this expected SharePoint behavior, and has it always been like that?
2. If it is, why can't it display basic information properly? :)
3. Are the 2 solutions as I've stated the only solutions, or are their easier ones? Can I override the formatting for any lookup column somewhere else instead of having to make custom DispForms for each list where this could be an issue?
I apologize, no one at my company is a SharePoint developer by any means. We just can't believe it won't display information properly for a basic list. It's caused people to freak out thinking data hadn't been entered when it actually had been.
Thanks,
Eric