<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="grid_prerowdatabound_cancelled.aspx.cs" Inherits="FineUI.Examples.grid.grid_prerowdatabound_cancelled" %>


注:本示例不显示入学年份小于2004的行数据(通过PreRowDataBound事件参数Cancelled控制,在服务器端数据绑定时过滤数据)。