Hi Amb52,
It's not an issue.
The newest version still doesn't support it.
Hi Tony,
Uppss. Sorry for the missing documentations.
I haven't read the limitations section.
Thanks for the information.
Warm Regards,
OlegK said:
P.S. Please use always jquery.jqGrid.src.js instead of jquery.jqGrid.min.js
Hi Tony,
Here's for the step (go to the inline navigator demo sample page):
1. Click add button at the bottom navigation. Now grid will add a new row at the top of row.
2. Click another row without click the cancel button at the bottom navigation (ex: I click row that have inv no 13). The highlight class should be in the row that have inv no 13 and the row at the top will disapprear.
3. Click edit button at the bottom navigation. I think the row that have Inv No 13 should be editable because the higlight class is already at there, but I have to click the row that have no 13 again and click the edit button at the bottom navigation to make it editable.
Sorry for my bad english. I hope this explanation is clear.
Warm Regards,
Hi Tony,
I use the latest bundle 4.5.0. But the issue is still there.
Warm Regards
Hello Tony,
I can't find the fixed in Github.
I just find the fixed for add inlinenav.
Warm Regards,
Grausam said:
I am having the same problem.
I modified jqgrid.src at line 6878 function showFilter(_filter)
function showFilter(_filter) {
showFrm = $($t).triggerHandler(“jqGridFilterBeforeShow”, [_filter]);
console.log(“shwFrm:”,showFrm);
if(typeof(showFrm) === “undefined”) {
showFrm = true;
}
if(showFrm && $.isFunction(p.beforeShowSearch)) {
console.log(“calling before show search, showFrm is now:”, showFrm);
showFrm = p.beforeShowSearch.call($t,_filter);
console.log(“function called, showFrm is now:”, showFrm);
}
if(showFrm) { … }
This produces:
shwFrm:
yeahh i hope so..
but i believe jqGrid Team can fixed that soon..





Hi Tony,
i try to debug with firebug..
i have some issue when $t.p.knv is show when click a row, seem like it's has a keydown function in jquery 1.6.4 but not in v1.7.0+
i think that code in grid.celledit.js is not work in v1.7.0+ :
Hi Tony,
i try to indenticate the problem with use ur suggestion (use only grid files and css)
but the result is same (navigation key isn't work)
i already found the problem.
the problem is the version in jquery.js
celledit navigation keys is not support in jquery 1.7 +, but work well in jquery 1.6.4 –
will it fix soon?
Best Regards,
zenixgrace
hi Oleg,
Yeah you true..
i only add async: false, and it's work
i read ur answer in stack overflow, and it's work but i have a some problem
save and cancel nagivation button is not disable when the dialog is show or close.
am i must disable it manually?
i use inlinenav in this case..
here is my code:
no body can help me

any body can help me?

Hi All,
i use custom function to make validation but i have some problem at here..
error message it always show “custome function should return array”
seem like it's show before ajax request success..
can someone help me to fix this out or have any way to make a server side validation?
my grid configuration is like that :
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top