Parent form with DBadvGrid with sorting,saving and more

  1. I see no issue with sorting by clicking the column header in the ADOSort demo

  2. This already covers many of this https://www.tmssoftware.com/site/asg68.asp

  3. You can access the search footer panel with grid.SearchPanel and from there you can programmatically add additional controls to this panel.

  4. The grid always displays minimum 1 column. Inserting a column at index 1 adds an extra column after the first column.

  5. For single column sorting, you need to set grid.SortSettings.DownGlyph / grid.SortSettings.UpGlyph. I cannot see a problem with this.

  6. We added this on the feature request list.