Hi All,
I need to clear the grid and refresh the screen once all the grid data saved to the DB. Can someone help me out?

Thanks
Hi All,
I need to clear the grid and refresh the screen once all the grid data saved to the DB. Can someone help me out?
Thanks
Best answer by rakshandad31
Hi
You can write it into ViewDelegate,
Please refer below sample code-
View Name -TestView
protected virtual IEnumerable testView()
{
TestView.Cache.Clear();
TestView.View.RequestRefresh();
//your logic
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.