ECB Menu item for all CTs (Content Types) except folders (Without hardcoding...
Hi there,How to have an ECB menu item for all items only (and not on Folders). I canNOT hardcode the names of Content Types.Thanks.
View ArticleConditional Formatting External List
I want to use conditional formatting on an External List (SharePoint 2013). I opened the list view in Sharepoint Designer 2013 , but the "data View" is disabled . I believe I will need to perform...
View ArticleConverting Word To Pdf using Windows Automation Services
Hi,I tried to convert word documents to pdf using "Windows automation Services" and followed below links to create event receiver but it is not converting to pdf, then I tried to debug code but I got...
View ArticleSecurity Inheritance breaking in nested folder does not work
I have a scenario where I have to break the inheritance twice within the document library folders. I appreciate if you provide me any suggestions on how to achieve this?Document library contains...
View ArticleHide/ remove the "Workflows" item - Ranlie Basas
Hi,I want to hide or remove workflow items from my context menu.I want to use all the possible methods to improve context menu.ThanksRanlie Basas
View Articlehow to prevent end users to download the document in a site and apply View...
hi, As per my requirement, i would like my end users to see all the documents in my doc libs/ sub sites in my web appln.At the same time i dont want them to download these documents. i tested this by...
View ArticleFrom where to start the sharepoint 2013 development learning
Hi,I have been working on sharePoint 2010 from past 3.5 years.Now I am moving to sharepoint 2013, my company currently does not have a sharepoint project in future they may have.Now in sharepoint 2013,...
View ArticleDespite grouping by "Month," each expanded group shows ALL Months
This used to work, with SP2010, but for some reason now, despite the fact that I have all records grouped by year, and then by month, default collapsed...when I expand any particular month, it shows...
View ArticleEditing of records pops up blank blue box
For some reason, with some views, when I try to edit a record, it pops up a box after I check the left check box and click "edit" at the top of the screen, but the popup is a blank, small blue box....
View ArticleVisualWebPart - Adding to schema.xml
Hi guys,I have one question regarding to add a visual web part to a Schema.XML.If I have this visual Webpart:<?xml version="1.0" encoding="utf-8"?><webParts><webPart...
View ArticleHide Upload Document button in a sharepoint library programmatically
Hi,How to hide Upload Document button in a sharepoint library programmatically?Thank you,AA.
View ArticleAdding pre-defined webparts to Pagelayout
I've been tearing my hear out with this one today. I've created a new page layout and inserted an empty web part zone inside it, now when i add any web part to the web part zone using share point...
View ArticleHow to attach content type to upload documents button
Hi,Is it possible to load content type when user clicks Upload Document button and Add new document in a library?Thank you,AA.
View ArticleBind Document Library documents to grid view in share point 2010 grammatically
Hi, how to call new window for open documents when click and document name in grid view it will be open new window, here i am using like this in grid view <asp:HyperLinkField HeaderText="Document...
View Articleget item id using javascript after commit
hi friendsi am using below code to for custom save button.<input class="ms-btn" id="btnApp" onclick="javascript: {ddwrt:GenFireServerEvent('__commit')}; AfterSave();" type="button" value="Approve"...
View Articlepaging in listviewbyquery web part
hi, can anyone pls let me know how to implement paging in a listviewview byquery web part,i am having this web part with more than 1000s of documents which populates from the doc lib and the users...
View ArticleList content type in Visual Studio solution
Is it necessary to create a site content type when creating a list template and instance in a Visual Studio solution for SP2010?I want to create a list definition/instance but do not need a site...
View Articlestart workflow using javascript while on item creation
hi friendsi have two workflows for one list item.i have to start my workflows by javascripton item creationi am able to start workflow using javascript for already created items but am unable to start...
View Articlestart workflow using javascript
function AfterSave() { alert("in"); var scriptbase = _spPageContextInfo.webAbsoluteUrl + "/_layouts/15/"; $.getScript(scriptbase + "SP.js", function () { $.getScript(scriptbase + "SP.Runtime.js",...
View ArticleScriptLink does not load until after web parts
I have a master page with a SharePoint link in it.<SharePoint:Scriptlink runat="server" Name="~siteCollection/SiteAssets/menu/js/menubar.js" Language="javascript" />I have web parts on the page...
View Article