Dear TMS team,
The DBAdvGrid's DataSource is linked with a TAureliusDataset, and that's record count is 46.
The SaveToCSV executed after the DataSet open, the file has valid columns value only 5 rows, the other 41 rows of columns have an empty string("").
But after executing the following codes or clicking some column, the whole rows has the valid column's value.
Grid.Col := 1;
Grid.Select;
My question is how can I SaveToCSV without the previous code or clicking.
Or, I seek a piece of advice.
Thank you.