Hi hasetih
Here i do the following:
autowidth = true
shrinkToFit = true
in colModel setup, i consider the total width = 1000 and divide this value proportional to each column of the grid and has worked well
Leandro Irgang
Perfect !!!!
I made ​​the same changes in version 4.1 that i downloaded now from Github and everything works fine
Thanks Tony!!
Hi
json_encode exists in php >= 5.2
for php4 you need to use such an alternative http://pear.php.net/pepr/pepr-proposal-show.php?id=198
Tony has used this module in the example “subgrid with json”
Leandro Irgang
Hello
I think your problem is in json, it must be valid
you can validate your string in http://jsonlint.com/
Leandro Irgang
Hello… I will try to simulate this problem later and see how i can help
Leandro Irgang
Hello
here we have the same problem when using grid.loader, really i no tried to fix, but just loaded all files directly and works fine
Leandro Irgang
Hi
i am not sure, but try increase value of rowNum, because 50.000.000 / 100 = 500.000 pages on only around 700px of vertical scrollbar height will give to us around 0.014px (of scrollbar) for each page.
Leandro Irgang
Hi
here this bug occurs too, on IE9 and Chrome11… FF4 is ok
Leandro
Hi
you can use the function ondblClickRow and method viewGridRow, like code below
Hi
i think that problem is on Sql string
try use firefox + firebug and see how the parameters are send to your server, also search on php file for some mistake in values assigned to variables
Leandro
Hi
no tested, but leave the edit button with original behavior then make use of afterShowForm like code below
Hi !
i suggest to see the getRowData method on docs… with no id, it will return all grid data
then you can use JSON.stringify (see http://www.json.org) and post data to server
best regards
Leandro
Hi !
i think to make this is relative simple with a custom formatter
see docs here http://www.trirand.com/jqgridwiki/doku.php?id=wiki:custom_formatter
best regards
Leandro
Hi Marc
here i do a little trick to center all my dialogs (edit/add/view/search)… a simplified version you can see below and adapt in your code
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top