EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: rezzonico on March 23, 2023, 06:50:44 AM



Title: datagrid + unselectAll
Post by: rezzonico on March 23, 2023, 06:50:44 AM
Hi all,

"unselectAll" unselect all current page rows.

In my case I use datagrid pagination.
How can I unselect all rows on all pages ?

Regards
Miche


Title: Re: datagrid + unselectAll
Post by: jarry on March 26, 2023, 07:53:37 PM
If you set the 'idField' property for the datagrid, please call 'clearSelections' method to clear the selected rows on all pages.


Title: Re: datagrid + unselectAll
Post by: rezzonico on March 28, 2023, 01:26:26 PM
Thanks !

Regards
Miche