using the new grid export function, if I have a relatively large data the export seems to time out, it creates a new window but the loading status of this window eventually finishes and I don’t get any prompt to open/save the file. If I do a smaller import it seems to work ok. I tried setting debug=true in the generate.php and the xml file seems to complete correctly with all the data, but the export just doesn’t work? I can send you the XML if you wish
This is expected behavior. It takes a lot of time to render big grid, serialize it and render all data at new window. If you have big grid and want save changes from it it’s better to save it at database.