how to add more than one plugins in editorgrid for CheckColumn??
how to add more than one plugins in editorgrid for CheckColumn??
hello all,
this is my first time post something here
here is my problem,
i want to add more than one CheckColumn in my EditorGridPanel,
i'm trying to do this on my grid :
......
plugins: [check1, check2],
......
but the grid show, but its have same behaviour, its accept the check1 action
i also try to do this :
......
plugins: [ {check1}, {check2} ],
......
but the grid wont show..
do i have fault in the code??
what can i do to give different action to each checkColumn??