i want to work with MsFlexGrid.
please send me some example with code.
Printable View
i want to work with MsFlexGrid.
please send me some example with code.
For this example, I assume you know how to set up a Data Control
- Add a MSFlexGrid and a Data control to the Form.
- Load your data into the Data control
- Select a desired RecordSource
- Go to Properties of the MSFlexGrid and change the DataSource property to Data1.
Now run the program and the grid should fill up.