Skip to main content

ASPxClientScheduler.ChangeToolTipContainer(container) Method

Changes the container that the ASPxScheduler tooltip belongs to.

Declaration

ChangeToolTipContainer(
    container: any
): void

Parameters

Name Type Description
container any

An object that serves as the new container for the pop-up menu.

Remarks

If the ASPxScheduler control is placed within a container control, there might be a situation where the scheduler tooltip overlaps the container’s borders. When it happens, the tooltip gets clipped. You can change the tooltip container to display it correctly.

See the ASPxClientScheduler.ChangePopupMenuContainer topic, for more information.

See Also