EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: frankgao on October 14, 2015, 02:20:13 AM



Title: One datagrid more checkbox columns
Post by: frankgao 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 },
            ]],


Title: Re: One datagrid more checkbox columns
Post by: stworthy on October 14, 2015, 02:28:38 AM
You can not define more than one check column on a datagrid.


Title: Re: One datagrid more checkbox columns
Post by: frankgao 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?