EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: frankgao on November 04, 2015, 01:53:26 AM



Title: Is datagrid editor cell has double click events?
Post by: frankgao on November 04, 2015, 01:53:26 AM
I want to dialog window when cell edit and mouse click the cell text.
how can bind the click event?


Code:
{
                    field: 'deptname', title: 'Department', width: '80px', editor: { type: 'text', options: { required: true } }
                },