onChange on select element into grid

Hi everyone,

I have oneToMany in the form view. I add checkbox in my grid for selected element with « x-selector ». I need to execute process when one element is selected.

someone has an idea ?

Hello,

The « x-selector » widget is designed to facilitate the selection of grid records, making it easier to perform subsequent operations on the selected items using toolbar buttons. However, it’s worth noting that, in the current version, the selection or unselection of a record within the grid does not trigger any events. Consequently, executing a process upon selecting an element or record is not feasible.

As an alternative approach, consider adding a toolbar button that, when clicked, triggers an action on the selected record(s). While the direct execution upon selection might not be possible, this method provides a means to achieve the desired functionality by initiating the process through the toolbar button.

Please don’t hesitate to reach out if you have any further inquiries or require additional assistance.

Thanks and Best Regards,
SMA