Hi guys, I was trying to use the default multi-select in DataGrid2 instead of the custom logic we created before the default multi-select was implemented in the DataGrid2 widget. In this case, I work with lists and items. The idea is to add items from DataGrid2 to the selected list. It works fine; however, after the action, the selected items remain selected. I tried using custom JS to unselect items after adding them to the list, but without success. My goal was to remove the custom logic for multi-select and use the default DataGrid2 functionality. However, this is a blocking issue for me since the items must be unselected after the action is performed. There are other functions used for items in the list, and they need to be unselected after each action. Has anyone found a solution for this?