Hello
I have been searching a lot but have not found an answer:

I have a grid that loads info from an oracle db, the grid has a column with a check that allows the user select multiple rows and apply them an action. But there is an error (sometimes): it get confused taking some info from row A and takes it to row H.

The grid has not hidden columns nor allows to hidde any.
The action button send the row info on an extraparam like this "ext.encode(#{gridpanel}.getrowsvalues({selectedOn ly:true}))" mode=raw

The question is: it is possible that the grid could get confused? I tried to reply the error, but failed

Thanks