You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I add the GridFieldLazyLoader to a gridfield ($config->addComponent(new GridFieldLazyLoader());) and also add GridFieldOrderableRows I always get a "Are you sure you want to navigate away from this page?" alert when trying to leave the page, even if I haven't edited anything. I also noticed that the Save button at the bottom is highlighed as the page loads, as if I have unsaved changes, even when I don't.
Without the GridFieldLazyLoader everything works as it should. Or if I remove GridFieldOrderableRows. But they don't work that well together, it seems.
The text was updated successfully, but these errors were encountered:
Hi,
I'm new to SS and trying to add GridFieldLazyLoader to a grid in a tab.
The thing is that ajax is triggered not when i click the tab, but when the page is loading (main tab)
Any idea why? is this related to some JS that is not doing what was suppose to do?
When grid fully loaded by ajax, rows appear, and they have hidden new inputs – so form become changed and we have this message.
Idea is to tell form change watcher to ignore this hidden inputs, but as payment – you never have alert on grid sort, even if its really changed.
If I add the GridFieldLazyLoader to a gridfield ($config->addComponent(new GridFieldLazyLoader());) and also add GridFieldOrderableRows I always get a "Are you sure you want to navigate away from this page?" alert when trying to leave the page, even if I haven't edited anything. I also noticed that the Save button at the bottom is highlighed as the page loads, as if I have unsaved changes, even when I don't.
Without the GridFieldLazyLoader everything works as it should. Or if I remove GridFieldOrderableRows. But they don't work that well together, it seems.
The text was updated successfully, but these errors were encountered: