Hello,
This is a needed change.
You will get the same error if you use jQuery 1.4 and use getJSON – just try – more info you can find here:
http://api.jquery.com/jQuery.getJSON/
See Important notes.
The d property is used in some Microsoft Systems.
Regards
Tony
HEllo,
You can look here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:upgrade_from_3.6.4_to_3.6.5
Regards
Tony
Hello,
This is available.
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:predefined_formatter#predefined_format_types
Look at formatter actions
Tony
Hello,
This is only valid for formatter date. There is a workground on this, but it will be changed in the 3.7 release.
Regards
Tony
Hello,
var myurl = 'myurl?rowId='+rowid;
$(“#grid”).jqGrid('setColProp','mycol',{editoptions:{dataUrl:myurl}});
Regards
Tony
Hello,
This work is just in alfa stage and you can test it here:
http://github.com/tonytomov/jqGrid/tree/dev
Regards
Tony
You will need to perform search server side. Download the demo files and see how to do this.
Regards
Tony
Hello,
The same way if you use jQuery on the XML document elements.
Regards
Tony
Hello,
It seems that there is some error when the grid is created, since we immediatley switch to another icon after the expanding a row.
The only code that can raise the error is navGrid. Try first to comment this and see the result. Also in the picture attached i do not see any navigator buttons.
Regards
Tony
Hello,
Did you have consult the docs regrading this?
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:colmodel_options
Regards
Tony
Hello,
You modify the sortable CSS property, so I'm not sure you will show it. Try with the original CSS definition.
Regards
Tony
Hello,
I'm not sure if I understand right the problem, but you can save the selection in variable (multiselect option of the grid should be enabled and then select it again using setSelection method.
It is important to note that you should save the state of the selected rows this way.
to get the selection
var selectedrows = $.extend([], $(“#grid”).jqGrid('getGridParam', 'selarrrow'));
to select it again
for(var i=0;i<selectedrows;i++) {
$(“#grid”).jqGrid('setSelection',selectedrows);
}
Best Regards
Tony
Hello,
colModel :[
…
{name: “some”, formatter:'date', formatoptions:{srcformat: 'ISO8601Short', newformat:'ShortDate'..} }
Regards
Tony
Hello,
The sort icon is not displayed whan the text in the header is bigger than the width. If you resize the sorted column you will see the icon
Regards
Tony
Hello,
Nothing is wrong. Currently we do not support multiple sorting. That mean if you have constructed your own instead of this only one sort icon will be active
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top