gearcoded

Results 50 comments of gearcoded

Gantt doesn't have a built-in way to detect mouse events outside the current frame or the browser window. If you release the mouse button within the frame/window, Gantt will detect...

@AntoRin, It is a bug in Gantt that the inline editor events stop working after using the `init` and `resetLayout` methods. The dev team will fix the bug in the...

@AntoRin and @CedricHg, that seems to be an issue with the types, though the `attachEvent` function should work correctly. In fact, it is not necessary to save the IDs of...

@BEEDELLROKEJULIANLOCKHART, I suppose it means that you can login, and the effect will be active right from the start. But I don't yet know how to do that.

**@lzwStore,** You can set the header colors and font settings via CSS. Gantt adds the class name to grid header cells depending on the `name` parameter of the column configuration....

**@glencoden**, That issue occurs because of the different sizes of the layout cells. On the left part, you have the grid and the horizontal scrollbar. On the right part, you...

**@kansimies**, There is the `autoscroll` config: https://docs.dhtmlx.com/gantt/api__gantt_autoscroll_config.html When it is disabled, Gantt doesn't scroll the timeline when the mouse is near the edge of the container. You can disable that...

**@jackjackphp**, We have the feature request to add support for the `second` unit. So, this feature will be added in the future, but I cannot give you any ETA. For...

**@ATestEnG**, it seems that you try to use the GPL version. It doesn't have the feature of creating a new Gantt instance, so the `Gantt` object is not available. This...

**@Homebrew1**, You can resize the grid and grid columns only in the Pro version. If you want to do that in the Standard version, you need to implement a custom...