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
475
Refreshing grid data - LINQ
posted

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.