Forum
10:31
Moderators
30/10/2007
Hello,
What do you mean with - support on client side?
Did you mean the the * is not passed to the server?
Regards
Tony
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
09:35
10/11/2008
I don't know the internal structure of jqgrid. When I click * in row list table is refreshed. PHP generate JSON results properly(select query without LIMIT -> all results),but paging is the same as in previous paging.(ex: 1/7 page, but should be 1/1)
testing JSON
http://localhost/JSON_translat.....php?rows=*
generated
{"page":1,"total":1,"records":"604","rows":[{"id_product" ...
....
}]}
02:09
Moderators
30/10/2007
Hello,
The grid does nothing to do. Actually your server side code should make these calculation. I suppose you use something like the examples and if the page limit is * then you should check your code server side since if param=*,
then a*param give you wrong result.
Regards
Tony
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
02:19
Moderators
30/10/2007
Hello,
Thanks. Fixed.
Regards
Tony
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
12:38
20/03/2009
The problem I've seen is with the pager, which chokes on rowNums it doesn't like 'All','0' will end up returning NaN values in recordtext.
The way I've gotten around this is to add a rowNum option of 100000000 or some other arbitrarily huge #, and then add a jquery call to make the pulldown look nice:
add to grid options:
rowList:[10,20,30,100000000], loadComplete: function() { $("option[value=100000000]").text('All'); }
YMMV. It would be nice if jgGrid had an elegant built in way to handle this.
Most Users Ever Online: 715
Currently Online:
64 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
OlegK: 1255
markw65: 179
kobruleht: 144
phicarre: 132
YamilBracho: 124
Renso: 118
Member Stats:
Guest Posters: 447
Members: 11373
Moderators: 2
Admins: 1
Forum Stats:
Groups: 1
Forums: 8
Topics: 10592
Posts: 31289
Newest Members:
, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.comModerators: tony: 7721, Rumen[Trirand]: 81
Administrators: admin: 66