Grid - Column move + filtering

I’ve a grid with filter and column move:





When selecting an entry via select select box, the event column move for this column will be triggered?



Why?



Best regards, Stefan

Please try to add following code to the grid initialization:


mygrid.hdr.rows[2].onclick=function(e){(e||event).cancelBubble
= true;return false;}