Ext.net: how to load data in a form when row grid change?
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/
精彩评论