Hello mojopower,
I have no source code of the demo side. I have no time to create a demo code which reproduce your problem. So if you want that I help you, you should post the full code which can be used to reproduce the descrided problem.
Oleg
Sorry mojopower, but what you posted is not a code which can be used to reproduce your problem. It should be full JavaScript and full HTML code. At least one row of data which should be edited is also required to reproduce your problem. If you want that somebody help you you should reduce the work of your helper. Moreover many effects exist only together with the usage of some other things. In general afterSubmit are called not once (I have many examples where it work correct). So one need your code having the problem.
One thing I don't understand absolutly from your last post.
Hello Tony,
Hello jayedisonhome,
I can also reproduce the problem in Chrome or Internet Explorer. The problem exist if one try to search for the strings with blanks in the column of the type sorttype:'int'. The error will be in the line 394
Sorry, but you posted in the wrong forum. If you use commertial and not free open source version of jqGrid you should post in http://www.trirand.net/forum/.
Probebly you should use recreateForm:true
Hello Aaron,
you can just use editData parameter for the Add/Edit form dialogs. The parameter allows you to add any additional information which will be send to the server together with the other parameters. If th you two grids you will be use different values for the editData like editData: {myGrid: 'myFirst'} and editData: {myGrid: 'mySecond'} then you you can analyse on the server side the value of myGrid parameter.
Best regards
Oleg
Hello!
It's depend on the interpretation what one mean under the multi-line headers. If you don't mean the header split with the rowspan and colspan you can implement multi-line header very easy just with CSS. See my answer on the stackoverflow.con.
Best regards
Oleg
Hello,
HTML code which you posted has many errors. Try the code from http://www.ok-soft-gmbh.com/jqGrid/GunjanShah.htm in IE6. Probably the problem is not more exist.
Best regards
Oleg
The main error in your code was that you used very strange index column properties.
You should insert call of the function filterToolbar after the definition of the grid. For example
jQuery("#list19").jqGrid('filterToolbar', {stringResult: true, searchOnEnter: false, defaultSearch:"cn"});
Best regards
Oleg
You can try to use onHeaderClick event. Moreover I recommend you to read my another old answer inclusive two demo-examples. I hope you find here all what you need.
Best regards
Oleg
To change CSS style of the column you can add in the column definition classes option.
Best regards
Oleg
Hello paulrs14,
You can try to fix jqGrid height dynamically inside of loadComplete event handler. I had in some situations the problem with the jqGrid height and wrote the following small function
var fixGridHeight = function (grid) {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top