Example #1
0
 private void c1FlexGrid1_AfterDragColumn(object sender, DragRowColEventArgs e)
 {
     // Sort the recordset when the user drags columns.
     // This will cause a data refresh, removing all subtotals and
     // firing the AfterDataRefresh event, which rebuilds the subtotals.
     Sort();
 }
Example #2
0
 private void c1FlexGrid1_AfterDragColumn(object sender, DragRowColEventArgs e)
 {
     BuildRangeList();
 }