Hello,
i've created a listgrid with an editable field. When i'm trying to change it, the row disappear.
In the GWT console i've got this warn :
I've tryed to remove some fields of the listgrid until fixing the problem.
After a lot of tests, i've found something :
* my listgrid is in autoFetchData(false)
* my first fetch contains a criteria on 2 fields. If i remove this criteria, no warn, everything is OK.
Is this behaviour normal or a bug ? Can i have an explanation ?
i've created a listgrid with an editable field. When i'm trying to change it, the row disappear.
In the GWT console i've got this warn :
Code:
WARN:ResultSet:isc_ResultSet_0 (created by: isc_CalendarList_0):getRange(1, 2): start beyond end of rows, returning empty listAfter a lot of tests, i've found something :
* my listgrid is in autoFetchData(false)
* my first fetch contains a criteria on 2 fields. If i remove this criteria, no warn, everything is OK.
Is this behaviour normal or a bug ? Can i have an explanation ?