如果有文档的话,可以留下QQ或者mail我联系你索取
1."Add New Row (Grouped Mode)"翻译下面这句(不需要详细基本概括下就可以了)
This example demonstrates how to add a new row to a certain group when working with grouped data.
2."Alpha Blending""翻译下面这句(不需要详细基本概括下就可以了)
his example demonstrates how to adjust the Alpha Blending feature of the XtraGrid using the XtraGridBlending component.
3."Control Navigator""翻译下面这句(不需要详细基本概括下就可以了)
This demo shows how to use the embedded and external control navigators. To hide the embedded navigator and show the external one, please uncheck the check edit bellow.
4."Banded View Navigation""翻译下面这句(不需要详细基本概括下就可以了)
This demo illustrates different keyboard navigation types available in the banded view. Please play with the check edits bellow and try to navigate the grid using the keyboard to see the difference.
5."Calc Row Height""翻译下面这句(不需要详细基本概括下就可以了)
This example demonstrates how to use the CalcRowHeight event and the OptionsView.RowAutoHeight option.
6."Card View""翻译下面这句(不需要详细基本概括下就可以了)
This example demonstrates the CardView feature (one of the GridViews).
7."Column Alignment""翻译下面这句(不需要详细基本概括下就可以了)
This example demonstrates how to change column alignment.
8."Column Customization""翻译下面这句(不需要详细基本概括下就可以了)
This example demonstrates the capabilities of using Column Customization Form
9."Column Format"翻译下面这句(不需要详细基本概括下就可以了)
This example illustrates how to format data within a column.
10."Custom Draw"翻译下面这句(不需要详细基本概括下就可以了)
This example demonstrates how to use CustomDraw Events for a View.
11."Custom Filter Dialog""翻译下面这句(不需要详细基本概括下就可以了)
This example demonstrates how to use the Custom Filter Dialog, allowing you to compare fields and to customize the list of these fields
12."Custom Menu""翻译下面这句(不需要详细基本概括下就可以了)
This example demonstrates how to create custom context menus. To invoke this menu, you should right-click the column button (red square).
13."Custom Tooltips""翻译下面这句(不需要详细基本概括下就可以了)
This example demonstrates how to use the ToolTipController to display custom information in grid elements.
14."Double Click Row""翻译下面这句(不需要详细基本概括下就可以了)
This example illustrates how to use the DoubleClick event and get information on GridRow based on the coordinates of a specific point
15."Drag&Drop External""翻译下面这句(不需要详细基本概括下就可以了)
This example demonstrates how to allow end users to drag cell values or data rows to other controls. Select a cell or a row (by clicking the indicator area) and drag it to any place.
16."Drag&Drop Internal""翻译下面这句(不需要详细基本概括下就可以了)
This example illustrates how to implement Drag & Drop of rows within a grid. You can move a row by simple dragging or copy it by pressing the Control key when dragging."
17."Draw Column Objects""翻译下面这句(不需要详细基本概括下就可以了)
This example demonstrates how to draw a customized column header's sorting glyphs and filter buttons.
18."Edit Data In Popup Form"翻译下面这句(不需要详细基本概括下就可以了)
This example demonstrates how to edit grid records in a separate popup window and how to use the ButtonClick EmbeddedNavigator event (press the Append or the Edit navigator button).
19."Editor Show Mode"翻译下面这句(不需要详细基本概括下就可以了)
This demo demonstrates how to specify the end-user action that invokes cell editors and which cells should display editor buttons.
20."Editors (External Repository)" 翻译下面这句(不需要详细基本概括下就可以了)
This example demonstrates how to create editors within a grid and assign them to the selected columns. In this demo an External repository is used.
21."Editors (Internal Repository)" 翻译下面这句(不需要详细基本概括下就可以了)
This example demonstrates how to create editors within a grid and assign them to the selected columns. An Internal grid editor repository is used in this demo.
22."Error Notification"翻译下面这句(不需要详细基本概括下就可以了)
This demo shows how to implement error notifications for runtime created data. Error icons are displayed for cells and rows containing invalid dates. Data is checked when rows are validated.
23."Error Notification Advanced"翻译下面这句(不需要详细基本概括下就可以了)
This demo shows how to implement support for extended error notification on the data source level. A business object in the example implements the IDXDataErrorInfo interface, which enables you to indicate errors to end-users using various error icons.
24."Export"翻译下面这句(不需要详细基本概括下就可以了)
This example demonstrates how to export a view's data.
25."Field Auto Height"翻译下面这句(不需要详细基本概括下就可以了)
This example demonstrates how to use the FieldAutoHeight property for CardView(Memo And Picture Editors) displaying
26."Filtered View"翻译下面这句(不需要详细基本概括下就可以了)
This example illustrates how to retain a bound DataView's criteria and combine it with filter settings applied by the end-user at runtime from a grid control. The filter applied to the DataView is displayed at the bottom of the form. Practice setting the filter criteria using the grid control.
27."Focused Row"翻译下面这句(不需要详细基本概括下就可以了)
This example explains how to tune the look and feel of a Selected Cell (Row).
28."Group Level Style"翻译下面这句(不需要详细基本概括下就可以了)
This example demonstrates how to use the GroupLevelStyle event.
29."Hit Info"翻译下面这句(不需要详细基本概括下就可以了)
This example demonstrates how to obtain information on grid elements (such as hittest, column, bands, row, cellvalue) based on the point coordinates.
30."IBindingList"翻译下面这句(不需要详细基本概括下就可以了)
This demo illustrates how to connect a Grid to an IBindingList descendant. Note that a record object must be inherited from the IEditableObject class if you need the ability to cancel newly added records via the grid.

