Showing related tags and posts across the entire site.
-
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...
-
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...
-
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...
-
Sam, I appreciate your help and response. What you suggest seems to only set what type of sort to perform once a column header is clicked. When I try an implement what you suggested, nothing occurs. To clarify, I'm using VSFlexGrid 7.1 with Winbatch. Setting the type of sort does work correctly....
Posted to
VSFlexGrid Pro
by
suarezjg
on Wed, Jun 10 2009
Filed under: VSFlexGrid, click, mouse, mouse click, sort, winbatch, column header, column, header