Title: DataGrid with 2 levels of expanded subgrids Post by: stephenl on June 09, 2016, 01:22:54 PM Hello
I am using the following tutorial as an example of what i need to acheive http://www.jeasyui.com/tutorial/datagrid/datagrid22_demo.html For my project I have 3 nested subgrids, which is working well... I now need to select and edit a line, the line could be from any level of the expanded subgrids.. How can I highlight a line to select (highlighting one line at any one time) and then edit. Im looking for suggestions on how this can be acheived Thank you Title: Re: DataGrid with 2 levels of expanded subgrids Post by: jarry on June 09, 2016, 04:31:09 PM Please refer to http://www.jeasyui.com/forum/index.php?topic=5917.msg15257#msg15257
Title: Re: DataGrid with 2 levels of expanded subgrids Post by: stephenl on June 11, 2016, 01:03:13 AM Hello
Thank you for your suggestion, however to edit the line i would like to open a form window, rather than an inline edit Suggestions appreciated Thank you |