Refreshing a Picker on a List View

  • 17 May 2016
  • 1 reply
  • 0 views

Badge +7

After editing a list view, I deserialize the results back into a list view row.    This works fine for all the label fields, and they all get updated.    (edit row, transfer data, deserialize, apply changes)

 

However, my picker columns do not get updated to reflect the new value.   From what I can tell by adding  a 2nd column, is that the values have been update it's just that the display values do not get refreshed.

 

So my question is :  What do I need to do to force a refresh of the display of List View Picker columns?

 

 

p.s    Ideally I thought I'd use Lookup columns, but for some reason they only want to display values on item views (despite populating columns on initialize), nothing I can do can make lookup columsn show anything other than blank on a List View.


1 reply

Badge +7

Could not solve lookup issue.

 

 

But pickers are now populating,  when generating the control  simply hit 'next' twice on the wizard to generate the correct rules.  

Reply