2015-05-19 14:45:47 +08:00
|
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="grid_dynamic_columns2.aspx.cs"
|
|
|
|
Inherits="FineUI.Examples.data.grid_dynamic_columns2" %>
|
|
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head runat="server">
|
|
|
|
<title></title>
|
2016-01-10 01:19:30 -05:00
|
|
|
<link href="../res/css/common.css" rel="stylesheet" type="text/css" />
|
2015-05-19 14:45:47 +08:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<form id="form1" runat="server">
|
|
|
|
<f:PageManager ID="PageManager1" runat="server" />
|
|
|
|
<f:Grid ID="Grid1" runat="server" Width="650px" EnableCheckBoxSelect="true"
|
|
|
|
Title="表格(动态创建的列)">
|
|
|
|
</f:Grid>
|
|
|
|
<br />
|
|
|
|
<f:Button ID="Button1" runat="server" Text="选中了哪些行" OnClick="Button1_Click">
|
|
|
|
</f:Button>
|
|
|
|
<br />
|
|
|
|
<f:Label ID="labResult" EncodeText="false" runat="server">
|
|
|
|
</f:Label>
|
|
|
|
</form>
|
|
|
|
</body>
|
|
|
|
</html>
|