A grid control is a collection of rows and columns. Columns generally contain a particular type of information through out, while rows are used to record different types of information about a particular item.
In FlexGrid, the collection of rows is represented by the RowCollection class which can be accessed through Rows property of the C1FlexGrid class. This section discusses the various operations that can be performed on rows.
Topic | Snapshot | Content |
Basic Operations | Discusses about how to perform basic row operations. | |
User Interaction | Discusses about operations that can be performed by the end-user at run time. | |
Header | Discusses about how to set row header and perform other related operations. | |
Row Detail | Discusses how to display additional information using row detail feature. | |
Sizing | Discusses about various aspects of row sizing. |