Ext.net:当行网格发生变化时如何在表单中加载数据?
我在同一页面中有一个 gridview 和一个表单面板(表单面板包含数据的详细信息)。 我想在用户单击网格的一行后将数据“加载”到表单面板中...... 是否可以 ?
谢谢
i've a gridview and a form panel in the same page (the form panel contains the detail of data).
I would like to "load" data into form panel after the user click on a row of the grid...
Is it possible ?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
以下示例可能有助于您入门,请参阅
http://examples.ext.net /#/GridPanel/Data_with_Details/Form_Details/
http://examples.ext .net/#/DragDrop/Grid/Grid_to_FormPanel/
http://examples .ext.net/#/GridPanel/Miscellaneous/Details_Window/
The following examples might help to get you started, see
http://examples.ext.net/#/GridPanel/Data_with_Details/Form_Details/
http://examples.ext.net/#/DragDrop/Grid/Grid_to_FormPanel/
http://examples.ext.net/#/GridPanel/Miscellaneous/Details_Window/
你检查过 saki 的 Ext 示例吗?他有一些很好的代码示例可以帮助您。查看应用程序设计中的“复杂数据绑定”http://examples.extjs.eu/
Have you checked out saki's Ext examples ? He has some good code examples that could help you. Check out "Complex Data Binding" in Application Design http://examples.extjs.eu/