|
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: [[ 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? |