Hello, I have an issue with my grid component.
I'm using persistSelection as true, but when I use paging I have multiple items selection set to True, because some items have the same ID but with different "IdOrganizacao".
That way I need a primary key that uses two arguments, because when I set two columns as PrimaryKey, the grid just use the First Primary Key as argument to persist my selection.
I know I can just make a new var with both ids and set a column to use this var, but I want to know if have some other way to do that.
Can someone help me?
Thank you.