EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: frankgao on March 21, 2016, 01:28:19 AM



Title: datagrid has before pagination events?
Post by: frankgao on March 21, 2016, 01:28:19 AM
I want save the data before use click the pagination,Is has the click events?


Title: Re: datagrid has before pagination events?
Post by: stworthy on March 21, 2016, 09:13:33 AM
When you load another page data, the 'onBeforeLoad' event fires. You can try to save your data in this event handler.


Title: Re: datagrid has before pagination events?
Post by: frankgao on March 21, 2016, 10:47:11 PM
Thanks.solved.