从“devextreme/data/index”中导入{Load_Options} 对象类型: 该对象用于指定服务器处理数据的设置。 更常见的是,这些设置作为参数传递给load函数,并依赖于您在DataSource或UI组件中启用的操作(分页、过滤、排序等)。 4. 实现 4.1 设置dx-data-grid俩个属性: remoteOperations:通知DataGrid服务器的数据处理操作。 h...
let data = this.getSelectedData();//获取选中行的数据this.rawGrid.instance.getSelectedRowsData();
Steps to reproduce: Put DxGrid on a page. Run the application. Expected results: DxGrid is displayed with the "No data to display" message.
表格列绑定了ID,显示的是名称,使用OData查询没法支持名称查询。 使用这个方法把查询的名称转换成ID拼接到OData接口上。