EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: poeziafree on January 28, 2023, 12:25:06 AM



Title: selectOnCheck not triggering onBeforeSelect in Datagrid
Post by: poeziafree on January 28, 2023, 12:25:06 AM
Hello,

I have checkbox enabled in Datagrid.

I also have selectOnCheck: true.

Checking all checkboxes from the header doesn't trigger onBeforeSelect function individually for each row.

Is it a bug?

The idea is that for some rows, checkbox and selection functionality must be disabled.

Thanks


Title: Re: selectOnCheck not triggering onBeforeSelect in Datagrid
Post by: jarry on January 31, 2023, 07:09:35 AM
This issue has been solved. Checking all rows or calling 'checkAll' method will trigger the 'onBeforeCheck' event. Make sure to update to the latest version.