Title: how to set row can only drop in it's own grid? Post by: James on August 21, 2018, 12:48:40 AM I set grid with id 'grid' and set dropAccept:'#grid tr.datagrid-row', but it's not working, because grid table are not really in #grid element;
have to set a parent panel with id 'box' and set dropAccept:'#box tr.datagrid-row' to make it work. is there any convenient way? Title: Re: how to set row can only drop in it's own grid? Post by: jarry on August 21, 2018, 02:28:08 AM Try this code:
Code: <table class="easyui-datagrid" title="DataGrid" style="width:400px;height:250px" data-options=" |