Skip to content

Replies

0
New World
New World answered on May 8, 2017 3:09 PM

Hi Mike,

Thank you for getting back to me. The scenario that you are describing is the exact problem we are facing right now.  

"The grid de-selects the rows when they are hidden by filtering, because this would be very confusing otherwise. Imagine you have a grid and you select some rows and hen you filter. Then you push a button which performs some kind of action on the selected rows. This would be preforming an action on rows that the user cannot see and may not be aware are selected."

We have a button that performs few operations on the selected row. So when the grid hides the row but when we click the button it performs the set of operations on the hidden row.

I was trying to solve this problem by checking after applying filter, if any of the visible rows are selected, if not I will just set the selection to the first row in the visible rows.

0
New World
New World answered on May 4, 2017 2:48 PM

*In Step 3 , I want the grid to default to first row if the previously highlighted/selected row is not in that.