Delete Button not getting activated after checking selectAll checkbox

0
Hey Guys, I am facing one issue that is as follow,  When i am checki select all checkbox the delete button is not getting activated, it only gets activated if i select individual checkbox from list.  Can you please advise ?
asked
2 answers
0

Hi Malay ,


Which delete button you are mentioning here ?
Is it the default delete button of mendix ?

Can you please elaborate your question or where you are facing this issue.

Also if it is a data grid you can look into something below as it might be a problem with Selection mode of the grid
https://docs.mendix.com/refguide/data-grid/#selection-mode

answered
0

Hi Malay,

Currently on you are enabling the button based on single check try out a OCH microflow where firstly you retrieve the selected objects using a boolean attribute in the XPath of retrieve database and then aggregate the list and if the count is >2 then you need to active the another attribute where that delete button activates based on second attribute.

Thanks 

answered