{"id":67,"date":"2014-05-21T23:07:42","date_gmt":"2014-05-21T23:07:42","guid":{"rendered":"https:\/\/seek.itgroove.net\/?p=67"},"modified":"2023-02-24T21:48:28","modified_gmt":"2023-02-24T21:48:28","slug":"or-edit-this-list-quick-edit-part-1","status":"publish","type":"post","link":"https:\/\/regroove.ca\/archive\/2014\/05\/21\/or-edit-this-list-quick-edit-part-1\/","title":{"rendered":"\u201cor edit this list\u201d (Quick Edit Part 1)"},"content":{"rendered":"<p>In SharePoint 2013 there\u2019s a \u201cQuick Edit\u201d View Format.\u00a0 Most people will know this from SharePoint 2010 when it was called the \u201cDatasheet View\u201d View Format.<\/p>\n<h3>\u201cQuick Edit\u201d in the Ribbon<\/h3>\n<p>There are some scenarios in SP2013 where the \u201cQuick Edit\u201d View Format can not function properly.\u00a0 There have been a number of posts on this, and in summary they are:<\/p>\n<ul>\n<li>After upgrading from SP2010, ensure\n<ul>\n<li>The view is set to the \u201cDefault\u201d view style<\/li>\n<li>The view section for \u2018Tabular views\u2019 is configured to \u2018allow individual item checkboxes\u2019<\/li>\n<\/ul>\n<\/li>\n<li>If you have created a new list\/library in SP2013, then ensure\n<ul>\n<li>There is no \u2018Grouping\u2019 on the view being used with \u201cQuick Edit\u201d<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>One uncommon scenario that isn\u2019t on the <a href=\"http:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/Interjet_Airbus_A320_AADPR.jpg\">interjet<\/a> is the Calculated Column.\u00a0 If you create a new calculated column, and it\u2019s displayed in the view being used with \u201cQuick Edit\u201d, then you will be able to click on \u201cQuick Edit\u201d in the Ribbon.\u00a0 However the cells in the body of the page will be grey-ed out.\u00a0 Simply remove the calculated column to get the \u201cQuick Edit\u201d functionality back.\u00a0 You may be able to use workflows to get the calculated values you need.<\/p>\n<p>Other than this, I have not encountered any out-of-box column data types that disable the entire \u201cQuick Edit\u201d View Format.\u00a0 There are some system controlled data types that don\u2019t allow business users to type in values, but these are grey-ed out on a case by case basis and don\u2019t disrupt the overall \u201cQuick Edit\u201d View Format.<\/p>\n<h3>\u201c+ new task or edit this list\u201d in Web Parts<\/h3>\n<p>In the early days of SP2013 an issue was reported where enabling the web part \u201cSummary View\u201d would hide\/disable the \u201c+ new task or edit this list\u201d control in a List web part.\u00a0 This issue seems to persist even after Service Pack 1, so make a custom view and use that instead of the &lt;Summary View&gt;.<\/p>\n<p>One important difference to note is that Lists get the \u201c+ new task or edit this list\u201d control, and Libraries get the \u201c+ new document or drag files here\u201d.\u00a0 There\u2019s no quick and easy way to put the List control on a Library.\u00a0 It would probably just frustrate your business users anyways.<\/p>\n<p>You could try to override this default behavior using some custom javascript, but you should really just consider making your default view a \u201cQuick Edit\u201d view instead.<\/p>\n<h3>App Development<\/h3>\n<p>I&#8217;m not a developer, and I didn&#8217;t spend hours tracking down the best MSDN reference ever (sorry).\u00a0 But if you like peaking at code then <a href=\"http:\/\/code.msdn.microsoft.com\/office\/SharePoint-2013-Use-the-c3edb076\/sourcecode?fileId=109578&amp;pathId=721387513\">check out these standard sharepoint\/office app controls (link)<\/a>.\u00a0 You\u2019ll see our friends: \u201cnew item\u201d; \u201cnew document\u201d; \u201c\u2026or drag files here\u201d; and \u201c\u2026or edit this list\u201d as individual strings.\u00a0 You\u2019ll see a bunch of other standardized strings too.<\/p>\n<div id=\"codeSnippetWrapper\" style=\"margin: 20px 0px 10px;padding: 4px;border: 1px solid silver;width: 97.5%;text-align: left;line-height: 12pt;overflow: auto;font-family: 'Courier New', courier, monospace;font-size: 8pt;cursor: text;direction: ltr;background-color: #f4f4f4\">\n<div id=\"codeSnippet\" style=\"padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_STSRecycleConfirm_Text=\"Are you sure you want to send the item(s) to the site Recycle Bin?\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_STSDelConfirm_Text=\"Are you sure you want to permanently delete the item(s)?\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_STSDelConfirmParentTask=\"Deleting a summary task will also delete its subtasks.\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_Notification_Delete=\"Deleting...\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_Notification_CheckOut=\"Checking Out...\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_NewDocumentCalloutSize=\"280\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_NewDocumentWordImgAlt=\"Create a new Word document\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_NewDocumentWord=\"Word document\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_NewDocumentExcelImgAlt=\"Create a new Excel workbook\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_NewDocumentExcel=\"Excel workbook\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_NewDocumentPowerPointImgAlt=\"Create a new PowerPoint presentation\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_NewDocumentPowerPoint=\"PowerPoint presentation\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_NewDocumentOneNoteImgAlt=\"Create a new OneNote notebook\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_NewDocumentOneNote=\"OneNote notebook\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_NewDocumentExcelFormImgAlt=\"Create a new Excel survey\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_NewDocumentExcelForm=\"Excel survey\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_NewDocumentFolderImgAlt=\"Create a new folder\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_NewDocumentFolder=\"New folder\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPStopEditingTitle=\"Stop editing and save changes.\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SPStopEditingList=\"{0}Stop{1} editing this list\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPAddNewItem=\"new item\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SPAddNewAnnouncement=\"new announcement\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPAddNewDocument=\"new document\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SPAddNewLink=\"new link\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPAddNewEvent=\"new event\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SPAddNewTask=\"new task\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPAddNewPicture=\"new picture\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SPAddNewWiki=\"new Wiki page\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPAddNewDevApp=\"new app to deploy\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SPAddNewApp=\"new app\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPAddNewItemTitle=\"Add a new item to this list or library.\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SPAddNewAndDrag=\"{0} or drag files here\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPAddNewAndEdit=\"{0} or {1}edit{2} this list\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SPEditListTitle=\"Edit this list using Quick Edit mode.\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_ViewSelectorCurrentView=\"Current View\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SaveThisViewButton=\"Save This View\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPCount=\"Count\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SPSum=\"Sum\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPAvg=\"Average\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SPMax=\"Maximum\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPMin=\"Minimum\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SPStdev=\"Std Deviation\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPVar=\"Variance\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SPCollapse=\"collapse\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPExpand=\"expand\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SPClientNoTitle=\"No Title\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_OpenMenu=\"Open Menu\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_select_deselect_all=\"Select or deselect all items\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPSelection_Checkbox=\"Selection Checkbox\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_OpenMenuKeyAccessible=\"Click to sort column\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_CSR_NoSortFilter=\"This column type canu0027t be sorted or filtered.\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_NODOCSEARCH=\"Your search returned no results.\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_NODOC=\"There are no files in the view \"%0\".\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_NODOCView=\"There are no documents in this view.\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_AccRqEmptyView=\"You are all up to date! There are no requests pending.\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SPClientPrevious=\"Previous\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPClientNext=\"Next\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_OpenMenu_Text=\"Open Menu\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_ViewSelectorTitle=\"Change View\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SelectBackColorKey_TEXT=\"W\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SlideShowPrevButton_Text=\"Previous\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SlideShowNextButton_Text=\"Next\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPClientNew=\"new\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SPClientNewAK=\"n\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPClientNewTooltip=\"Create a new document in this library.\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_ImgAlt_Text=\"Picture\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPClientEdit=\"edit\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SPClientEditAK=\"e\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPClientEditTooltip=\"Open a selected document for editing.\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SPClientUpload=\"upload\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPClientUploadAK=\"u\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SPClientUploadTooltip=\"Upload a document from your computer to this library.\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPClientShare=\"share\";ListViewDefaults.Strings.L_SPClientShareAK=\"s\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SPClientShareTooltip=\"Invite people to a selected document or folder.\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPClientManage=\"manage\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SPClientManageAK=\"m\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPClientManageTooltip=\"Do other activities with selected documents or folders.\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SPClientSync=\"sync\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPClientSyncAK=\"y\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SPClientSyncTooltip=\"Create a synchronized copy of this library on your computer.\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPClientNumComments=\"Number of Comment(s)\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SPEmailPostLink=\"Email Post Link\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPSelected=\"Selected\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SPGroupBoardTimeCardSettingsNotFlex=\"Normal\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPView_Response=\"View Response\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SPYes=\"Yes\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPNo=\"No\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SPRelink=\"Relink\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPMerge=\"Merge\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_SPMeetingWorkSpace=\"Meeting Workspace\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_BusinessDataField_Blank=\"(Blank)\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_BusinessDataField_ActionMenuLoadingMessage=\"Loading...\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_BusinessDataField_ActionMenuAltText=\"Actions Menu\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_RelativeDateTime_AFewSecondsFuture=\"In a few seconds\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_RelativeDateTime_AFewSeconds=\"A few seconds ago\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_RelativeDateTime_AboutAMinuteFuture=\"In about a minute\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_RelativeDateTime_AboutAMinute=\"About a minute ago\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_RelativeDateTime_XMinutesFuture=\"In {0} minute||In {0} minutes\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_RelativeDateTime_XMinutes=\"{0} minute ago||{0} minutes ago\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_RelativeDateTime_XMinutesFutureIntervals=\"1||2-\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_RelativeDateTime_XMinutesIntervals=\"1||2-\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_RelativeDateTime_AboutAnHourFuture=\"In about an hour\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_RelativeDateTime_AboutAnHour=\"About an hour ago\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_RelativeDateTime_Tomorrow=\"Tomorrow\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_RelativeDateTime_Yesterday=\"Yesterday\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_RelativeDateTime_TomorrowAndTime=\"Tomorrow at {0}\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_RelativeDateTime_YesterdayAndTime=\"Yesterday at {0}\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_RelativeDateTime_XHoursFuture=\"In {0} hour||In {0} hours\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_RelativeDateTime_XHours=\"{0} hour ago||{0} hours ago\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_RelativeDateTime_XHoursFutureIntervals=\"1||2-\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_RelativeDateTime_XHoursIntervals=\"1||2-\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_RelativeDateTime_DayAndTime=\"{0} at {1}\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_RelativeDateTime_XDaysFuture=\"{0} day from now||{0} days from now\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_RelativeDateTime_XDays=\"{0} day ago||{0} days ago\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_RelativeDateTime_XDaysFutureIntervals=\"1||2-\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_RelativeDateTime_XDaysIntervals=\"1||2-\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_RelativeDateTime_Today=\"Today\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_UserFieldInlineTwo=\"^1 and ^2\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_UserFieldInlineThree=\"^1, ^2, and ^3\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_UserFieldInlineMore=\"^1, ^2, ^3, and ^4^5 more^6\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_SPCheckedoutto=\"Checked Out To\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: #f4f4f4\">ListViewDefaults.Strings.L_viewedit_onetidSortAsc=\"Sort Ascending\";<\/pre>\n<p><!--CRLF--><\/p>\n<pre style=\"margin: 0em;padding: 0px;width: 100%;text-align: left;color: black;line-height: 12pt;overflow: visible;font-family: 'Courier New', courier, monospace;font-size: 8pt;direction: ltr;background-color: white\">ListViewDefaults.Strings.L_viewedit_onetidSortDesc=\"Sort Descending\";<\/pre>\n<p><!--CRLF--><\/p>\n<\/div>\n<\/div>\n<p>If you notice any more nuances to the &#8220;Quick Edit&#8221; in SP2013, then let us know in the comments below!<\/p>\n<h2>Links<\/h2>\n<ul>\n<li><a href=\"http:\/\/support.microsoft.com\/kb\/2876824\">http:\/\/support.microsoft.com\/kb\/2876824<\/a><\/li>\n<li><a href=\"http:\/\/veroniquepalmer.com\/2013\/09\/29\/quick-edit-gotcha-in-sharepoint-2013\/\">http:\/\/veroniquepalmer.com\/2013\/09\/29\/quick-edit-gotcha-in-sharepoint-2013\/<\/a><\/li>\n<li><a href=\"http:\/\/sharepointcherie.blogspot.ca\/2013\/10\/sharepoint-2013-missing-quick-edit-this.html\">http:\/\/sharepointcherie.blogspot.ca\/2013\/10\/sharepoint-2013-missing-quick-edit-this.html<\/a><\/li>\n<li><a href=\"http:\/\/www.brainlitter.com\/2012\/12\/31\/display-search-box-nowhere-to-be-found-in-a-sharepoint-2013-web-part\/\">http:\/\/www.brainlitter.com\/2012\/12\/31\/display-search-box-nowhere-to-be-found-in-a-sharepoint-2013-web-part\/<\/a><\/li>\n<li><a href=\"http:\/\/social.technet.microsoft.com\/Forums\/windows\/en-US\/b5a74681-ba88-43e2-b406-82d25fa38b25\/quick-edit-greyed-out-in-custom-list\">http:\/\/social.technet.microsoft.com\/Forums\/windows\/en-US\/b5a74681-ba88-43e2-b406-82d25fa38b25\/quick-edit-greyed-out-in-custom-list<\/a><\/li>\n<li><a href=\"http:\/\/social.technet.microsoft.com\/Forums\/sharepoint\/en-US\/df7640b8-eb4f-4950-bf59-5f98f34301f1\/sharepoint-2013-features-randomly-disappear-from-list-view-page-ie-new-item-edit-this-list?forum=sharepointgeneral\">http:\/\/social.technet.microsoft.com\/Forums\/sharepoint\/en-US\/df7640b8-eb4f-4950-bf59-5f98f34301f1\/sharepoint-2013-features-randomly-disappear-from-list-view-page-ie-new-item-edit-this-list?forum=sharepointgeneral<\/a><\/li>\n<li><a title=\"http:\/\/softlanding.ca\/blog\/add-new-item-link-gone-missing-in-publishing-pages\" href=\"http:\/\/softlanding.ca\/blog\/add-new-item-link-gone-missing-in-publishing-pages\">http:\/\/softlanding.ca\/blog\/add-new-item-link-gone-missing-in-publishing-pages<\/a><\/li>\n<li><a title=\"http:\/\/code.msdn.microsoft.com\/office\/SharePoint-2013-Use-the-c3edb076\/sourcecode?fileId=109578&amp;pathId=721387513\" href=\"http:\/\/code.msdn.microsoft.com\/office\/SharePoint-2013-Use-the-c3edb076\/sourcecode?fileId=109578&amp;pathId=721387513\">http:\/\/code.msdn.microsoft.com\/office\/SharePoint-2013-Use-the-c3edb076\/sourcecode?fileId=109578&amp;pathId=721387513<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>In SharePoint 2013 there\u2019s a \u201cQuick Edit\u201d View Format.\u00a0 Most people will know this from SharePoint 2010 when it was called the \u201cDatasheet View\u201d View Format. \u201cQuick Edit\u201d in the Ribbon There are some scenarios in SP2013 where the \u201cQuick Edit\u201d View Format can not function properly.\u00a0 There have been a number of posts on &hellip; <a href=\"https:\/\/regroove.ca\/archive\/2014\/05\/21\/or-edit-this-list-quick-edit-part-1\/\"><\/a><\/p>\n","protected":false},"author":15,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[7,1],"tags":[208,213,214],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>&quot;or edit this list&quot; (Quick Edit Part 1)<\/title>\n<meta name=\"description\" content=\"edit this list control (Quick Edit Part 1)\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/regroove.ca\/archive\/2014\/05\/21\/or-edit-this-list-quick-edit-part-1\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"&quot;or edit this list&quot; (Quick Edit Part 1)\" \/>\n<meta property=\"og:description\" content=\"edit this list control (Quick Edit Part 1)\" \/>\n<meta property=\"og:url\" content=\"https:\/\/regroove.ca\/archive\/2014\/05\/21\/or-edit-this-list-quick-edit-part-1\/\" \/>\n<meta property=\"og:site_name\" content=\"Archive\" \/>\n<meta property=\"article:published_time\" content=\"2014-05-21T23:07:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-02-24T21:48:28+00:00\" \/>\n<meta name=\"author\" content=\"Bruce Smith (Alumni)\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Bruce Smith (Alumni)\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/regroove.ca\/archive\/2014\/05\/21\/or-edit-this-list-quick-edit-part-1\/\",\"url\":\"https:\/\/regroove.ca\/archive\/2014\/05\/21\/or-edit-this-list-quick-edit-part-1\/\",\"name\":\"\\\"or edit this list\\\" (Quick Edit Part 1)\",\"isPartOf\":{\"@id\":\"https:\/\/regroove.ca\/archive\/#website\"},\"datePublished\":\"2014-05-21T23:07:42+00:00\",\"dateModified\":\"2023-02-24T21:48:28+00:00\",\"author\":{\"@id\":\"https:\/\/regroove.ca\/archive\/#\/schema\/person\/c3d090ee19d138a019a862686486e8a7\"},\"description\":\"edit this list control (Quick Edit Part 1)\",\"breadcrumb\":{\"@id\":\"https:\/\/regroove.ca\/archive\/2014\/05\/21\/or-edit-this-list-quick-edit-part-1\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/regroove.ca\/archive\/2014\/05\/21\/or-edit-this-list-quick-edit-part-1\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/regroove.ca\/archive\/2014\/05\/21\/or-edit-this-list-quick-edit-part-1\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog Archive\",\"item\":\"https:\/\/regroove.ca\/archive\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u201cor edit this list\u201d (Quick Edit Part 1)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/regroove.ca\/archive\/#website\",\"url\":\"https:\/\/regroove.ca\/archive\/\",\"name\":\"Archive\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/regroove.ca\/archive\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/regroove.ca\/archive\/#\/schema\/person\/c3d090ee19d138a019a862686486e8a7\",\"name\":\"Bruce Smith (Alumni)\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/regroove.ca\/archive\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/02a09e0d68069fd910e5203d2d7aa7f9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/02a09e0d68069fd910e5203d2d7aa7f9?s=96&d=mm&r=g\",\"caption\":\"Bruce Smith (Alumni)\"},\"url\":\"https:\/\/regroove.ca\/archive\/author\/bsmith\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\"or edit this list\" (Quick Edit Part 1)","description":"edit this list control (Quick Edit Part 1)","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/regroove.ca\/archive\/2014\/05\/21\/or-edit-this-list-quick-edit-part-1\/","og_locale":"en_US","og_type":"article","og_title":"\"or edit this list\" (Quick Edit Part 1)","og_description":"edit this list control (Quick Edit Part 1)","og_url":"https:\/\/regroove.ca\/archive\/2014\/05\/21\/or-edit-this-list-quick-edit-part-1\/","og_site_name":"Archive","article_published_time":"2014-05-21T23:07:42+00:00","article_modified_time":"2023-02-24T21:48:28+00:00","author":"Bruce Smith (Alumni)","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Bruce Smith (Alumni)","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/regroove.ca\/archive\/2014\/05\/21\/or-edit-this-list-quick-edit-part-1\/","url":"https:\/\/regroove.ca\/archive\/2014\/05\/21\/or-edit-this-list-quick-edit-part-1\/","name":"\"or edit this list\" (Quick Edit Part 1)","isPartOf":{"@id":"https:\/\/regroove.ca\/archive\/#website"},"datePublished":"2014-05-21T23:07:42+00:00","dateModified":"2023-02-24T21:48:28+00:00","author":{"@id":"https:\/\/regroove.ca\/archive\/#\/schema\/person\/c3d090ee19d138a019a862686486e8a7"},"description":"edit this list control (Quick Edit Part 1)","breadcrumb":{"@id":"https:\/\/regroove.ca\/archive\/2014\/05\/21\/or-edit-this-list-quick-edit-part-1\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/regroove.ca\/archive\/2014\/05\/21\/or-edit-this-list-quick-edit-part-1\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/regroove.ca\/archive\/2014\/05\/21\/or-edit-this-list-quick-edit-part-1\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog Archive","item":"https:\/\/regroove.ca\/archive\/"},{"@type":"ListItem","position":2,"name":"\u201cor edit this list\u201d (Quick Edit Part 1)"}]},{"@type":"WebSite","@id":"https:\/\/regroove.ca\/archive\/#website","url":"https:\/\/regroove.ca\/archive\/","name":"Archive","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/regroove.ca\/archive\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/regroove.ca\/archive\/#\/schema\/person\/c3d090ee19d138a019a862686486e8a7","name":"Bruce Smith (Alumni)","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/regroove.ca\/archive\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/02a09e0d68069fd910e5203d2d7aa7f9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/02a09e0d68069fd910e5203d2d7aa7f9?s=96&d=mm&r=g","caption":"Bruce Smith (Alumni)"},"url":"https:\/\/regroove.ca\/archive\/author\/bsmith\/"}]}},"_links":{"self":[{"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/posts\/67"}],"collection":[{"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/comments?post=67"}],"version-history":[{"count":1,"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/posts\/67\/revisions"}],"predecessor-version":[{"id":2907,"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/posts\/67\/revisions\/2907"}],"wp:attachment":[{"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/media?parent=67"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/categories?post=67"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/regroove.ca\/archive\/wp-json\/wp\/v2\/tags?post=67"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}