
Originally Posted by
sistemasmunicipales
Hello to all, I came across a problem that I cannot solve (just now migrating to GXT 4.X is not possible) wich is:
I have a grid that is filled by the user by adding row by row with data.
Code called by a button UiHandler is simply
this.getStore().add(data);
I mean just add a row to the grid' store. Some time ago, it stopped working (the row is added but NOT shown on the browser) but just system is used on Windows. Works perfectly on Linux (Ubuntu). The system was made so it only can be used using Firefox, on any other browser you can't log in.
Tested on windows 7 / 10 using Firefox 45 to 61. I don't know what can be happening, any help will be appreciated.
Full code is too long to quote here, but it was working some time ago and essentially is just add an object to the grid store.
Thanks in advance
EDIT: - Update: Also not working in Google Chrome, just tested it. Again, works on Ubuntu but not in Windows. (Problem is, users terminals are running Windows)
Thanks