Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EditorGridPanel - addition of rows at end or at any position #540

Open
GoogleCodeExporter opened this issue Jan 20, 2016 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

Hi,

I am facing an issue while trying to add new row(s) at the end/any specific 
position in EditorGridPanel - gwtext.

Using the insert() & add() method I am able to add a row at the end only one 
time. getStore() - totalCount value is not getting changed after new addition.

Say initial totalCount was n. Its only able to add row(s) at nth position never 
at n+n' position.

Scenarion - 

Initial loading of EditorGridPanel with 10 records. Clicking on add button 
creating a new Record and add / insert(totalcount) - working for once. Record 
gets added at  the end.

Next click onwards - new record gets added at 10th position only not at 11th 
position, which is required.




Original issue reported on code.google.com by sourav.m...@gmail.com on 28 Mar 2012 at 9:03

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant