Skip to main content
Nintex Community Menu Bar

Refreshing list view page without jumping to the first page again

  • October 22, 2019
  • 3 replies
  • 250 views

Is there a way to only refresh the current page?

Otherwise updating the full list always jumps back to the first page again and the current selection is lost

3 replies

Forum|alt.badge.img+9
  • October 22, 2019

Forum|alt.badge.img+7
Hi,
Try using the timer control. See below instructions on how to set it up.
Create a smartObject
Generate a listView
Edit view and add a timer control on the canvas
Go to rules and on the When View executed initialize add "execute time controls start method"
Configure the rule and set the interval to 5000 and the Number of ticks to 1
Click Finish and OK
Add another rule
When Timer control is ticked, execute the list refresh method.
Save and finish
Run View.
Also attached a sample project. Auto

  • October 22, 2019

Hello  @CK_Miba 


 


Please see same idea already suggested and vote for it here: https://ideas.k2.com/ideas/APIT-I-308.


 


Best,


Sunrise