I've got to create a standard view but I want to display column names different than originals. For example, this view will include the "ID" field, but I need to show its column header like "Order number". As far as I know Sharepoint doesn't let you choose the display name of a field for a specific view... How can I do this?
Related Questions in C#
- Add additional fields to Linq group by
- couldn't copy pdb file to another directory while consuming wcf web service
- Why are the aliases for string and object in lowercase?
- WPF MessageBox Cancel checkbox check
- Resolve object using DI container with object instance
- Creating a parametrized field name for a SELECT clause
- Does compiler optimize operation on const variable and literal const number?
- Get data from one form to another form in C#
- Writing/Overwriting to specific XML file from ASP.NET code behind
- Deleting Orphans with Fluent NHibernate
Related Questions in SHAREPOINT
- Upload a document to a SharePoint document library (can be via Rest Api/other) using C# & also retrieve the unique id of the document
- Sharepoint alers email deletion from alerts
- SharePoint/CSS3 Gradients/IE9
- Sharepoint 2007 / Jquery - Replace all text on body or render HTML
- share point excel service
- MS Access Run-time error 3999
- Maintain Sharepoint Server Url with subfolders in document list
- How can I integrate a SharePoint document folder in a separate ASP.NET web site?
- why I don't get list subfolders despite using RecursiveAll option
- Modal Extender Ajax Control Toolkit (ASP 2.0) will not pop-up on server side trigger
Related Questions in WSS
- Outgoing WSS authorization from WebRequest C#
- wss fails over https on apache server
- Get Data from WebSocket using .Net ClientWebSocket
- Sites within a SharePoint 2013 HNSC web application not working on one server
- Is it possible to force socket.io to use wss instead of ws, without having to change to https?
- Java WebSocketClient set cookie header
- WebSockets TLS ERR_CONNECTION_RESET
- If I have already a HTTPS can I use wss, or I need to pay additional fee?
- How to use WS-Security [WSS] SOAP in Swift
- Websockets not working on WSS over https but works fine with ws over http
Related Questions in WSS-3.0
- Migrate WSS 3.0 Library To Sharepoint 2013
- Maximum SharePoint Content DB Capacity
- Create a VirtualPath in IIS for hosting a Web Service in SharePoint
- SharePoint Web Parts Development Environment
- In SPItemEventReceiver ItemAdded, how do I set change permission of item when contributor?
- WSS 3.0 (Sharepoint) Internal 500 Error
- BackUp and Restore WebApplication to Newly Created WebApplication
- What fields are available in the GetString method of the SharePoint 2007 ResultTable object?
- Using Alternative DataSources in Sharepoint
- I'm doing an ajax call to Lists.asmx and I'm not getting anything back
Related Questions in VSEWSS
- Namespace clashes when using VSeWSS 1.3 to write Sharepoint Web Parts
- How to prevent VSeWSS 1.3 from adding assemblies to the solution manifest
- VSeWSS "An item with the same key has already been added"
- Sharepoint WebPart, include additional assembly in wsp package
- Specific view field display names
- WSS tools for VS2008 directory question
- Webpart missing webpart catalog entry when build with vsewss but deployed with stadm
- Deploying a XAP file into ~/ClientBin using VSeWSS
- Building a WSP File on the Build Machine
- Visual Studio 2008 Extensions for SharePoint Svcs 1.3 missing "Quick Deploy" Menu Item
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Maybe create calculated columsn that do nothing but display the content of the original field for each of the fields you want "translated", then include those in the new view?