master_checkbox not working correctly when checkbox column i

Hi,



I have encounter two problem here:



1. master_checkbox is not working correctly when

mygrid.enableColumnMove(true)

and column with master_checkbox is moved to different place.



2. I want to attach event/ add some function on master_checkbox.





I found following solution and make it workable in my code but I do not want to modify source file:

dhtmlx.com/docs/products/kb/ … r_checkbox

>>1. master_checkbox is not working correctly when

Problem confirmed and fixed - updated js file sent by email.

>>2. I want to attach event/ add some function on master_checkbox.
Built in control has not any special events triggered when it is clicked.
If you need to have some custom functionality  - you can set custom input box inside header with any necessary DOM events attached to it.