Refresh Dashboard EpiGridView in Custom Code

Good afternoon mega-minds! I’ve got a Dashboard that is like a work queue. Users select a line item from the EpiGridView and click a Complete button when they are finished with the task. Up till now we’ve had to hit the Refresh button in order to get the item off the list (not waiting for the auto-refresh). Is there a way to trigger the form refresh from code, like the oTrans.Refresh(); feature used in the standard forms? Thank you for your time and any help you can provide! Have a great day!

oTrans.OnRefresh();
2 Likes