Wednesday, February 12, 2020

How to remove the default Column of WFR or OFR web verifier application and adjust the length

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:


<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