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
460
How do I get the First visible row in the current view of the grid.
posted

We allow the users to filter the grid by typing into the filter row(which works great by the way).  But when they hit enter I need to be able to grab the first row out of the filtered grid.  The way our code works it would not be easy for us to loop through all rows and get the first visible row.  Is there a easy way to get this row????