Hello,
Could you please post your code?
Best Regards
Tony
Hello,
Thanks. Will check this.
Best Regards
Tony
Hello,
Please use the 3.6.2, the version from GitHub is not stable.
There are some changes on this, but I'm not sure how to reslove these whitout to change some behaviour.
The main thing here is if we have in the grid column named id and this is the key column.
In case, if we want to insert the key 'id' in the db, this is overwritten by the edit form.
So I will try to prepare some things which will do our life easy – like configurable options for the id, oper and etc.
Best Regards
Tony
Hello,
Look into the docs there is a method called
sortGrid
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:methods#add_on_grid_methods
Regards
Tony
Hello,
Could you please send me the string that is used in jqGridImport?
Also which version is used.
One feature request; would it be possible to get somekind of failure event when importing grid?
Thanks for this. I have missed this. ajax options will be added in this method and this will be available in the upcomming 3.6.3 release.
Best Regards
Tony
Hello,
I think this is wrong forum. Please post your question here
Best Regards
Tony
Hello,
On your
|
1 |
|
1 |
<span class="meta meta_function meta_function_js"><span class="entity entity_name entity_name_function entity_name_function_js">targetSelect construct a ...</select. element using the information from the response.<br />Best Regards<br />Tony</span></span> |
Hello,
Of course this is the right situation. Every time you are back to page 1 the page is reloaded with the grid again.
Maybe you will need to use cookie. Search this forum an you will find a solution
Best Rgards
Tony
Hello,
Suppose there should be answer here. Sorry I'm not familiar with struts.
Best Regards
Tony
Hello,
I think that upgrading is recommended if you want to use more and more features of the grid.
Also there is short upgrade process here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:upgrade_from_3.4.x_to_3.5
Best Regards
Tony
Hello,
Her you can do it easy
var myeditoptions = {
// put here your options
}
$(“#mygrid”).navGrid('#pager',{…},myeditoptions, {},…);
…
ondblClickRow: function(id){
…
jQuery(”#appList”).jqGrid('editGridRow', id, myeditoptions);
…
You should have a clear decision on what should be happen when you double click – add or edit, but not both.
Options for add does not work for edit.
Regards
Tony
Hello,
Could you please dump the colModel after the grid is created, and see what you have for this column
comething like (using FireBug)
console.log( $(“#mygrid”).getGridParam('colModel') );
Regards
Tony
Hello,
If you post the code, it will help me to see what you do.
Generally, you can set this like this (suppose you call the method separatley – if in navigator set this in the place of edit and/or add options)
$(“#mygrid”).editGridRow(rowid, {editData: {mykey:'myvalue'…},…});
Best Regards
Tony
Hello,
Create a empty file and point to it.
Regards
Tony
Hello,
Try this in the subgrid:
gridComplete : function() {
var firstid = $(“tr:first”, “#”+subgrid_table_id).attr(“id”);
var mayfirst_data_row = $(“#”+subgrid_table_id).getRowdata(firstid);
}
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top