EasyUI Forum
June 26, 2024, 06:32:51 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: One datagrid more checkbox columns  (Read 4865 times)
frankgao
Jr. Member
**
Posts: 53


View Profile Email
« on: October 14, 2015, 02:20:13 AM »

There one datagrid, and two or more than two checkbox columns.
When I check the ck row,but the ck2 columns is checked at the same time. why?

Code:
columns: [[
                { field: 'sysfunid', hidden: true, title: 'ID' },
                { field: 'sysfunnumber', title: 'sysfunnumber', width: '120px', sortable: true },
                { field: 'ck', checkbox: true },
                { field: 'ck2', checkbox: true },
            ]],
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: October 14, 2015, 02:28:38 AM »

You can not define more than one check column on a datagrid.
Logged
frankgao
Jr. Member
**
Posts: 53


View Profile Email
« Reply #2 on: October 14, 2015, 02:51:06 AM »

You can not define more than one check column on a datagrid.

If one datagrid need more then one column uses checkbox how can do it?
Is there have demo?
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!