解决方案 »

  1.   

    31."Incremental Search"翻译下面这句(不需要详细基本概括下就可以了)
    This demo shows how to use the incremental search feature.
    32."Indicator"翻译下面这句(不需要详细基本概括下就可以了)
    This example demonstrates how to adjust the Indicator based on your specific needs.
    33."Look And Feel"翻译下面这句(不需要详细基本概括下就可以了)
    This demo demonstrates how to use the SwitchPaintStyle method of the grid control.
    34."Master-Detail"翻译下面这句(不需要详细基本概括下就可以了)
    In this demo the grid control is customized at design time to present master-detail data. This demo also demonstrates controlling the visibility of detail buttons, tooltips and detail tabs.
    35."Multi Editors"翻译下面这句(不需要详细基本概括下就可以了)
    This demo illustrates how to dynamically assign editors to individual grid cells
    36."Multi Select"翻译下面这句(不需要详细基本概括下就可以了)
    This example illustrates how to work with the MultiSelect feature (press shift or ctrl).
    37."New Item Row"翻译下面这句(不需要详细基本概括下就可以了)
    This example demonstrates how to use the NewItemRow feature.
    38."Options"翻译下面这句(不需要详细基本概括下就可以了)
    This example explains how to enable and disable the GridOptionsView and the GridOptionsBehaviour. Please notice that in this demo we are using static methods of the DevExpress.Utils.SetOptions class.
    39."Population"翻译下面这句(不需要详细基本概括下就可以了)
    This example demonstrates how to populate the XtraGrid with data from a System.Data.DataTable via a System.Data.DataView
    40."Preview"翻译下面这句(不需要详细基本概括下就可以了)
    This example demonstrates how to use the Preview feature.
    41."Realtime Updating"翻译下面这句(不需要详细基本概括下就可以了)
    This demo demonstrates the XtraGrid's ability to display information which is changed in realtime
    42."Relations"翻译下面这句(不需要详细基本概括下就可以了)
    This example demonstrates how to display related tables within a grid. Please examine the InitData() method to find out how to create a master-detail relationship between tables at runtime
    43."Row Cell Style"翻译下面这句(不需要详细基本概括下就可以了)
    This example demonstrates how to use the RowCellStyle event
    44."Row Filter Event""翻译下面这句(不需要详细基本概括下就可以了)
    This demo demonstrated how to manually filter rows within the view. For this purpose, the CustomRowFilter event is handled. The check boxes allow you to specify which rows should be filtered (hidden)
    45."Runtime Grouping"翻译下面这句(不需要详细基本概括下就可以了)
    This example explains how to work with the Grouping feature at RunTime.
    46."Runtime Using""翻译下面这句(不需要详细基本概括下就可以了)
    This example shows how to create and customize detail views at runtime. It demonstrates grid view instances creation, column/editor customization, styles setting, adding grid view instances to LevelDefaults and grid event subscription.\r\nUse the CTRL+DEL key shortcut to delete rows.
    47"Several Data Views""翻译下面这句(不需要详细基本概括下就可以了)
    This example demonstrates how to bind two grid views to the same DataTable and set them up to be viewed separately (using separate DataView objects connected to the DataTable).
    48."Simple Mode"翻译下面这句(不需要详细基本概括下就可以了)
    This example demonstrates one of the UnboundMode variants which is based on using System.Collections.CollectionBase. It gives you the ability to create different Views for the XtraGrid at RunTime. Please review the AddGridColumns() method.
    49."Skins"翻译下面这句(不需要详细基本概括下就可以了)
    This demo demonstrates how to apply skins to the grid control
    50."Style Condition"翻译下面这句(不需要详细基本概括下就可以了)
    This example demonstrates how to work with Styles Format Conditions at RunTime.
    51."Style Formats"翻译下面这句(不需要详细基本概括下就可以了)
    This demo illustrates how to use the DevExpress.XtraGrid.Design.XAppearances class
    52."Summaries"翻译下面这句(不需要详细基本概括下就可以了)
    This example demonstrates how to work with summaries of 3 types (footer summary, row summary, row footer summary) in an XtraGrid (grid view)
    53."Unbound Columns"翻译下面这句(不需要详细基本概括下就可以了)
    This example demonstrates how to use the columns which are not bound to any field in the grid's data source
    54."Unbound Master View"翻译下面这句(不需要详细基本概括下就可以了)
    This example demonstrates how to use MasterDetail for UnboundMode. The grid control can be bound to the 'NestedRecords' or 'IRelationListRecords' object. The 'NestedRecords' object is derived from the ArrayList. The 'IRelationListRecords' additionally implements the DevExpress.Data.IRelationList interface (a master level field value is used to determine which data will be displayed in the corresponding detail view).
    55."Unbound Master View (dynamic)" 翻译下面这句(不需要详细基本概括下就可以了)
    This example illustrates how to implement MasterDetail for dynamically loading detail data via MasterRow~ events. This allows you to fully control which data and when should be loaded and how it should be represented.
    56."Unbound Mode (collection)" 翻译下面这句(不需要详细基本概括下就可以了)
    This example demonstrates one of the UnboundMode variants which is based on using a Collection as a data source.
    57."Unbound Mode (data table) 翻译下面这句(不需要详细基本概括下就可以了)
    This example demonstrates one of the UnboundMode variants which is based on using a DataTable. Please look at the InitGridColumns() method
    58."Validating Control"翻译下面这句(不需要详细基本概括下就可以了)
    This example demonstrates how to use the Validating and ValidateRow events for editing grid records (when editing a record where Discontinued = true, a warning is raised and the grid remains focused when shifting focus to another control).
    59."Vertical Headers"翻译下面这句(不需要详细基本概括下就可以了)
    This example demonstrates how to draw vertical captions within the header panel.
    60."Virtual Data"翻译下面这句(不需要详细基本概括下就可以了)
    This example demonstrates how to implement virtual mode in an XtraGrid.
    61."Virtual Data (dynamic)" 翻译下面这句(不需要详细基本概括下就可以了)
    This example demonstrates how to implement dynamic virtual mode in an XtraGrid. (Moving focus to the last row/column results in adding a new row/column).
    62."XML Reader"翻译下面这句(不需要详细基本概括下就可以了)
    This example illustrates how to obtain data from an XML table and display it within an XtraGrid (including a Master Detail variant).
      

  2.   

    楼主 你也太懒了吧?
    1。这个例子演示如何对分组数据的当前组增加一个新行。
    2。这个例子演示如何用XtraGridBlending组件来调整Alpha混合功能。
    3。这个例子演示如何使用嵌入(内置)和外部的控件导航条。要隐藏内置导航条并显示外部导航条,请取消下面的Check控件的选择。事不过三,英文不难,楼主自己翻译吧。