开发者

Ext.net: how to load data in a form when row grid change?

开发者 https://www.devze.com 2023-02-24 17:28 出处:网络
i\'ve a gridview and a form panel in the same page (the form panel contains the detail ofdata). I would like to \"load开发者_开发技巧\" data into form panel after the user click on a row of the grid.

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


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/


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/

0

精彩评论

暂无评论...
验证码 换一张
取 消