I try to insert the grid view into my page and i cant, i dont know why
Error
{"page":"1","total":1,"records":"3","rows":[{… data of my db…}
If i use it on a html page from 0 its works, but with my page with my images, forms, etc it dnst work.
3 Answers
Most likely you have some white spaces echoed before $g->render() function.
This function must be called before any html is sent to response otherwise proper JSON data is not received by grid and show this error.
Its works! but a new problem the grid view displays at the top of the page, not where i need to displays it. How i do to move it?
Your Answer