Re: Gwt celltable : Unexpected behavior : when record deleted from page then other record repeated in page.

2011-11-27 Thread vaibhav gwt
Any Idea How to resolve this issue ? On Nov 15, 10:11 pm, vaibhav gwt wrote: > I also called > updateRowData(startIndexOfPage, recordList); > updateRowCount(updatedRecordCount, true); > > Still same issue :-| > > On Nov 15, 6:01 pm, vaibhav bhalke wrote: > > > > > > > > > Hi, > > I am using cell

Re: Gwt celltable : Unexpected behavior : when record deleted from page then other record repeated in page.

2011-11-15 Thread vaibhav gwt
I also called updateRowData(startIndexOfPage, recordList); updateRowCount(updatedRecordCount, true); Still same issue :-| On Nov 15, 6:01 pm, vaibhav bhalke wrote: > Hi, > I am using celltable -- gwt2.3. > I found strange behavior in celltable. > My celltable's pagesize is 10. Total 13 records.

Re: Gwt celltable : Unexpected behavior : when record deleted from page then other record repeated in page.

2011-11-15 Thread Thomas Broyer
You probably only called setRowData(0, newList) and forgot to first call setRowCount. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/hZGPclmNz

Gwt celltable : Unexpected behavior : when record deleted from page then other record repeated in page.

2011-11-15 Thread vaibhav bhalke
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.