Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
195
Wingrid Refresh Datasource with outlook group by
posted

I have a wingrid that I am trying to refresh the datasource.  I need it to work like outlooks email program which allows emails to come in and keep the display on the current item.  So if the user is scrolled half way down the grid, and the datasource is refreshed it doesn't pop the grid up to the top and the user is confused.  This works great until the user has something in the outlook groupby area.  If I run the code below, it then stops working, without this line it works fine.  Is there a solution to this.  I am using version 10.2.20102.2117

Me.UgridMessages.DisplayLayout.Bands(0).SortedColumns.Add("EnterDate"TrueTrue)
Parents Reply Children
No Data