Hello,
use aftersavefunc in saveRow again with trigger(“reloadGrid”)
Regards
Tony
Hello,
If I see the code contributed from Peter Romianowski it seems that we can not use the pager. If you use this function you can easy add this functionallity by adding the neede parameters (like pager and other ) to the function and pass it to jqGrid when it is constructed.
Regards
Tony
Hello,
To find and understand what is the problem a link to the page is recomended.
You van e-mail me to: tony at trirand dot com.
Regards
Tony
Hello Barry,
Thank you for posting this issue. It seems that this module will better and better.
1. You are right. This is the current behavior. I'm thinking what is right – to create a input elements of the hidden fields or not. What is your think about this?
2. Thank you Fixed. The fix is around the line 69
if( $t.p.colModel.hidden===true) { tmp[nm] = $(this).html(); }
replace with
if( $t.p.colModel.hidden===true) { tmp[nm] = $(this).html().replace(/\ \;/ig,''); }
Regards
Tony
Hello Gius,
Good catch. Thank you. I'm not sure if this fix is right since this every time (when horizontall scroll) set the column width with +40 px. Moreover we should be sure here that this column is visibile. And the last issue it does not work correct with IE6.
I have a fix for this, but the only problem is that it does not work correct
Hello Gius,
Thank you for this. I will make additinal tests for this.
Regards
Tony
Hello,
If I have time will try for the 3.4 release, but it is not sure. I really like to implement this feature too.
Best Regards
Tony
Hello,
Do you mean grid as subgrid or pure subgrid? If you are in second case there are no methods to acces data from subgrid.If you are in first case this should work for the subgrid.
Best Regads
Tony
Hello Mike,
You will never have succes with this (in your case) if you use IE. IE does not like to read local xml files. If you use this in FF – all will be ok.
I recommend you to check jQuery google group about this problem.
Some hint from me:
Best Regards
Tony
Hello,
Sorry , but I do not understand.
Do you mean when we use local data? If we use server side sorting you server should care about this. If you use local data maybe you need to check the option sorttype in the docs.
You can use onSortCol even to meet your needs.
Best Regards
Tony
Hello,
I'm sorry about this. It is not well documented.
Also you should manually add the table drag and drop plugin in your head section.
The name of plugin is jquery.tablednd.js , the jqDnR.js is plugin for drag and resizing modal windows.
Best Regards
Tony
Hello,
You should manually add the datepicker plugin and must be sure that it is loaded correctly. Add the plugin in head section of your html document.
Regards
Tony
Hello,
If every time you want to populate the select when the form is open (i.e. if every time
Hello,
Define your custom buton or link and then
$(…).click(function() {
$(“#mygrid”).searchGrid( params );
})
Seed docs for parameters
Regards
Tony
Hello,
Which version of IE you have. Also please download the last version. This problem was in previous versions.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top