• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Gridlines in ASP.NET Core Gantt Control

This sample demonstrates the visibility of Gantt lines that separate the rows and columns. In this sample, you can change the gridlines from the property panel.

DEMO
SOURCE
Grid Lines

The gridLines property is used to control the visibility of line that separates the rows and columns. Gantt allows us to display the following grid lines:

  • None - Shows no line.
  • Both - Shows both horizontal and vertical lines.
  • Horizontal - Shows the horizontal line.
  • Vertical - Shows the vertical line.

In this demo, you can modify the visibility of gridlines by selecting values from the dropdown list.