[]
Sets an error tooltip on a cell, honoring the grid's ErrorStyle property.
protected void SetErrorTip(C1FlexGrid grid, Border cell, string err)
Type | Name | Description |
---|---|---|
C1FlexGrid | grid | C1FlexGrid that contains the cell. |
Border | cell | Border element that contains the cell content. |
string | err | String that contains the error description. |
The background of the error tooltip is set to the grid's ErrorStyle.BorderBrush property; the font family and size are also set to the corresponding properties in the grid's ErrorStyle property.