如何从数据网格中隐藏不从数据表获取数据的行
我有一个包含 5 列的数据网格。
我将一些数据写入该数据网格,并且我不使用任何数据表。
现在我想隐藏一些行(如过滤)
我该怎么办?
i have datagrid with 5 columns in it.
and i write some data to that datagrid, and i dont use any datatable.
now i want to hide some rows(like filtering)
how can i do this???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您有需要隐藏的行的索引,可以使用以下语句:
If you have the index of the row you need to hide you can use the following statement: