I’ve created a CGridView object and because I want mobile phone can also access my web application, I decided to turn off the ajax. (some phone browser haven’t supported ajax yet). So I type like this in my code
The CGridView does turn off the ajax for Sorting and pagination. But the search just won’t work. I try to type something it just show a “loading” gif for a while. Nothing really happen. No search, no jumping to the other page, or anything. The Advance Search just the same.