Hi,

I work on the example: GridPanel with Local Filtering, Sorting and Paging in V 0.8.2
I add an editor to the column, like this:

<ext:Column Header="Company" DataIndex="Company">
<Editor>
<ext:TextField runat="server" />
</Editor>
</ext:Column>

Now I have the following problem with the paging:
I make changes at page 1, eg overwrite the entry '3m Co' to '4m Co' at column company.
Then I move to the next page and back to the first page.
Now I lost my changes.

An other problem with the gridfiltes:
I do the same changes, overwrite an Company field and try to filter the new entry, but the new entry is not found.


Do you know what's wrong?