In some of our projects we have a parent-child relationship between 2 lists. With the out-of-the-box tools it is not easy (or intuitive) for the end users to edit the child items. In this example we have the following data model: We have 2 custom lists: Projects Steps: contains a lookup column (projectId) to the […]
Tag Archives: jQuery
Filter a SharePoint list using wildcards
There are a few filter webpart in SharePoint available but they don’t give you the possibility to filter your data with wildcards. You can use this workaround to do this: On your viewpage (for example Allitems.aspx) you add a CEWP (content editor webpart) where we will add some html and javascript code. Open the source […]
>Verbreden van multiselect velden via jQuery
>Wanneer je een sharepoint lijst maakt met een multiselect veld erin is dat veld in de edit weergave nogal klein. Je kan dit veld met behulp van jQuery (javascript) breder maken. Volg hiervoor de onderstaande stappen: Indien jQuery nog niet op de sharepoint server staat kan je het hier downloaden. Maak (op de root) van […]