选择列表视图中的所有行并取消选择所有行选项
我有一个列表视图,每行都有一个复选框来选择该行...并且我在列表视图上方有一个全选复选框,可以单击选择所有行,反之亦然... 可以这样做吗...
I have a list view with a check box in each row to select that row... And i have a select all check box above the listview to select all the rows at a click and vice versa...
is it possible to do so...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
只需使用两种方法即可更轻松地解决此问题。
You can resolve this even easier by simply using 2 methods.
您可以使用复选框 id 而不是项目并将其设置为选中,反之亦然。
you can use checkbox id instead of item and set it checked or vice versa.
ListView 对象有一个名为clearChoices() 的方法。
The object ListView has a method called clearChoices().