Hi,
I actually had the same issue and made me a little 'hack' to make it work for me so maybe it'll help you as well.
in the add options / edit options of your navGrid options, add the following:
'afterShowForm': function(formid) {
Is it me or has this bug been intruduced again in the latest versions of the grid? (4.4.x)
I use the following code to expand the row I want:
Hoi Tony,
It seems to me that the footerData method is basically the same as using userDataOnFooter because you have to feed it an array with name:value pairs. I don't want to calculate the totals myself, I want jqgrid to do this for me based on the given summaryType and summaryTpl in my colModel options. This is all done for you when grouping is enabled, but when grouping is disabled, these options are ignored.
I'm using FF 3.6.2pre and it works good for me
Ah, thx a lot for your time! It works now ^^
I placed the src code on the site.
Using ($window).load is not the problem, but I changed it to the jquery document ready function for you anyway.
It works like a charm now! thx a lot again ^^
There's a little bug with the new 'fixed' option.
If all the columns have the 'fixed' option set, the grid won't load anymore. Just thought you'd like to know (-;
I'm not sure where you got the appendPostData from, but you can set the postData of the grid in 2 ways.
#1 give it as an value for the grid options:
jQuery(document).ready(function(){
Ok, didn't understand that you meant dat although the docs already describe the new functionality it wasn't yet released in the current beta version.
I'll wait till the next version is there then (-:
I think you should be able to use the postData option from the grid
Ok, I tried the following:
Hi Tony,
Thanks for your answer. I hadn't seen the “In this case you can construct your own search parameters and trigger the grid to search the data. Any other return value causes triggering.” comments for the beforeSearch and beforeClear events.
I will try it out and see if it does the job for me ^^
thanks a lot!
As I said in my post, there are other usecases where I'd like to use a custom client side sort funcion such as a column with ip addresses or mac addresses in it.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top