C1FlexGrid的网络资源(在线帮助和各种例子)

来源:互联网 发布:淘宝在线客服人工 编辑:程序博客网 时间:2024/05/10 09:30

C1FlexGrid不错的网络资源(在线帮助和各种例子)

在线帮助地址: http://helpcentral.componentone.com/nethelp/c1flexgrid/default.htm

参照例子下载: http://helpcentral.componentone.com/Samples.aspx  中间的FlexGrid for .NET选项

包括一下内容,基本上经常用的功能都有例子(包括合计行的处理),希望能找到想要的答案。

下载代码中.Net FrameWork分为.Net 1.x 和 .Net 2.x两种。
代码语言分为VB.NET 和 C#.NET两种。

给个下载页面的图片

下面是C1FlexGrid例子列表

AcceleratorCaption Add accelerator keys to grid captions. AddNew Control row addition and removal. AggregateCustom Calculate totals and aggregates on custom types. Analyze Provide dynamic data sorting and grouping. AnimatedGif Shows how to display animated gifs in grid cells. AutoComplete Complete entries while the user types. AutoSizeEdit Resize the editor while the user types. BarChart Draw bar charts using the grid cells. Benchmark Compares data-binding performance for FlexGrid and MSDataGrid. Blinker Use CellStyles to make cells blink. BoundDelete Deletes rows from a bound FlexGrid. BoundFinishEdit Commit changed to DataRow after editing. BoundImage Bind the grid to image fields stored as OLE objects. BoundImageMap Use the ImageMap property with a data-bound grid. C1DataExtender Demonstrates how to set up grid column styles using an ADO.NET DataSet Extender. C1FlexGridPrintable Provides a printable (via C1Preview) flex grid control CellBorders Use OwnerDraw to provide custom cell borders. CellDataType Assign cell types (and editors) on a per-cell basis. CellLabelDelay Show cell labels after a specified interval. CellMerging Shows various types of cell-merging in a FlexGrid control. CellNotes Attach notes to cells on a C1FlexGrid. Classic Grid that derives from C1FlexGrid and provides an object model compatible with the VSFlexGrid control. Clipboard Add clipboard support to the FlexGrid control. ColumnEditor Expose the FlexGrid design-time column editor in your controls. ColumnOrder Position columns dynamically. ColumnWidthTip Show a tooltip while the user resizes columns. CompositeEditor Create custom grid editors using composite controls (based on UserControl). CrossTabs Summarize and cross-reference data using PivotTables. CustomData Implement a custom data source object. CustomDataMap Customize the options in drop-down lists when using DataMaps. CustomDataSource Implements a custom data source object and binds it to a grid. CustomDragDrop Customize the grid's automatic drag/drop beheavior. CustomDragStart Use the BeforeMouseDown event to start dragging rows. CustomEditor Implement your own cell editor. CustomEditors Use built-in, .NET, and custom edit controls with the FlexGrid. CustomMerge Implement your own merging logic to create a TV-guide display. CustomMerge2 Implement your own merging logic to mix merging modes. CustomMerge3 Shows how to customize grouping by overriding the GetData method. CustomMerge4 Shows how to customize grouping by overriding the GetData method. CustomPreview Print preview the grid using a custom dialog. CustomPrint Use the CreateImage method to print grids with arbitrary row and column breaks. CustomPrintMultiGrid Use the CreateImage method to print multiple grids in a single document. CustomSelection Uses OwnerDraw to implement custom (non-rectangular) selection. CustomSort Implement your own sorting logic with a custom IComparer object. CustomTree Use the C1FlexGrid control to build a tree. DataIndex Use the Row.DataIndex property to get the undelying data row. DataMap Use data-mapped columns when bound to a data source. DataReader Populate a grid from a DataReader. DataTable Bind to a DataTable, add and remove rows. DataTableDictionary Shows how to build DataMaps from DataTable objects. DataTree Bind the grid to a hierarchical data source and show details in child grids. DBDynamicStyles Assign styles to grid cells based on their contents. DBImageField Show images stored in a DataTable. DBImages Bind the grid to a data base with image fields stored as OLE objects. DBSchemaChange Test grid response to changes in the data source object. DBTree Display bound data in a hierarchical tree view. DBUpdate Save changes to the underlying database. DragDrop Customize automatic Drag & Drop DragDropManual Implement manual OleDragDrop between controls and within the grid. DragImages Shows how to customize Ole Drag and Drop to use cell images. DragMerged Drag groups of merged columns. DragRow Drag rows between grids. DynamicStyles Assign styles to a cell based on the contents of another cell. Editing Edit cells using textboxes, lists, masks, and checkboxes. ErrorInfo Show error information on the grid. Excel Load and save Microsoft Excel files (xls). ExcelStyleFilter Adds a context-menu that allows sorting and filtering data. FilterRow Implement a FilterRow on a FlexGrid control. FilterRow_With_Totals This sample shows a how to add totals to a bound grid with a FilterRow. FindRow How to find a row in the underlying datasource. FlexByRow Set up a grid in 'transposed' format. FlexGroup Implement Outlook-style grouping and filtering using the FlexGrid. FlexHierarchical Implement hierarchical data binding using the FlexGrid. FlexHierC1Data Implement hierarchical data binding using the FlexGrid and C1Data. FreezeBottom Show frozen rows at the bottom of a grid. GridChart Attach a FlexGrid to a C1Chart control. HierData Bind to hierarchical data sources (master-detail style). HierData2 Bind to hierarchical data sources (master-detail style). HostControls Host controls in grid cells. Hyperlink Add hyperlinks to cells in the FlexGrid. LegacyDates Use an unbound column to convert dates stored as strings into real dates. LoadSpeed Shows three techinques for loading data into a FlexGrid. LockedColumns Prevent the user from selecting certain columns. MapAndGroup Shows grouping and sorting behavior when using data-mapped columns. MasterDetail Shows how to create and bind master-detail DataSets in code. MergeStyles Merge CellStyles assigned to rows, columns, and cells. MultiColumnDictionary Use the MultiColumnDictionary class to implement multi-column drop-downs. MultiColumnDropDown Multi-column drop-down editor for use with the C1FlexGrid. MultiParent Shows how to create a complex master-detail display. MultiSelection Shows how to implement multi-range selection. NewRowTemplate Place a new row template above the grid. NumericInput Implement your own cell editor for numeric input. Outline Hide repeated data in an outline. OwnerDraw Autosize Owner-Drawn cells. OwnerDrawAlpha Use OwnerDraw with transparency to get MediaPlayer-like effects. PasswordChar Use the C1FlexGrid to enter and edit passwords. PdfExport Use C1Pdf method to export C1FlexGrids to pdf files. PdfExportVB Use C1Pdf method to export C1FlexGrids to pdf files. PrintPreview Provide print preview with the C1PrintPreview control (in three ways). ProductTree Build a custom tree with product information. RegexCellStyle Format cells dynamically using regular expressions. ResizeColumn Resize columns using code. RowStateDisplay Use different styles to display DataRows in different states. RTFGrid Display RTF text in grid cells. SaveSingleFile Use CellStyles to make cells blink. ScrollPosition Shows how the ScrollPosition property works. SelectionMode Shows the effect of the SelectionMode property. SetupEditor Use the SetupEditor event to customize the grid editors. SimpleCalc Support expressions in cells. Sorting Shows several sorting techniques. SortNulls Use a custom sort to place null values at the bottom of the grid. Splits Split a C1FlexGrid into multiple views. SqlBuilder A grid-based graphical interface for creating Sql statements. StartEditing Implement a grid that stays in cell-editing mode. Styles Shows how you can use Styles to customize the appearance of the C1FlexGrid. Subtotals Create subtotals for multiple columns. Themes Shows how to change the appearance of the grid to achieve one of several pre-defined looks. ThreadedUpdate Update the grid from a different thread. Transpose Transpose data in a grid. TreeCheck Add checkboxes to a grid tree. TreeNode Manage an outline tree using the FlexGrid Node objects. TriStateBound Provide three-state (grayable) values in boolean columns. Tut_Analyze Provide dynamic sorting and grouping. Tut_Edit Edit cells using textboxes, lists, masks, and checkboxes. Tut_XMLTree Populate the grid from an XML document. UnboundColumns Additional support for unbound columns. Validate Use the ErrorProvider control with the FlexGrid. ZoomCell Zoom in on the selected cell.  

原创粉丝点击