|
@ -49,11 +49,10 @@ |
|
|
</f:ToolbarText> |
|
|
</f:ToolbarText> |
|
|
<f:DropDownList ID="ddlGridPageSize" Width="80px" AutoPostBack="true" OnSelectedIndexChanged="ddlGridPageSize_SelectedIndexChanged" |
|
|
<f:DropDownList ID="ddlGridPageSize" Width="80px" AutoPostBack="true" OnSelectedIndexChanged="ddlGridPageSize_SelectedIndexChanged" |
|
|
runat="server"> |
|
|
runat="server"> |
|
|
<f:ListItem Text="10" Value="10" /> |
|
|
|
|
|
<f:ListItem Text="20" Value="20" /> |
|
|
|
|
|
<f:ListItem Text="50" Value="50" /> |
|
|
|
|
|
<f:ListItem Text="100" Value="100" /> |
|
|
<f:ListItem Text="100" Value="100" /> |
|
|
<f:ListItem Text="200" Value="200" /> |
|
|
<f:ListItem Text="200" Value="200" /> |
|
|
|
|
|
<f:ListItem Text="500" Value="500" /> |
|
|
|
|
|
<f:ListItem Text="1000" Value="1000" /> |
|
|
</f:DropDownList> |
|
|
</f:DropDownList> |
|
|
</PageItems> |
|
|
</PageItems> |
|
|
<Columns> |
|
|
<Columns> |
|
|