EasyUI Forum

General Category => Bug Report => Topic started by: Stefan B. on November 06, 2014, 08:21:03 AM



Title: Bug with edatagrid idField and DataGrid Filter Row
Post by: Stefan B. on November 06, 2014, 08:21:03 AM
I have set an idField to the edatagrid and also use the DataGrid Filter Row extension.
We use Remote filter.
We use EasyUI 1.4 and the newest filter extension file.

When the user edit a row and then click save the following error comes:

Code:
TypeError: state.filterSource is null
for(var i=0; i<state.filterSource.rows.length; i++){


Title: Re: Bug with edatagrid idField and DataGrid Filter Row
Post by: jarry on November 06, 2014, 07:08:12 PM
Please download the updated 'datagrid-filter.js' file from http://www.jeasyui.com/extension/datagrid_filter.php


Title: Re: Bug with edatagrid idField and DataGrid Filter Row
Post by: Stefan B. on November 07, 2014, 12:32:52 AM
THX, This bugfix handle the problem.  :D