Hello,
Yes – formatter select is your solution. It is good first to search the docs 
Best regards
Tony
Hello,
We add this in our to do list and we will see if this can be done without to destroy the exsisting functionality.
Best Regards
Tony
Hello,
If you do pure jQuery ajax like this
$.ajax({
url:”../stateList.htm”,
complete: function(…){
…
},
…
});
is your controller called?
Hello,
We expect first alfa to be at end of April.
Best Regards
Tony
Hello,
Ah I see,
$(“#grid”).jqGrid('resetSelection');
editValue = null;
Regards
Hello,
Thanks, for posting this issue, but as you can imagine this will not help you and other that using the grid.
Please send a link to the problem or if this is not possible, post your entrie html code where the grid is, or send to my e mail.
Regards
Tony
Hello,
Yes there should be a logic IMHO. The reason is that we can make everting with rounded corners, but the look will be not pretty as you can imagine.
Best Regards
Tony
Hello Oleg,
Thanks again for this. I will use this link to do the changes.
Of course we need to make these very carefully and apply them to the next jqGrid release.
Best Regards
Tony
Hello,
Here is the answer:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:show_hide_columns#calling_convention
Best Regards
Tony
Hello naorye,
Sorry I could not reproduce the problem. In the demo I have set this HTML,
|
|
Other data |
| Some data | ddddother |
But the problem does not appear.
Could you please send me the entrie html (without modifications) where the grid is constructed?
Thank you.
Best Regards
Tony
Hello,
Sorry for this. It should be
…
$(“#mygrid”).trigger(“reloadGrid”);
…
Best Regards
Tony
Hello,
We have already discussed this in some other post (Sorry could not find the link right now). I will see what I can do for this purpose.
Best Regards
Tony
Hello,
You can use a custom formatter for this purpose:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:custom_formatter
Best Regards
Tony
Hello,
As per your code you lunch the search programatically whan the grid is created.
Please comment or remove this line from your code
…
$(“#list”).jqGrid('searchGrid', {multipleSearch:true} );
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top