单词 | Datagrid | ||||||||||||||||
释义 | Datagrid
更多释义 收起释义 例句释义: 控件,数据表格,数据网格 1. When bound to a DataGrid control, the result set returned by the SQL command looks like the figure below. 当绑定到DataGrid控件时,由SQL命令返回的结果集看上去如下图所示。 msdn2.microsoft.com 2. The appearance of the DataGrid control may be customized by setting the style properties for the different parts of the control. 可以通过为DataGrid控件的不同部分设置样式属性来自定义该控件的外观。 msdn2.microsoft.com 3. To have the DataGrid control appear like the Contacts list on a Smartphone, set its properties as shown in the following table. 为使DataGrid控件外观与Smartphone“联系人”列表类似,请按照下表所示设置其属性。 msdn2.microsoft.com 4. Applying different colors to various parts of a DataGrid control can help to make the information in it easier to read and interpret. 对DataGrid控件的不同部分应用不同颜色可使得该控件中的信息更加易于阅读和解释。 msdn2.microsoft.com 5. This page has a single DataGrid control that binds to the results of a simple query against the authors table of the pubs database. 这个页面有一个DataGrid控件,该控件绑定对pubs数据库中authors表格进行简单查询的结果。 wjbwjb143.blog.163.com 6. Additionally, paging UI is also shown at the bottom of the DataGrid for navigating through the records. 另外,在DataGrid的底部还会显示分页UI,以便在记录之间进行导航。 www.cnblogs.com 7. This will start the DataGrid Properties dialog box. Here, you can specify which fields you want to see, and which to hide. 这将启动DataGridProperties对话框,在这里可以指定您想看到和隐藏哪些字段。 www.ibm.com 8. This dialog box allows you to set properties for the DataGrid Web server control. 此对话框用于设置DataGridWeb服务器控件的属性。 msdn2.microsoft.com 9. Depending on the type of the object the DataGrid is bound to, the DataItem property points to a different row object. 根据DataGrid绑定到的对象的类型,DataItem属性会指向不同的行对象。 msdn2.microsoft.com 10. You display data through a DataGrid and provide each row with a button for users to delete the represented row of data. 您通过DataGrid显示数据,并在每一行中提供一个按钮,供用户删除所表示的数据行。 msdn2.microsoft.com 1. The pager is an element on the DataGrid control that allows you to link to other pages when paging is enabled. 页导航是DataGrid控件上的元素,使您可以在启用分页时链接到其他页。 msdn2.microsoft.com 2. If the item being created is a DataGrid item (or an alternating item), you access the data bound to the row through the DataItem property. 如果所创建的项是DataGrid项(或交替项),则可以通过DataItem属性访问绑定到行的数据。 msdn2.microsoft.com 3. A simpler one-dimensional datagrid might be populated by a select element. 更简单的一维datagrid可以从select元素获得数据。 www.ibm.com 4. A datagrid gets its initial data from its contents: a table, select, or other group of HTML elements. datagrid从它的内容(一个table、select或其他HTML元素)获得初始数据。 www.ibm.com 5. A reference to the DataGrid control to which the bound column belongs (read-only). 一个对绑定列所属的DataGrid控件的引用(只读)。 msdn2.microsoft.com 6. Specifies the appearance, text formatting, and behavior of a System. Windows. Forms. DataGrid control column. 指定System.Windows.Forms.DataGrid控件列的外观、文本格式和行为。 msdn2.microsoft.com 7. When paging is enabled in the DataGrid, a fixed number of records is shown at a time. 在DataGrid中启用分页时,一次会显示固定数量的记录。 www.cnblogs.com 8. If no value is specified for the PageSize property, the DataGrid control displays ten items on the page at a time. 如果没有为PageSize属性指定任何值,则DataGrid控件在该页上一次显示十个项。 msdn2.microsoft.com 9. The following procedure requires a DataGrid control bound to a data table. 下面的过程需要一个绑定到数据表的DataGrid控件。 msdn2.microsoft.com 10. Define a DataStore that interacts with a ZRM resource handler and define a DataGrid that utilizes the DataStore. 定义一个与ZRM资源处理程序交互的DataStore,并定义一个使用DataStore的DataGrid。 www.ibm.com 1. The following table lists the style properties for the different parts of the DataGrid control. 下表列出DataGrid控件的不同部分的样式属性。 msdn2.microsoft.com 2. Provides an editing user interface (UI) for the column collection of a DataGrid control. 为DataGrid控件的列集合提供用于编辑的用户界面(UI)。 msdn2.microsoft.com 3. The PagerStyle property of the DataGrid control uses an instance of this class to represent the style properties for the pager. DataGrid控件的PagerStyle属性使用此类的实例来表示页导航的样式属性。 msdn2.microsoft.com 4. Informs the System. Windows. Forms. DataGrid that the user has begun editing the column. 通知System.Windows.Forms.DataGrid用户已开始编辑该列。 msdn2.microsoft.com 5. Marcie also wastes, err, spends a lot of time moderating the ASP. NET Forums and giving answers wherever Datagrid questions can be found. Marcie还花了大量时间来主持ASP.NET论坛,并回答有关Datagrid的各种问题。 msdn2.microsoft.com 6. This example uses the DataBind method to bind the contents of a dataset to a DataGrid control. 此示例使用DataBind方法将数据集的内容绑定到DataGrid控件。 msdn.microsoft.com 7. InitializeCell occurs for every table cell in the column, much like the ItemCreated event when working the Datagrid directly. 该列中的所有表单元格都将发生InitializeCell,它与直接使用Datagrid时发生的ItemCreated事件非常相似。 msdn2.microsoft.com 8. The DataSource property of the DataGrid is not set before accessing the GridColumnStyles collection (NullReferenceException Class). 在访问GridColumnStyles集合(NullReferenceException类)之前,不会设置DataGrid的DataSource属性。 msdn.microsoft.com 9. Next override InitializeCell, one of the Datagrid column's inherent events. 接下来,重写InitializeCell,它是Datagrid列的一个固有事件。 msdn2.microsoft.com 10. The Datagrid section now shows columns from both of the tables that you have joined, as shown in Figure 16. 现在,Datagrid显示了您所连接的所有数据表中的列,如图16中所示。 www.ibm.com 1. The DataGrid control allows you to use the following types of columns. DataGrid控件允许您使用以下列类型。 msdn2.microsoft.com 2. This allows you to programmatically control the columns in the DataGrid control. 这允许您以编程的方式控制DataGrid控件中的列。 msdn2.microsoft.com 3. Data Grid is a caching and data-access infrastructure for eXtreme Transaction Processing (XTP) style applications. 数据网格(DataGrid)是极限事务处理(XTP,eXtremeTransactionProcessing)类型的应用程序的缓存和数据访问的基础结构。 www.ibm.com 4. You can use the Properties settings for this datagrid to set the Dock property to Bottom. 您可以使用该数据网格的“属性”设置将“停靠”属性设置为“底部”。 msdn2.microsoft.com 5. Sets up the control hierarchy for this DataGrid control. 为此DataGrid控件设置控件层次结构。 msdn2.microsoft.com 6. The following code example collapses all rows in the System. Windows. Forms. DataGrid control. 下面的代码示例折叠System.Windows.Forms.DataGrid控件中的所有行。 msdn2.microsoft.com 7. Displays one column of the table in the DataGrid control in the style of a Smartphone Contacts list. 采用Smartphone“联系人”列表样式,在DataGrid控件中显示表中的一列。 msdn2.microsoft.com 8. You bind actual data to an instance of the DataGrid control by setting the control's DataSource property. 可通过设置DataGrid控件的DataSource属性来将实际数据绑定到该控件的实例。 msdn2.microsoft.com 9. See the DataGrid. : : . HitTestType enumeration returned by the Type property for a complete list of grid parts. 有关网格部分的完整列表,请参见由Type属性返回的DataGrid.::.HitTestType枚举。 msdn2.microsoft.com 10. For details about differences between the controls, see Comparing the GridView and DataGrid Web Server Controls. 有关这两种控件之间的差异的详细信息,请参见比较GridView和DataGridWeb服务器控件。 msdn2.microsoft.com 1. This will re-populate the resultset in the DataSet, so the contents of the DataGrid will automatically be updated. 这将重新填充DataSet中的结果集,因此DataGrid的内容将自动更新。 www.ibm.com 2. After the Windows Forms DataGrid is connected to a database, you can monitor which cell the user clicked. 当Windows窗体DataGrid连接到数据库后,您可以监视用户单击的单元格。 msdn2.microsoft.com 3. The following screen shot shows a DataGrid bound to data with multiple tables. 下面的屏幕快照显示了绑定到多个表中的数据的DataGrid。 msdn2.microsoft.com 4. The DataGrid now looks like the figure below. DataGrid现在看上去如下图所示。 msdn2.microsoft.com 5. The typical logic for the handler is to sort the list, and then rebind the data to the DataGrid. 该处理程序的典型逻辑是对列表进行排序,然后将数据重新绑定到DataGrid。 msdn2.microsoft.com 6. We are adding a Data Grid control that will significantly improve your experience when building data centric applications. 我们还增添了DataGrid控件,可以极大增强您在构建以数据为中心的应用程序过程中的体验。 blog.joycode.com 7. Additionally, the Type property returns a DataGrid. : : . HitTestType enumeration. 另外,Type属性返回一个DataGrid.::.HitTestType枚举。 msdn2.microsoft.com 8. Specifies the style for the page selection section of the DataGrid control. 指定DataGrid控件中页选择部分的样式。 msdn2.microsoft.com 9. A collection of DataGridColumn-derived column objects that represent the columns in a DataGrid control. DataGridColumn导出的列对象的集合,这些对象表示DataGrid控件中的列。 msdn2.microsoft.com 10. Microsoft Excel Create and fill a DataSet from an XML document and then use the DataBind method to bind it to a DataGrid. MicrosoftExcel从XML文档中创建和填充DataSet,然后使用DataBind方法将它绑定到DataGrid。 msdn2.microsoft.com 1. Another key difference between the DataGrid and GridView controls lies in the adaptive user interface. DataGrid与GridView控件的另一个主要差异在于自适应用户界面。 blog.sina.com.cn 2. First, the DataGrid will auto-generate all columns returned by the SQL select statement. 首先,DataGrid会自动生成从SQLselect语句返回的所有列。 www.ibm.com 3. Use the ButtonColumn class in a DataGrid control to create a button that corresponds with each row in the DataGrid control. 使用DataGrid控件中的ButtonColumn类来创建一个按钮,该按钮与DataGrid控件中的每一行相对应。 msdn2.microsoft.com 4. In the. NET Compact Framework, you cannot directly edit the contents of the DataGrid at run time. 在.NETCompactFramework中,您无法在运行时直接编辑DataGrid的内容。 msdn2.microsoft.com 5. The HitTest method returns a DataGrid. : : . HitTestInfo object that contains the row and column of a clicked area. HitTest方法返回包含所单击区域的行和列的DataGrid.::.HitTestInfo对象。 msdn2.microsoft.com 6. For details, see Adding DataGrid Web Server Controls to a Web Forms Page. 有关详细信息,请参见向Web窗体页添加DataGridWeb服务器控件。 msdn.microsoft.com 7. The resulting records should then be displayed in a DataGrid control. 然后用DataGrid控件来显示结果记录。 www.ibm.com 8. The second method is using the WebSphere sMash Dojo datagrid widget to add a simple user interface to your service. 第二种方法是使用WebSpheresMashDojodatagrid小部件向服务添加简单的用户界面。 www.ibm.com 9. It renders as plain text but converts to a TextBox when the Datagrid is placed into Edit mode. 它呈现为纯文本,但是当Datagrid处于“编辑”模式时,它将转换为TextBox。 msdn2.microsoft.com 10. In the main form, add code for the KeyDown event for the DataGrid control, which occurs when the action key is pressed on the Pocket PC. 在主窗体中,为在PocketPC上按操作键时发生的DataGrid控件的KeyDown事件添加代码。 msdn2.microsoft.com 1. One such example is row selection on cell click, which is now exposed by the GridView as the SelectionMode property. 其中的一个例子就是在DataGrid中通过单击单元格来选择一行,而现在以GridView的SelectionMode属性的方式暴露出来。 www.cnblogs.com 2. Similarly, the DataGrid class uses view state to issue pagination, edit, and sorting events. 同样地,DataGrid类使用ViewState发布分页、编辑和排序事件。 www.cnblogs.com 3. These examples set a specified item in a DataGrid control into edit mode. 这些示例将DataGrid控件中的指定项设置为编辑模式。 msdn.microsoft.com 4. A DataGrid. : : . HitTestInfo that contains information about the clicked part of the grid. 一个DataGrid.::.HitTestInfo,它包含有关网格中被单击部分的信息。 msdn2.microsoft.com 5. The DataGrid class is the. NET Compact Framework version of the control. DataGrid类是该控件的.NETCompactFramework版本。 msdn2.microsoft.com 6. Saves the current state of the DataGrid. 保存DataGrid的当前状态。 msdn2.microsoft.com 7. She contains the properties and methods common across all Datagrid columns. 它包含所有Datagrid列中常用的属性和方法。 msdn2.microsoft.com 8. Specifies the style for the pager of the DataGrid control. 指定DataGrid控件的页导航的样式。 msdn2.microsoft.com 9. The ASP. NET DataGrid exposes a wonderful capability: data paging support. NET的DataGrid提供了一个非常棒的能力:对数据分页的支持。 www.cnblogs.com 10. The easiest way to show the contents of these two DataTables is to use two DataGrid controls. 显示这两个DataTable的内容的最简单方法是使用两个DataGrid控件。 www.ibm.com 1. The storage resource of grid technology is achieved by datagrid which is distributed in wide-area computing environments. 数据网格是网格技术在存储资源上的实现,是广域范围的分布式海量存储系统。 www.juhe8.com 2. The following tables provide information about the columns you can declare for the DataGrid control. 下表提供有关可以为DataGrid控件声明的列的信息。 msdn2.microsoft.com 3. To display the effects of the new relation, select the second DataGrid component. 为了显示新关系的效果,可以选择第二个DataGrid组件。 www.ibm.com 4. The DataGrid. : : . HitTestInfo contains the row, column, and part of the grid that was clicked. DataGrid.::.HitTestInfo包含行、列和网格中被单击的部分。 msdn2.microsoft.com 5. To enable easy migration from existing pages, the GridView preserves the DataGrid object model as much as possible. GridView尽可能地保留了DataGrid的对象模型,以便轻松地从现有页面进行移植。 blog.sina.com.cn 6. Specifies the style for the footer section in the DataGrid control. 指定DataGrid控件中页脚部分的样式。 msdn2.microsoft.com 7. Specifies the style for the header section in the DataGrid control. 指定DataGrid控件中页眉部分的样式。 msdn2.microsoft.com 8. NET DataGrid control; and edit, apply or undo changes in these database tables. 以及编辑、应用或撤销在这些数据库表中进行的修改。 www.ibm.com 9. You can also use the AlternatingItemStyle property to provide a different appearance for the alternating items in the DataGrid control. 还可以使用AlternatingItemStyle属性为DataGrid控件中的交替项提供不同的外观。 msdn2.microsoft.com 10. For an example, see Formatting the Windows Forms DataGrid Control. 有关示例,请参见设置Windows窗体DataGrid控件的格式。 msdn.microsoft.com 1. Specifies the style for the selected item in the DataGrid control. 指定DataGrid控件中选定项的样式。 msdn2.microsoft.com 2. Loads a saved state of the DataGrid. 加载DataGrid的保存状态。 msdn2.microsoft.com 3. Setting this property to a value of 0 or higher will place that line in the DataGrid in edit mode. 将该属性设置为0或更高的值将会使DataGrid中的那一行被置于编辑模式。 www-128.ibm.com 4. The first example shows how to return the primary key columns for a DataTable displayed in a DataGrid. 第一个示例显示如何返回在DataGrid中显示的DataTable的主键列。 msdn2.microsoft.com 5. Specifies the style for alternating items in the DataGrid control. 指定DataGrid控件中交替项的样式。 msdn2.microsoft.com 6. Gets the style properties of the items in the DataGrid control. 获取DataGrid控件中各项的样式属性。 msdn2.microsoft.com 7. The following illustration shows the objects included in the DataGrid control. 下图显示了包含在DataGrid控件中的对象。 msdn2.microsoft.com 8. Shows or hides the header section of the DataGrid control. 显示或隐藏DataGrid控件的页眉部分。 msdn2.microsoft.com 9. The overall result for the GridView is a much more compelling grid-style control than the DataGrid. 总的来说,GridView作为表格样式的控件比DataGrid更加引人注目。 www.cnblogs.com 10. Drag a table in Datagrid or Details format from the Data Sources window onto the form in the designer. 从“数据源”窗口中将一个Datagrid格式或详细信息格式的表拖动到设计器中的窗体上。 msdn2.microsoft.com 1. Her specialty is the ASP. NET Datagrid, and she has devoted a Web site to it, DatagridGirl. Com. 她在ASP.NETDatagrid方面具有专门研究,她还为此创建了一个Web站点DatagridGirl.com。 msdn2.microsoft.com 2. The following example demonstrates how to use the MergeStyle method to merge a style with the style of a DataGrid control. 下面的示例演示如何使用MergeStyle方法将一个样式与DataGrid控件的样式合并。 msdn2.microsoft.com 3. The DataGrid is a commonly used data bound list control available within Visual Studio. NET 2003. DataGrid是VisualStudio.NET2003中提供的常用数据捆绑列表控件。 www.ianywhere.com 4. Add the new DataGridTableStyle object to the datagrid's table styles collection. 向数据网格的表样式集合中添加新的DataGridTableStyle对象。 msdn2.microsoft.com 5. Use the SetDataBinding method of the DataGrid to bind each of the grids to the DataSet. 使用DataGrid的SetDataBinding方法将每个网格绑定到DataSet。 msdn2.microsoft.com 6. The DataGrid and Calendar controls include a bordercolor attribute in the rendered table elements if its BackColor property is set. 如果设置了BackColor属性,则DataGrid和Calendar控件便会在呈现的table元素中包括bordercolor属性。 msdn2.microsoft.com 7. The following properties are available on all DataGrid column types. 以下属性是所有DataGrid列类型都具有的属性。 msdn2.microsoft.com 8. Gets the DataGrid control that the column is a member of. 获取列是其成员之一的DataGrid控件。 msdn2.microsoft.com 9. The DataGrid control renders a tabular, data-bound grid. DataGrid控件呈现表格式数据绑定网格。 msdn2.microsoft.com 10. A data provider is a model for the data viewed within components, such as List and DataGrid, which in theory is simply an array of objects. 数据提供程序是在组件(如List和DataGrid)中查看的数据的模型,理论上只是一个对象数组。 www.ibm.com 1. The DataGrid Properties dialog box opens. “DataGrid属性”对话框随即打开。 msdn2.microsoft.com 2. You can specify the DataGrid control's DataSource property at design time in the Properties window. 在“属性”窗口中,可以在设计时指定DataGrid控件的DataSource属性。 msdn.microsoft.com 3. The following code example uses the DataGrid. DataMember property, which it assumes is already set. 下面的代码示例使用DataGrid.DataMember属性(假定已经设置了它)。 msdn2.microsoft.com 4. In this example, the datagrid is populated from a table. 在这个示例中,datagrid的数据来自一个table。 www.ibm.com 5. The following example uses the DataGrid. DataMember property, which it assumes is already set. 下面的示例使用DataGrid.DataMember属性(假定已经设置了它)。 msdn2.microsoft.com 6. auto height number The height of datagrid height. 该数据网格的高度的高度。 wenku.baidu.com 7. If substantial modifications are expected, use the DataList or DataGrid controls instead of the Table control. 如果需要进行大量修改,则使用DataList或DataGrid控件来代替Table控件。 msdn2.microsoft.com 8. Existing pages that use the DataGrid control will work as is. 使用DataGrid控件的现有页仍可正常工作。 msdn2.microsoft.com 9. Style the DataGrid control to show one or two columns from the table by adding a DataGridTableStyle object to the TableStyles collection. 通过将一个DataGridTableStyle对象添加到TableStyles集合中,将DataGrid控件的样式设置为显示表中的一列或两列。 msdn2.microsoft.com 10. The following example demonstrates how to use sorting in a DataGrid control. 下面的示例演示如何在DataGrid控件中使用排序。 msdn2.microsoft.com 1. In addition to the DataGrid that displays your data, you can add a new patron or seat an existing patron. 除了显示数据的DataGrid之外,您还可以添加新的顾客或为现有的顾客找到座位。 www.ibm.com 2. From the Toolbox, add a DataGrid control to the form. 从“工具箱”中将DataGrid控件添加到窗体上。 msdn2.microsoft.com 3. The following example demonstrates how to use paging in a DataGrid control. 下面的示例演示如何在DataGrid控件中使用分页。 msdn2.microsoft.com 4. Before using the DataGrid control, consider using the GridView control instead. 在使用DataGrid控件前,请考虑改用GridView控件。 msdn2.microsoft.com 5. The following example demonstrates how to use the ApplyStyle method to apply a style to a DataGrid control. 下面的示例演示如何使用ApplyStyle方法对DataGrid控件应用样式。 msdn2.microsoft.com 6. A DataGridItem object represents an item (row) in a DataGrid control, such as a heading section, a footer section, or a data row. DataGridItem对象表示DataGrid控件中的某项(行),如标题部分、脚注部分或数据行。 msdn2.microsoft.com 7. That is, the datagrid doesn't have to have children that provide the initial data. 也就是说,datagrid可以不包含那些提供初始数据的子元素。 www.ibm.com 8. Returning . allInstances means that we get a list back, so we need a control that can display a list of items, such as the DataGrid. 返回.allInstances意味着会得到一个列表,所以需要一个可以显示条目列表的控件,比如DataGrid。 www.ibm.com 9. Dojo's dojox. grid. DataGrid component is used to implement the basic matrix. 用Dojo的dojox.grid.DataGrid组件实现基本矩阵。 www.ibm.com 10. Actually, a DataGrid row is merely a table row. DataGrid行实际上只是表中的一行。 msdn2.microsoft.com 1. The DataGrid's user interface resembles, to some extent, a Microsoft Excel worksheet. DataGrid的用户界面在某种程度上类似于MicrosoftExcel工作表。 msdn2.microsoft.com 2. Retrieving an item from the GridColumnStyles collection before the TableStyle is added to the DataGrid. TableStyles collection. 在将TableStyle添加到DataGrid.TableStyles集合前,先从GridColumnStyles集合中检索某一项。 msdn.microsoft.com 3. When we instantiate the grid widget (dojox. grid. DataGrid), the store and structure come together to define the grid. 当我们初始化这个网格小部件(dojox.grid.DataGrid)时,数据存储和结构共同定义了网格。 www.ibm.com 4. To return a DataGrid. : : . HitTestInfo, invoke the HitTest method from the MouseDown event of DataGrid control. 要返回DataGrid.::.HitTestInfo,请从DataGrid控件的MouseDown事件调用HitTest方法。 msdn2.microsoft.com 5. However, you shouldn't expect 100 percent compatibility between DataGrid-based code and new GridView-based code. 但是,基于DataGrid的代码与新的基于GridView的代码不可能100%兼容。 blog.sina.com.cn 6. Most miss some important components, such as Tree, DataGrid and powerful Layout Manager. 很多框架都缺少一些重要的组件,如Tree、DataGrid及强大的布局管理器等等。 www.infoq.com 7. Unlike the version 1. x DataGrid, the GridView can render on mobile devices, too. 与1.x版本的DataGrid不同的是,GridView也能在移动设备上显示。 blog.sina.com.cn 8. This is the default column type of the DataGrid control. 这是DataGrid控件的默认列类型。 msdn2.microsoft.com 9. You can see the result in Figure F: two DataGrids with records that remain unrelated at this time. 在图F中可以看到结果:两个带有记录的DataGrid,现在它们还没有关联。 www.ibm.com 10. Describes how to build a data forms application by using the DataGrid control for the Pocket PC. 描述如何使用用于PocketPC的DataGrid控件生成数据窗体应用程序。 msdn2.microsoft.com 1. Creates the control hierarchy that is used to render the DataGrid. 创建用于呈现DataGrid的控件层次结构。 msdn2.microsoft.com 2. A summary row is a DataGrid row, and as such it can be of type Item or AlternatingItem. 汇总行是DataGrid行,同样,它的类型可以是Item或AlternatingItem。 msdn2.microsoft.com 3. For example, the DataGrid component triggers an event whenever users click a particular row. 例如,每当用户单击一个特定的行时,DataGrid组件触发一个事件。 www.ibm.com 4. Internally, the GridView raises events like the DataGrid version 1. x does when the user deletes or updates a record. 在内部,当用户删除或更新一条记录时,GridView就像1.x版本的DataGrid一样引发事件。 wjbwjb143.blog.163.com 5. For example, Table, Panel, DataGrid, Calendar, and ValidationSummary will render this property. 例如,Table、Panel、DataGrid、Calendar和ValidationSummary将呈现此属性。 msdn2.microsoft.com 6. For example, imagine you create a new DataGrid control that supports column reordering. 例如,假定您要创建一个支持重派列顺序的新DataGrid控件。 msdn2.microsoft.com 7. You should bind the DataGrid control to its data source only when there is a change to the data or to the control's state. 仅当更改了数据或控件的状态后,才能将DataGrid控件绑定到其数据源。 msdn.microsoft.com 8. On the other hand, every time a user clicks one node of the tree, we will have a datagrid control to list all the services under this node. 另一方面,每次用户点击树的一个节点,我们都用数据网格控制来罗列节点下的所有服务。 www.ibm.com 9. The Delete button will delete a record from the DataGrid. Delete按钮将从DataGrid删除一条记录。 www.ibm.com 10. For example, Listing 9 shows a datagrid that contains a grade sheet. 例如,清单9中的datagrid包含一张成绩表。 www.ibm.com 1. When using custom paging, the DataGrid control assumes that the data source only contains the items to be displayed on the current page. 使用自定义分页时,DataGrid控件假定数据源只包含要在当前页上显示的项。 msdn2.microsoft.com 2. Typically, a data source that contains all the items in the list is loaded every time the DataGrid control displays a page of information. 通常情况下,每当DataGrid控件显示一页信息时,就加载包含列表中所有项的数据源。 msdn2.microsoft.com 3. Remember, though, that a DataGrid can only bind to a data source object for the purpose of reading data. 但要记住,绑定到数据源对象的DataGrid只能用于读取数据。 blog.sina.com.cn 4. This example hides the "X" column of a DataGrid that uses an array of Point objects as the data source. 本示例隐藏DataGrid中将Point对象的数组用作数据源的“X”列。 msdn.microsoft.com 5. The DataGrid control displays the fields of a data source as columns in a table. DataGrid控件将数据源的字段显示为表中的列。 msdn2.microsoft.com 6. Use the DataGrid control to display the fields of a data source as columns in a table. 使用DataGrid控件可以将数据源的字段作为表中的列显示。 msdn2.microsoft.com 7. With standard paging, the DataGrid control assumes that the data source contains all the items to display. 对于标准分页,DataGrid控件假定数据源包含所有要显示的项。 msdn2.microsoft.com 8. The DataGrid displays items from a data source in a table that lets you select, sort, and edit these items. DataGrid在一个可以选择、排序和编辑项目的表中显示来自数据源的项目。 www.ianywhere.com 9. The DataSourceId property connects the DataGrid to a valid data source object defined on the same page. DataSourceId属性将DataGrid连接到同一页面上定义的一个合法数据源对象。 wjbwjb143.blog.163.com 10. This is the field in the parent Datagrid's data source that will correspond to the data to be selected in the dropdown. 它是父Datagrid数据源中的字段,与将从下拉列表中选择的数据相对应。 msdn2.microsoft.com 1. The code in Figure 4 shows a sample page that binds a GridView and a DataGrid to the same data source control. 图4中的代码说明如何在一个示例页面上将GridView和DataGrid绑定到同一个数据源控件。 wjbwjb143.blog.163.com 2. As with other data controls, the DataGrid control has been enhanced to interact with data source controls. 至于其他数据控件,已增强DataGrid控件以与数据源控件进行交互。 msdn2.microsoft.com 3. Differences Between the Windows Forms DataGridView and DataGrid Controls Windows窗体DataGridView控件和DataGrid控件之间的区别 msdn2.microsoft.com 4. auto columns array The datagrid columns config object, see column properties for more details. DataGrid 的列的配置对象,看到更多的细节列属性。 wenku.baidu.com 5. To determine which part of the DataGrid the user clicked 确定用户所单击的DataGrid部分 msdn2.microsoft.com 6. The following example demonstrates how to use the DataGrid control to display the items in the data source. 下面的示例演示如何使用DataGrid控件显示数据源中的项。 msdn2.microsoft.com 7. You must bind controls, such as a TextBox, to your data source and use the DataGrid to display and select records. 您必须将控件(如TextBox)绑定到您的数据源,并使用DataGrid来显示和选择记录。 msdn2.microsoft.com 8. Allow DataGrid cell drawing to be overridden 允许重写DataGrid单元格绘图 www.microsoft.com 9. The DataGrid control used in the sample application is declared as follows 示例应用程序中使用的DataGrid控件按如下方式进行声明 msdn2.microsoft.com 10. Keyboard Shortcuts for the Windows Forms DataGrid Control Windows窗体DataGrid控件的键盘快捷键 msdn2.microsoft.com 1. The result set displayed through a DataGrid control 通过DataGrid控件显示的结果集 msdn2.microsoft.com 2. Drag and Drop support for column reordering in DataGrid control, DataGrid, 控件的列拖放支持, unruledboy.cnblogs.com 3. Allowing Users to Edit Items in a DataGrid Web Server Control 允许用户编辑DataGridWeb服务器控件中的项 msdn.microsoft.com 4. To disable it, set the control's EnableViewState property to false, as in the following DataGrid server control example 若要禁用它,请将控件的EnableViewState属性设置为false,如下面的DataGrid服务器控件示例所示 msdn2.microsoft.com 5. Analysis on EU datagrid data management service 数据网格中的数据管理服务框架分析 service.ilib.cn 6. To detect when the user of the DataGrid selects a different cell 检测DataGrid的用户何时选择另一个单元格 msdn2.microsoft.com 7. Populate DataGrid with view content 在DataGrid中填充视图内容 www.ibm.com 8. To add a column to the DataGrid control in the designer 在设计器中向DataGrid控件添加列 msdn2.microsoft.com 9. How to: Validate Input with the Windows Forms DataGrid Control 如何:用Windows窗体DataGrid控件验证输入 msdn2.microsoft.com 10. How to: Add Tables and Columns to the Windows Forms DataGrid Control 如何:向Windows窗体DataGrid控件添加表和列 msdn2.microsoft.com 1. Move Over DataGrid, There's a New Grid in Town 通过DataGrid迁移,全新的网格闪亮登场 msdn2.microsoft.com 2. How to: Delete or Hide Columns in the Windows Forms DataGrid Control 如何:在Windows窗体DataGrid控件中删除或隐藏列 msdn2.microsoft.com 3. How to: Add Tables and Columns to the Windows Forms DataGrid Control Using the Designer 如何:使用设计器向Windows窗体DataGrid控件添加表和列 msdn2.microsoft.com 4. How to: Respond to Clicks in the Windows Forms DataGrid Control 如何:响应Windows窗体DataGrid控件中的单击 msdn2.microsoft.com 5. There are three basic aspects of formatting the DataGrid control 设置DataGrid控件的格式涉及三个基本方面 msdn2.microsoft.com 6. How to: Format the Windows Forms DataGrid Control Using the Designer 如何:使用设计器设置Windows窗体DataGrid控件的格式 msdn2.microsoft.com 7. Each row in the DataGrid control represents a record in the data source. DataGrid控件中的每一行表示数据源中的一个记录。 msdn2.microsoft.com 8. How to: Change Displayed Data at Run Time in the Windows Forms DataGrid Control 如何:在运行时更改Windows窗体DataGrid控件中显示的数据 msdn2.microsoft.com 9. Code: Hiding a DataColumn in a Windows Forms DataGrid Control Where the DataSource is an Array (Visual Basic) 代码:在数据源是数组的Windows窗体DataGrid控件中隐藏DataColumn(VisualBasic) msdn.microsoft.com 10. Code: Displaying Data in a DataGrid Web Server Control (Visual Basic) 代码:在DataGridWeb服务器控件中显示数据(VisualBasic) msdn.microsoft.com 1. Code: Getting Values From Template Columns in a DataGrid or DataList Web Server Control (Visual Basic) 代码:从DataGrid或DataListWeb服务器控件中的模板列获取值(VisualBasic) msdn.microsoft.com 2. How to: Bind the Windows Forms DataGrid Control to a Data Source Using the Designer 如何:使用设计器将Windows窗体DataGrid控件绑定到数据源 msdn2.microsoft.com 3. How to: Bind the Windows Forms DataGrid Control to a Data Source 如何:将Windows窗体DataGrid控件绑定到数据源 msdn2.microsoft.com 4. Code: Getting Cell Values in the DataGrid Web Server Control (Visual Basic) 代码:获取DataGridWeb服务器控件中的单元格值(VisualBasic) msdn.microsoft.com 5. Code: Updating Items in a DataGrid or DataList Web Server Control (Visual Basic) 代码:更新DataGrid或DataListWeb服务器控件中的项(VisualBasic) msdn.microsoft.com 6. Code: Editing Items in the DataGrid or DataList Web Server Control (Visual Basic) 代码:编辑DataGrid或DataListWeb服务器控件中的项(VisualBasic) msdn.microsoft.com |
||||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。