Categories | Question details Back To List | ||
To prevent sorting, due to click in checkbox which is appened in header column we stop event propaganation as you say, something to next
var astr="A";
grid.setHeader(astr);
But what if we have to write events on that checkbox,now?
Answer posted on Jun 12, 2007 10:58 The added code just block event propagation for parent elements, it will not block the events on checkbox element. You can attach event handler by any possible way - by attachingEvent or by adding some custom code to existing onclick event. Answer posted by Stanislav (Support) on Dec 06, 2014 22:17 If you haven't found the needed information there and still looking for a solution, you will find the additional help checking javascript date picker calendar and website design templates. |