Posts

Showing posts from August, 2016

How to change the header column name or title in SharePoint view

Dear all If you want to change the sharepoint column name only in view the following script will work perfectly <script> (function () {     function preTaskFormRenderer(renderCtx) {        modifyColumns(renderCtx);         }     function modifyColumns(renderCtx)     {       var arrayLength= renderCtx.ListSchema.Field.length;         for (var i=0; i < arrayLength;i++)         {            if(renderCtx.ListSchema.Field[i].DisplayName == '[Your Comlumn Name 1]')              {                var newTitle= "[New Name]";                var linkTitleField = renderCtx.ListSchema.Field[i];                linkTitleField.DisplayName = newTitle;              }   if(renderCtx.ListSchema.Field[i].DisplayName == ''[Your Comlumn Name 2]')              {                var newTitle= "[New Name]";                var linkTitleField = renderCtx.ListSchema.Field[i];                linkTitleField.DisplayName = newTitle;          

SharePoint 2013 List Search Box or Small Search box is missing when added as web part on other page

Dear All,  Since long time, I tried to find the solution for " Small Search box for the list will hide once I save the page "  problem.  My scenario is like that  I have a list with the different views and i want to display this list with many different pages with respective views.  Once i add the web-part or app in to the page and click on "Display search box" the box appears but once i save the page it disappears.  What i already tried and it wasn't work 1)  I remove publishing service  2)  I tried in the team site instead of Publishing portal  3)  I check to place the web part in to the page  and so on ...  The problem is not with the web part or the list, but the problem is under the Page itSelf.... Solution SharePoint publishing pages are not supporting that small search box... How i get it i place this list webpart in to WIKI page and the search wasn't disappeared and make me a clue that instead of using the pages I