FlexGrid allows you to pin columns to the left of the grid so they remain visible as you scroll the grid horizontally. Pinning the columns adds pin glyphs to the column headers and clicking the pin glyph freezes (or unfreezes) the columns. To pin columns in FlexGrid, you can use the PinningType property of FlexGrid. This property accepts value from the PinningType enumeration, which are described as follows:
To pin a column range in FlexGrid, use the following code. This example uses the sample code used in Quick Start.
C# |
Copy Code
|
---|---|
pinning-type="@PinningType.ColumnRange"
|