Dear Abu. I want to export a grid and I open a new screen with a weird script.
Thank you
Attachment screenshot https://imgur.com/a/KHhFKhZ
1 Answers
There are usually 2 reasons for this.
1) Blank space character at start of grid file (new line etc)
2) Invisible BOM character at start of file
In case #1 will give header already sent error. #2 will push all data as html text.
White spaces can be removed by checking top and end of all included files.
To remove invisible BOM character, i would recommend Notepad++ -> Open file -> Encoding menu -> Encode UTF without BOM
Your Answer