Smartgwt 折叠/展开所有列表网格记录
我有一个像这样的列表网格: http://www.smartclient.com/smartgwt/showcase/#grid_nested_form
它出现单击展开按钮时的表单。
有没有办法只扩展一个元素?换句话说,除了我选择的记录之外,我的列表网格的所有记录都会发生崩溃事件。
多谢!
I have a listgrid like this:
http://www.smartclient.com/smartgwt/showcase/#grid_nested_form
It appears a form when I click expand button.
Is there some way to expand only one element? In another words, fire collapse event of all records of my listgrid except the one I have selected.
Thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 setCanExpandMultipleRecords 方法来实现这种回弹效果。
You can use the
setCanExpandMultipleRecords
method to achieve that sort of spring-back effect.