Hello,
The 3.5 beta change entairly the loading procedure.
Regards
Tony
Hello,
Check the 3.5 beta. It has a very advanced search method.
Regards
Tony
Hello,
Also these options are for the editing. In order to show them in the grid use formatter:'checkbox'
Regards
Tony
Hello,
You should use this method in the tablednd when the drag and drop ends. Also see the docs for the tablednd.
Something like if the new column is draged apply updateColumns
Regards
Tony
Hello,
1. You continue to include onclickSubmit event in the grid parameters. This is wrong. This event is a part of add/edit/del actions of the form methods. You need to include this in the methods parameters.
2. If you use only datepicker, does this work? If you use only timepicker does this work? Is the problem when you use both?
Regards
Tony
Hello,
Thanks. I will fix these. About CSS classes – sorry, will not update them.
Regards
Tony
Hello Jim
Thanks. Will be fixed as soon as possible
REgards
Tony
Hello,
I'm wondering how this work.
You have
var gsr = jQuery('#list').getGridParam('selarrrow');
this should return array, but to the editGridRow we should pass single value.
Not sure what you actually try to do. Is this the entry code or there is a more?
Also to disable these buttons you can use beforeShowForm event like this
beforeShowForm : function
Hello,
I'm wondering how this work.
You have
var gsr = jQuery('#list').getGridParam('selarrrow');
this should return array, but to the editGridRow we should pass single value.
Not sure what you actually try to do. Is this the entry code or there is a more?
Also to disable these buttons you can use beforeShowForm event like this
beforeShowForm : function
Hello,
If I understand right you put custom content in the cell. Is this the case?
Regards
Tony
Hello,
var mynumberofcolumns = $(“#mygrid”).getGridParam(“colModel”).length-1;
Regards
Tony
Hello,
The interesting part here is what jqgrid_LoadData(pdata) do?
Also in order to work this you should make eval of the response. See the example in the demo page.
Regards
Tony
Hello,
If you use inline edit you can edit only the visible columns. In this case editing hidden coulmns does not have sense, since there is no room for the hidden column to edit it. Also before editing you can use showCol to show it and edit it.
Regards
Tony
Hello,
This really is a problem. I have changed totally this behaviour in 3.5 beta, which will give you the right result. Also try the following
In case of
Hello,
totcol in the code does not have any value, thus var carriercol = totcol + 1; is undefined.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top