lengku1987
2013-01-06 22:27:47
|
Sponsored Links
easyui datagrid checkbox multiple columns have been done do? it is not possible to do ah.
Sponsored Links
|
xuan0751
2013-01-06 23:07:28
|
multiple columns with checkbox?
|
jerryflex
2013-01-06 23:28:34
|
ah how 2 have checkbox box how to do?
|
fine209
2013-01-06 23:56:18
|
{field: 'id', title:'', 10, checkbox: true },
{field: 'name1', title: 'name1', 10, checkbox: true}, {field: 'name2', title: 'name2' , 10, checkbox: true} ... |
yangyile1989
2013-01-07 00:25:05
|
this way you can click it? seems not right click on a choice on the other are.
|
zfh05219
2013-01-07 00:40:55
|
it is you want to achieve cell selected? Then you try to use the field's property editor, type = checkbox
|
zhangruihu9
2013-01-07 00:58:15
|
I have encountered this problem, it was solved?
|
wizardzc
2013-01-07 01:17:45
|
+1 |
ruler2009
2013-01-07 01:42:37
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" " can be achieved, |
koalas2009
2013-01-07 02:08:38
|
Set the selected row when, checkbox is not checked, the checkbox is selected, it is not selected row, set the following:
checkOnSelect: false, ; selectOnCheck: false, there is a method that uses formatter generates checkbox, then select the checkbox, when selected will not be associated with the entire line. |
wzx870606
2013-01-07 02:25:00
|
function deleteCheckBoxEvent (eventName) {
$ ("# messageBox1"). unbind (eventName); $ ("# emailBox1"). unbind (eventName); $ ("# payBox1"). unbind (eventName); $ ("# all"). unbind (eventName); } explained: lift off checkbox The click event. If the read data from the background once again refresh the table and continue to lift. |