Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Allan on May 22, 2008 00:34
open dhtmlx forum
master_checkbox not working correctly when checkbox column is moved

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:
http://www.dhtmlx.com/docs/products/kb/index.shtml?cat=search&page=1&q=3065&ssr=yes&s=master_checkbox
Answer posted by Support on May 22, 2008 03:13
>>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.