We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

When sorting a datagrid how to catch the after sort event ?

Hi i try to handle an event that correspond to the after sort event of a datagrid in vb.net. My problem is that the click event of a datagrid return the row and then the values of the data before the sort, this means that any manually binded control have still the values before the sort. Thanks for your help ! Nico

2 Replies

MA Mario July 4, 2003 11:38 AM UTC

Do you have find the solution it will help me if you have the answer.. thx > Hi i try to handle an event that correspond to the after sort event of a datagrid in vb.net. My problem is that the click event of a datagrid return the row and then the values of the data before the sort, this means that any manually binded control have still the values before the sort. Thanks for your help ! > Nico


AD Administrator Syncfusion Team May 29, 2004 01:38 PM UTC

use the currencymanager_itemchanged event like explained here http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWindowsFormsCurrencyManagerClassItemChangedTopic.asp

Loader.
Up arrow icon