Hello,
Yes, now it works ๐
Thank you very much for support.
Best regards
Piotr
Hello Tony,
I fixed model.php code on my server.
Problem with Webkit engine is one thing – I understand (I hope) the problem. The other problem I will try explain with example:
jQGrid 1.4.4 with jQuery 1.7.2 :
Click to select one cell and than try to navigate with cursor keys – nothing happens.
jQGrid 1.4.4 with jQuery 1.6.1 :
link2
Click to select one cell and than try to navigate with cursor keys – we can nawigate with keys trough all cells.
New jQGrid is issued with jQuery1.7.2.
Hi Oleg,
Hi Oleg,
Thank you very much – your patch works perfectly ๐
I use jqGrid 4.3 – sad to see regression in current version.
Ok, thanks –
Hello,
Everything is in the manual:
jqGrid('navGrid',”#pager”,{search:false})
JQGrid is dual licensed under the MIT and GPL licenses.
Just look into the sources.
Best regards.
Column NAME is passed to url when editing.
In Google Chrome you can enable resource tracking to see what is going on behind the scene.
I found solution ๐
The problem occurs when index name in colModel contains “.” (dot) .
Changing index:'p.name' to index:'pname' solved issue.
Regards
kiwizxm said:how to use height '100' to full parent,thanks
var mygrid=$(“#grid”).jqGrid({
height:'100%',
…
})
Thanks Tony for fix ๐
Hello,
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top