0
votes

We have recently migrated from Team Foundation Server 2010 to Team Foundation Server 2013 Update 2. In TFS 2013 template design we found the refresh form control (inbuilt control of TFS) which is unable to refresh the custom control values that is built by us. Is there any way that we can programatically modify to enable the refresh button work with custom control.

Please find below screenshot link for reference. http://postimg.org/image/z4mo3t8r9/

1
I would expect that the calls to the data are cached and you would need to refresh the browser. The purpose of the refresh button is to refresh the values of the fields, not the entire rendering of the work item.MrHinsh - Martin Hinshelwood
I have edited your title. Please see, "Should questions include “tags” in their titles?", where the consensus is "no, they should not".John Saunders

1 Answers

0
votes

The refresh button is there to allow the data that populated the work item to be refreshed. The data that you want refreshed is part of the rendering of the form and would only be refreshed when the browser refreshes.