Column Title - wrong index without grid indicator
Description:
- Insert a DBGrid, rename the title columns
- Disable grid indicator
- Link DbGridController into this Grid
Example on DbGrid without DbGridController Column 0 - Title: First Column Column 1 - Title: Second Column Column 2 - Title: Third Column
Expected:
- The column title should maintain the original ones
Actual:
- DbGridControlle render the title skipping the first index.
Example on DbGrid withDbGridController Column 0 - Title: Second Column Column 1 - Title: Third Column Column 2 - Title: Empty