Populate DataGrid with view content
在DataGrid 中填充视图内容
To do so, you use a UI component called DataGrid.
为此,请使用名为DataGrid的UI组件。
The delete button will delete a record from the DataGrid.
Delete按钮将从DataGrid删除一条记录。
So, you need to add the ability to edit the contents of the DataGrid.
您需要添加编辑DataGrid的内容的功能。
This datagrid has various functions to assist you in LCRUD operations.
这个Datagrid具有各种帮助您完成LCRUD操作的功能。
For example, Listing 9 shows a datagrid that contains a grade sheet.
例如,清单9中的datagrid包含一张成绩表。
The resulting records should then be displayed in a DataGrid control.
然后用DataGrid控件来显示结果记录。
Paging with the DataGrid requires all of the data to be bound to the grid.
使用DataGrid的分页需要所有数据均与网格进行绑定。
A simpler one-dimensional datagrid might be populated by a select element.
更简单的一维datagrid可以从select元素获得数据。
The ASP.NET DataGrid exposes a wonderful capability: data paging support.
NET的DataGrid提供了一个非常棒的能力:对数据分页的支持。
Unlike the version 1.x DataGrid, the GridView can render on mobile devices, too.
与1. x版本的DataGrid不同的是,GridView也能在移动设备上显示。
The first step to creating a Dojo DataGrid is to define the layout of your grid.
生成DojoDataGrid的第一步是定义网格布局。
To display the effects of the new relation, select the second DataGrid component.
为了显示新关系的效果,可以选择第二个DataGrid组件。
NET DataGrid control; and edit, apply or undo changes in these database tables.
以及编辑、应用或撤销在这些数据库表中进行的修改。
The code sample in Listing 1 demonstrates MXML markup for a Flex DataGrid component.
列表1中的代码示例演示了FlexDataGrid组件的MXML标记。
Part 2: Creating a Dojo DataGrid component with paging using a generic grid handler.
第2部分:使用通用的网格处理程序创建具有分页功能的DojoDataGrid组件。
When paging is enabled in the DataGrid, a fixed number of records is shown at a time.
在DataGrid 中启用分页时,一次会显示固定数量的记录。
You will notice that the DataGrid is encapsulated in the XML tag shown in Listing 7.
您会注意到,DataGrid封装在如清单7所示的XML标记中。
In this example, the DataGrid displays nothing, but the update query runs successfully.
在此示例中,DataGrid未显示任何内容,但是更新查询成功运行。
For example, the DataGrid component triggers an event whenever users click a particular row.
例如,每当用户单击一个特定的行时,DataGrid组件触发一个事件。
The easiest way to show the contents of these two DataTables is to use two DataGrid controls.
显示这两个DataTable的内容的最简单方法是使用两个DataGrid控件。
GridHandlerLayout.json: the json file containing the layout information for the DataGrid widget.
json:包含DataGrid小部件的布局信息的json文件。
Similarly, the DataGrid class USES view state to issue pagination, edit, and sorting events.
同样地,datagrid类使用ViewState发布分页、编辑和排序事件。
After you've unchecked this option, you can click OK to close the DataGrid Properties dialog box.
在取消此选项的选定后,可以单击OK关闭DataGridProperties对话框。
Second, the DataGrid will handle display/pagination accordingly without any extra coding on your part.
其次,DataGrid不需要您额外编写代码就可以处理相应的显示/分页。
Another key difference between the DataGrid and GridView controls lies in the adaptive user interface.
DataGrid与GridView控件的另一个主要差异在于自适应用户界面。
Remember how you specified the EMPNO field to be the key field (in the DataGrid configuration dialog).
记得您是如何将EMPNO字段指定为关键字段的(在DataGrid配置对话框中)。
Setting this property to a value of 0 or higher will place that line in the DataGrid in edit mode.
将该属性设置为0或更高的值将会使DataGrid中的那一行被置于编辑模式。
Additionally, paging UI is also shown at the bottom of the DataGrid for navigating through the records.
此外,用来在结果之间导航的分页ui也会在DataGrid的底部显示出来。
Additionally, paging UI is also shown at the bottom of the DataGrid for navigating through the records.
此外,用来在结果之间导航的分页ui也会在DataGrid的底部显示出来。
应用推荐