I came across many requirement where customer need to remove the some default column of the WFR or OFR webverifier column.Which is not required in normal business use case.
So here how it can be easily done:
Like as in below screen shot,we want to disable the Folder column:
For this we can edit the BatchView.aspx page like below:
So here how it can be easily done:
Like as in below screen shot,we want to disable the Folder column:
For this we can edit the BatchView.aspx page like below:
<asp:BoundField DataField="BatchFoldersCount"
SortExpression="BatchFoldersCount"
Visible="false" >
After that rest the IIS application and then log in back you will see that Column is not visible here as below:
So,its easy..... :)
In case any issue please leave comment or email me.
No comments:
Post a Comment