1
votes

I have a Sharepoint calculated column which shows the percentage completed using some colors(did it with javascript). Now i want this to be made read-only.... i.e... whenever i edit the page in datasheet view,the column should not appear... any code with javascript will be helpfull... Please help me in this

2

2 Answers

2
votes

You have to make the column hidden . follow the article link below to make a column hidden from add/edit forms

Hide / Remove Title column from Sharepoint List

-1
votes

The columns shown in the datasheet view are those chosen in the View it's based on. Simply modify the View (from the View drop-down on the ribbon), and deselect that column.

If you need it to never be shown, then Ashutosh's answer would certainly be preferable.