EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: lokjain on February 11, 2016, 09:54:51 PM



Title: add row/edit row in the footer
Post by: lokjain on February 11, 2016, 09:54:51 PM
I want to generate a data grid with the capabilities
1. Inline editing but the editing should be in the footer instead of in the row along with the save/edit/cancel button.
2. Row should be inserted in the footer first and after saving the datagrid reloads and shows with in the datagrid.
3. When we add data in one column it should display the relevant data in the other column e.g. when we add 'empcode' in one column, it should show the 'empname' in the other column obtained using the ajaxquery.
4. Send the additional information(in the other input tags outside the easyui datagrid) using this ajaxquery.

Thanks in advance


Title: Re: add row/edit row in the footer
Post by: stworthy on February 11, 2016, 10:33:30 PM
Unfortunately, the footer row can not be edited by calling 'beginEdit' method.