EasyUI Forum

General Category => General Discussion => Topic started by: john17 on July 23, 2014, 10:28:42 PM



Title: unselect row when cancel
Post by: john17 on July 23, 2014, 10:28:42 PM
hi guys

how can I unselect row when user click cancel? or after saving

thanks


Title: Re: unselect row when cancel
Post by: jarry on July 24, 2014, 01:24:01 AM
Please call 'unselectRow' method to unselect a row.
Code:
$('#dg').datagrid('unselectRow', index);