Mouse click on the cell not exactly Asked by Huy (huy.tran@transxsystems.com)9 years ago. Mouse click on the cell not exactly on my site I checked demo it works perfect but on my site, i cant click to the cell exactly See the video: https://youtu.be/MzZ63tB5fPk bugjavascript
Comment posted by Dan Letecky [DayPilot]9 years ago. It looks like it might be affected by some global CSS. Can you try to turn the CSS off temporarily to see if it causes the problem?
Answer posted by Huy (huy.tran@transxsystems.com)9 years ago. i found the reason why, because parent tag has a style with value: "margin-top: 50", change to: "padding-top:50" and it worked perfect ^_^