Browse By Tags

  • Forum Post: Maintaining selected rows when sorting - Sort and AfterSort not always called

    We have a derived TrueDBGrid that maintains row selections. The code correctly records the selections and uses AfterSort to reapply them to the correct rows. Unfortunately, this only works when there are no grouped columns. Once there is a grouped column, neither Sort nor AfterSort is ever called. Is...
  • Forum Post: Re: Sort issue when two grouping levels applied

    The issue appears to be setting the RecordSet property to a DataView (I am assuming the report engine reads from the DataView's underlying table?) If instead the DataView is converted to a table using the ToTable() method, the sorting works correctly: // Incorrectly sorted this.DataSource.Recordset...
  • Forum Post: Re: Sort issue when two grouping levels applied

    I have discoverer that this sorting issue occurs with a single grouping as well. Tom McCoid PhotoLynx, Inc.
  • Forum Post: Sort issue when two grouping levels applied

    I have a programmatically generated C1 report which dynamically creates grouping sections from user field selections at application run-time (in other words, a user can select zero, one, or two fields in the available data source to serve as grouping fields). The RecordSet property of the report's...
  • Forum Post: Ignoring a row on a sort

    Is it possible to ignore a row on a sort? I have a grid with a fixed row and a frozen row. The frozen row contains a number of cells, two of which are "CheckAll" check boxes for selecting all of the check boxes in the selected column. I need the frozen row to remain at the top, regardless of...
Page 1 of 3 (60 items) 123