New to Kendo UI for Angular? Start a free 30-day trial
CellBorderSize
The cells border width. The allowed values are:
1
—Results in a "thin" border.2
—Results in a "medium" border.3
—Results in a "thick" border.
type
CellBorderSize = "1" | "2" | "3";