Re: Gwt celltable : Unexpected behavior : when record deleted from page then other record repeated in page.
Any Idea How to resolve this issue ?
On Nov 15, 10:11 pm, vaibhav gwt <bhalke.vaib...@gmail.com> wrote:
> I also called
> updateRowData(startIndexOfPage, recordList);
> updateRowCount(updatedRecordCount, true);
>
> Still same issue :-|
>
> On Nov 15, 6:01 pm, vaibhav bhalke <bhalke.vaib...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Hi,
> > I am using celltable -- gwt2.3.
> > I found strange behavior in celltable.
> > My celltable's pagesize is 10. Total 13 records.
> > When Page contains 3 records
> > A 1 11
> > B 2 22
> > C 3 33
>
> > When I deleted any one record e.g. A record then that record is deleted
> > from page but other record repeated / sets in page.
> > i.e.
> > B 2 22
> > C 3 33
> > C 3 33
> > Page is trying to set 3 recods some how.
> > Expected 2 records in page after deleting 1 record
>
> > Whats wrong ? How to resolve this issue?
>
> > Thanks in advance
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home