Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Editing a field in a listgrid failed

$
0
0
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 :

Code:

WARN:ResultSet:isc_ResultSet_0 (created by: isc_CalendarList_0):getRange(1, 2): start beyond end of rows, returning empty list
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 ?

Viewing all articles
Browse latest Browse all 4756

Trending Articles