EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: rezzonico on January 19, 2021, 04:58:55 AM



Title: combogrid + pagination + getValues
Post by: rezzonico on January 19, 2021, 04:58:55 AM
Hi all,

I have a problem with the following code:

http://195.144.40.170/jeasyui/AAA3/

Please in the combogrid select all items on both pages.
After that select the "Execute" button.
As you can see in the web console the items in the first page are selected twice.

Regards
Miche


Title: Re: combogrid + pagination + getValues
Post by: jarry on January 20, 2021, 01:55:45 AM
This issue has been fixed. Please try to download a newer version instead.


Title: Re: combogrid + pagination + getValues
Post by: rezzonico on January 20, 2021, 04:46:57 AM
Hi Jarry,

thanks a lot.
At the moment I work with version 1.5 (I know .. this is an old version).
Is it possible to fix also version 1.5 ?

Thanks
Miche


Title: Re: combogrid + pagination + getValues
Post by: jarry on January 21, 2021, 01:42:41 AM
You just need to update the 'jquery.combogrid.js' file to the 'plugins' folder and include it on your page.
Code:
<script type="text/javascript" src="../../jquery.min.js"></script>
<script type="text/javascript" src="../../jquery.easyui.min.js"></script>
<script type="text/javascript" src="../../plugins/jquery.combogrid.js"></script>


Title: Re: combogrid + pagination + getValues
Post by: rezzonico on January 21, 2021, 06:33:22 AM
Thanks !