EasyUI Forum
May 16, 2024, 11:25:07 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: DataGrid:CheckBox select on DataGrid ==> can't remove checkbox  (Read 18340 times)
kiempq
Newbie
*
Posts: 5


View Profile Email
« on: January 07, 2014, 07:06:38 PM »

Hi all.

I have a bug.
This is demo: http://www.jeasyui.com/tutorial/datagrid/datagrid10_demo.html
After:
1. Click to header checkbox ( check all row )
2. Click next page.
3. Click remove check all row. But check on row can't not remove checked.

Please!!! fix bug help me.
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: January 07, 2014, 07:43:18 PM »

It is fixed by setting correct 'url' and 'pagination' properties. Please try it again.
Logged
kiempq
Newbie
*
Posts: 5


View Profile Email
« Reply #2 on: January 07, 2014, 07:51:41 PM »

Hi stworthy,
http://www.jeasyui.com/tutorial/datagrid/datagrid10_demo.html

still error:
1. Click to header checkbox ( check all row )
2. Click next page.
3. Click preview page.
4. Click remove check all row. But check on row can't not remove checked.
« Last Edit: January 07, 2014, 08:02:33 PM by kiempq » Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #3 on: January 08, 2014, 12:44:57 AM »

Due to the browser cache issue, the js library may remain its old status. Please refresh your page again or download the updated datagrid plugin from http://www.jeasyui.com/easyui/plugins/jquery.datagrid.js.
Logged
kiempq
Newbie
*
Posts: 5


View Profile Email
« Reply #4 on: January 08, 2014, 01:50:59 AM »

Due to the browser cache issue, the js library may remain its old status. Please refresh your page again or download the updated datagrid plugin from http://www.jeasyui.com/easyui/plugins/jquery.datagrid.js.

Okie. This proplem is fixed. Thanks for support. But, i used jquery.easyui.min.js, now i download and update file jquery.easyui.min.js is ok?
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #5 on: January 08, 2014, 01:54:53 AM »

If you are using 'jquery.easyui.min.js' file on the site, be sure to use the corresponding theme file together, it can be downloaded from http://www.jeasyui.com/easyui/themes/default/easyui.css.
Logged
kiempq
Newbie
*
Posts: 5


View Profile Email
« Reply #6 on: January 08, 2014, 02:07:29 AM »

If you are using 'jquery.easyui.min.js' file on the site, be sure to use the corresponding theme file together, it can be downloaded from http://www.jeasyui.com/easyui/themes/default/easyui.css.
I used them metro downloaded from http://www.jeasyui.com/download/v135.php is ok ?
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #7 on: January 08, 2014, 02:21:20 AM »

Include only the datagrid plugin.
Code:
	<link rel="stylesheet" type="text/css" href="../../themes/metro/easyui.css">
<script type="text/javascript" src="../../jquery.min.js"></script>
<script type="text/javascript" src="../../jquery.easyui.min.js"></script>
<script type="text/javascript" src="http://www.jeasyui.com/easyui/plugins/jquery.datagrid.js"></script>

Or use all the files on the site.
Code:
	<link rel="stylesheet" type="text/css" href="http://www.jeasyui.com/easyui/themes/metro/easyui.css">
<script type="text/javascript" src="../../jquery.min.js"></script>
<script type="text/javascript" src="http://www.jeasyui.com/easyui/jquery.easyui.min.js"></script>
Logged
kiempq
Newbie
*
Posts: 5


View Profile Email
« Reply #8 on: January 08, 2014, 02:32:47 AM »

Okie, Thank so much !!!
« Last Edit: January 08, 2014, 02:38:25 AM by kiempq » Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!