如何修改radgrid中的寻呼机
我有一个 GridView 已更改为 RadGrid,现在在 GridView 使用上方的下拉菜单进行分页之前,使用以下选项来显示每页的项目
<asp:DropDownList ID="lstPage" runat="server" AutoPostBack="true" OnSelectedIndexChanged="lstPage_OnSelectedIndexChanged">
<asp:ListItem Value="5">5</asp:ListItem>
<asp:ListItem Value="15" Selected="True">15</asp:ListItem>
<asp:ListItem Value="20">20</asp:ListItem>
<asp:ListItem Value="50">50</asp:ListItem>
</asp:DropDownList>
</div>
但现在使用 RadGrid,我不知道该怎么做?我在他们的网站上找不到具体的例子。有没有办法告诉 rad 网格使用这些自定义值? 10,35,60,100>我需要在分页中显示相同的选项。
谢谢
I have a GridView that was changed to a RadGrid, now before the GridView had the paging using a drop down above it with the following options to show items per page
<asp:DropDownList ID="lstPage" runat="server" AutoPostBack="true" OnSelectedIndexChanged="lstPage_OnSelectedIndexChanged">
<asp:ListItem Value="5">5</asp:ListItem>
<asp:ListItem Value="15" Selected="True">15</asp:ListItem>
<asp:ListItem Value="20">20</asp:ListItem>
<asp:ListItem Value="50">50</asp:ListItem>
</asp:DropDownList>
</div>
But now with the RadGrid I am not sure how to do that? and I cant find the specific example on their site. Is there a way to tell the rad grid to use those custom values? 10,35,60,100> I am required to show the same options in tha paging.
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
方法1:
方法2:
Method 1:
Method 2: