Hello,
I'm not sure for the result (never tested), but you can try not to use jqModal
Mark,
You know what I will say – thanks.
The trigger reload grid comes from the first release of jqGrid, which should remember me from where I has started.
Think on this as
Hello,
Use
Hello,
I think that this is a datepicker configuration. Try to put just …datepicker() without any options and see the result.
(Sometime i have this
Hello,
Karthick,
Hello,
I think that this is a little bit difficult, but if you use colunmChooser you can store in cookie the colModel in done function
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:jquery_ui_methods#column_chooser
Then you can put the column model the same way as the sorting.
Be a
Hello,
Paging is not supported in treeGrid, so the paget is disabled internally.
Regards
Tony
Hello,
In your pup up define in onClose event
HEllo,
Could you please try with 3.6.2 – Also the export maybe work OK in IE – is this right?
Tony
Hello,
Thanks. This is requested many times, so will be added in the next releases.
For now you can use gridComplete to remove the title like this
$(“#tr td”,”#mygrid”).removeAttr(“title”),
Regards
Tony
Hello,
Thanks – will see how to explain this.
Best Regards
Tony
Hello,
I'm not sure that this is a jqGrid problem
Could you please provide a link to the problem?
Best Regards
Tony
Hello,
This is not correct with the export. Which version do you use?
Also remember cookie are with limited size (could not remember how – but not so much)
Also the correct my code above should be:
var cookieColumns = $.extend([],$(”#list”).getGridParam(”colModel”));
var cookieNames = $.extend([],$(”#list”).getGridParam(”colNames”));
if(this.p.rownumbers) {
Hello,
If you want custom click event you should use custo formatter
http://www.trirand.com/jqgridw….._formatter
something like:
function mycustomclick (val, options)
{
var checked = cval == 'yes' ? ” checked='checked' ” : “”;
return “<input type=\”checkbox\” ” + checked
Hello,
You have a mixed cellEdit and inline edit – they can not exist together.
In case you use inline edit
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:inline_editing
maybe you will need to use aftersavefunc
Best Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top