I have 2 grids that are not linked via a relationship. When I change the top grid I have LINQ query for bottom grid to use a column from top grids active row. To work as I want it to all I need is for the top grid to move down a row and then back up, which would cause the bottom query to run and show new records. I cannot find way to do this (move active row, up then down). Is there a better way to force the refresh or can someone provide code to move row down then right back up.
I know there are probably lots of better ways to do what I am trying, but this is what I have and am facing a deadline.
Hello,
Thank you for contacting Infragistics. To do what you want, you can use the UltraGrid.PerformAction() method as described in the first link below. That method takes a member of the UltraGridAction enumeration which is described in the second link below.
http://help.infragistics.com/NetAdvantage/WinForms/2013.1/CLR4.0/?page=Infragistics4.Win.UltraWinGrid.v13.1~Infragistics.Win.UltraWinGrid.UltraGrid~PerformAction(UltraGridAction).html
http://help.infragistics.com/NetAdvantage/WinForms/2013.1/CLR4.0/?page=Infragistics4.Win.UltraWinGrid.v13.1~Infragistics.Win.UltraWinGrid.UltraGridAction.html
Please let me know if you have any other questions about this.