EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: lorwynz_11 on October 08, 2013, 10:23:03 PM



Title: disable editable datagrid
Post by: lorwynz_11 on October 08, 2013, 10:23:03 PM
i've downloaded Build CRUD DataGrid with jQuery EasyUI and make it work in my program, but how can I disable the editable datagrid plugin and change it, when i double click the row it will call a form to edit the row selected.

Thanks in advance :-\


Title: Re: disable editable datagrid
Post by: stworthy on October 09, 2013, 06:28:00 AM
When using edatagrid plugin, the double clicking action will call 'editRow' method to begin a row editing. If you wish to popup a form to edit a row, please refer to the tutorial below.
http://www.jeasyui.com/tutorial/app/crud.php


Title: Re: disable editable datagrid
Post by: lorwynz_11 on October 09, 2013, 08:03:42 PM
Thanks a lot!! :D



Title: Re: disable editable datagrid
Post by: lorwynz_11 on October 09, 2013, 08:39:44 PM
Follow up question, is it possible to print the the data in the datagrid and print the data using the pop up edit form that the link you gave me?.. thanks. :)