I'm trying to build a tiny test app with an empty TeeGrid to see wether or not it was installed correctly. My steps were:
- Create an empty VCL-Application
- Place a TeeGrid on the Form
- Open the TeeGrid Editor (double click) and add two Columns.
- Set only the "Header" property of each column.
- Save the project and click "Start" (F9) within the IDE.
After clicking the button "continue" it shows a 2nd one.
What did I do wrong? Any help is appreciated.
Edit: I didn't attach any data source at all. Only adding two named columns in the editor!