EasyUI Forum

General Category => Bug Report => Topic started by: Stefan B. on November 06, 2014, 05:55:30 AM



Title: edatagrid bug with pagination and addRow with EasyUi 1.4 and also 1.4.1
Post by: Stefan B. on November 06, 2014, 05:55:30 AM
We use an edatagrid with pagination bar. We request the data from remote site.

When we add a row and editing the new row data (but do not save the data)
and then the user change the page count on the pagination bar,
an error comes up and nothing working anymore with the datagrid.

The error is shown in EasyUI 1.4.1 min version line #9950 var _73f=_73c[_73e];
Code:
TypeError: _73c is undefined
var _73f=_73c[_73e];

   


Title: Re: edatagrid bug with pagination and addRow with EasyUi 1.4 and also 1.4.1
Post by: jarry on November 06, 2014, 07:07:26 PM
Please download the updated jquery.edatagrid.js file from http://www.jeasyui.com/extension/edatagrid.php


Title: Re: edatagrid bug with pagination and addRow with EasyUi 1.4 and also 1.4.1
Post by: Stefan B. on November 07, 2014, 12:49:27 AM
tested - thats works now.

This also fixed one other problem we have with pagination and add a new row with a count greater then page size!

THX