Skip to main content

Hello,

 

I am trying to update items in a list view without using the refresh method of the view that is using Paging.

 

Here is the scenario. I have a smo with a list method that is used to populate a list view.

When I double click (just an example to keep things easy) on an item, I need to update the entry in the database thru the smo and of course show the update to the user in the listview.

 

The 'normal' approach is to call the update method of the smo, pass the ID and the data to update and then to call the refresh or the list method of the view (that is using the method of the smo). The issue with that is that it generates extra traffic on the network and goes back to the Page 1.

 

Since I know what I update, I would like to be able to:

  1. update the entry in the DB using the SMO (that part is fine)
  2. update the visible value in the list view for the user without running the list/refresh method of the smo

 

I tried using 'transfer data' to update the smo linked to the view or the Disply Rows but this does not update the display (strangely by the way...)

 

Has anyone an option ?

I am trying to do the same thing. Did you work out a resolution for this?


Reply