Hello,
It is not a bug in jqGrid, but in IE. Nothing to fix.
Try:
Hello,
@magic_pie4 – In case of single search that are the parameters. Please refer to docs in order to see the difference.
@ssss…s – I have made the changes in GitHub.
Tony
Hello,
Thanks for this. I fixed this. The problem was if the value is empty.
The changes are in GitHub.
Please let me know if the fix work.
Regards
Tony
Mark, Basdub,
Thanks. I have made the needed fixes. Appart from this there was another bug in case when the value is empty –
I compare it like this
tmp[nm] = cm.editoptions.custom_value($(“.customelement”,this));
if(!tmp[nm]) ….
which is wrong if the value is 0 or empty.
Also I will update the documentation in case of formediting
The changes are in GitHub.
Thanks again
Tony
Hello,
What is your datatype parameter? If it is local, xmlstring or jsonstring this will not work.
Regards
Tony
Hello,
The functionality is a vailable for 3.6 only version
Regards
Tony
Hello Andrew,
Thanks for this. I too think about this. Yes template is one good solution and I think it can be realized. Will be a job for 3.7 release.
Best Regards
Tony
Hello,
Currently we do not provide a download link for 3.5.3. Should add one.
Regards
Tony
Hello,
This is true, we post what is putted and your way is right.
Regards
Tony
Hello,
Any error in the console.
Also in this case you should set cell to empty string in jsonReader: See here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data
jsonReader : {
Hello,
There is a way to do this, but if you use formedit module the indicator will not show (it will be behind the form). Also I suggest you to use the new ajax settings and construct your own indicator. See what is new in 3.6.
Regards
Tony
Hello,
When you download the grid be a sure that you mark grid.jqueryui.js. Also you can check if this is available if you open the jquery.jqGrid.min.js file and look which modules are included in the download.
Best Rgerads
Tony
Hello,
I think that autocomplete plugin is a good choice for this.
Best Regards
Tony
Hello,
It is not recommanded to use equal ids in the same grid. In order to understand how we attach ids you need to look here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data
getRowData get what you put in the grid. A special case is when you use formatter – in this case you gat wat you put and not the generated content.
In order to get a link you will need to know the id and the index of the column
var mylink = $(“td:eq(myindex)”,”#myrowid”).html()
Regards
Tony
Hello,
I do not see image, the problem too.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top