The following tables describe each of the C1FlexGrid samples included:
Visual Basic Samples
Sample |
Description |
CollectionViewFilter |
Shows an easy way to create ICollectionView filters based on string expressions. |
ColumnPicker |
Shows how to implement a column picker context menu in the C1FlexGrid. |
ConditionalFormatting |
Shows how you can implement conditional formatting using a C1FlexGrid. |
CustomColumns |
Shows how you can combine custom columns with regular bound columns. |
CustomMerging |
This sample shows how to implement a custom IMergeManager that creates merged ranges with multiple rows and columns. The sample creates a TV schedule and merges programs across weekdays (columns) and show times (rows). |
DragCells |
Shows how to perform cell drag and drop operations within the grid. |
ExcelDragDrop |
Shows how you can implement Excel-style drag and drop features in the C1FlexGrid. |
ExcelStyleMerge |
This sample implements Excel-style merging using a custom MergeManager class that keeps a list of merged ranges. The application calls the merge manager's AddMergedRange and RemoveMergedRange to add or remove arbitrary merged ranges to the list. |
GridTooltips |
Shows how to use hit testing to add cell-specific tooltips. |
GroupAggregates |
Demonstrates how to display dynamic aggregates in group rows. |
HitTestTemplate |
Shows how to use the HitTest method to determine where the mouse is with respect to the grid. |
MainTestApplication |
Shows the main features in the C1FlexGrid control. |
MultiGridPdf |
Shows how to create a PDF document that contains multiple C1FlexGrid controls. |
MultiGridPrinting |
Shows how you can print multiple grids into a single document. |
Printing |
Demonstrates the printing features of the C1FlexGrid control. |
TraditionalIndexing |
Shows how you can emulate the traditional indexing method used in the C1FlexGrid for WinForms. |
VerticalHeaders |
Shows how to use a CellFactory to render column headers in the vertical direction. |
C# Samples
Sample |
Description |
CollectionViewFilter |
Shows an easy way to create ICollectionView filters based on string expressions. |
ColumnFilter |
Demonstrates the use of the C1FlexGridFilter extension class to implement column filters in a C1FlexGrid control. |
ColumnPicker |
Shows how to implement a column picker context menu in the C1FlexGrid. |
ConditionalFormatting |
Shows how you can implement conditional formatting using a C1FlexGrid. |
CustomColumns |
Shows how you can combine custom columns with regular bound columns. |
CustomMerging |
This sample shows how to implement a custom IMergeManager that creates merged ranges with multiple rows and columns. The sample creates a TV schedule and merges programs across weekdays (columns) and show times (rows). |
DragCells |
Shows how to perform cell drag and drop operations within the grid. |
DynamicConditionalFormatting |
Shows how to apply conditional formatting to a grid based on dynamic value ranges. |
ExcelDragDrop |
Shows how you can implement Excel-style drag and drop features in the C1FlexGrid. |
ExcelGrid |
Shows a class that extends the C1FlexGrid to provide Excel-like features. |
ExcelStyleMerge |
This sample implements Excel-style merging using a custom MergeManager class that keeps a list of merged ranges. The application calls the merge manager's AddMergedRange and RemoveMergedRange to add or remove arbitrary merged ranges to the list. |
GridTooltips |
Shows how to use hit testing to add cell-specific tooltips. |
GroupAggregates |
Demonstrates how to display dynamic aggregates in group rows. |
HitTestTemplate |
Shows how to use the HitTest method to determine where the mouse is with respect to the grid. |
MainTestApplication |
Shows the main features in the C1FlexGrid control. |
MultiGridPdf |
Shows how to create a PDF document that contains multiple C1FlexGrid controls. |
MultiGridPrinting |
Shows how you can print multiple grids into a single document. |
OData |
Demonstrates how to use OData data sources in Silverlight applications. |
Printing |
Demonstrates the printing features of the C1FlexGrid control. |
SalesAnalysis |
Demonstrates using a C1FlexGrid in a Silverlight RIA Services Business Application. |
TraditionalIndexing |
Shows how you can emulate the traditional indexing method used in the C1FlexGrid for WinForms. |
UnboundConditionalFormatting |
Shows how you can implement conditional formatting with unbound grids. |
VerticalHeaders |
Shows how to use a CellFactory to render column headers in the vertical direction. |