Search found 2 matches

Thanks for the reply. So i must have something wrong in my code... Our grid is a TreeGrid , and i realized the "beforeToggle and toggle" is being fire on the "Record" that have leaves . Also when I click on the "button" to "show the leaves records" is fired fo...
Hello, I have the using column - Checkcolumn { type:'check', text:'Renew', field:'autoRenew', listeners:{ beforeToggle:()=>{console.log('toggle fired');} } What i want to do, is before the check is changed fire a Modal to ask with Accept/Cancel button to allow to change it. But i realized the before...