Hello,
Do you have in the grid definition this line of code
toolbar : [true,”top”],
….
Regards
Tony
Hello,
What does not work? Also try first to post without to do anything and
see if the data can be posted. After that include step by step the code
and see where is the problem.
Regards
Tony
Hello,
You have a wide range of choice.
1. You can replace
Hello,
You can not pass direct a SELECT statement, but when you construct the grid by example with PHP you can construct queries so that the result can be set in the colModel.
Regards
Tony
Hello,
You have mix formedit with inline edit. Also refer to docs.
Regards
Tony
Hello,
Thanks. Fixed.
Regards
Tony
Hello,
If you give me example it will be good.
Thank you.
Regards
Tony
var myvalset;
….
function onEditFunc1(id){
Hello Barry,
The result function of autocomplete is better to be in onEditFunc.
Also – the trick.
Define one global variable in the scope, set this variable in result
function and the in aftersave function change the needed grid cell.
If you change only one value I suggest you to use setCell method
(see docs)
Regards
Tony
Hello,
Thanks for this. It will be fixed. Currently in inline edit the only posted
values for checkboxes are 1 and 0. I will synchronize all modules to
post the same data – inlineedit, celledit and formedit.
Thank you
Regards
Tony
Hello,
See examples:Grid as Subgrid.
Regards
Tony
Hello,
Never mind that this can be used. If you can – set the url to one dummy
existing file on server and them perform the needed operations.
beforeSubmit and afterSubmit events have a parameter a array of the
posted data which can be used.
Regards
Hello,
maybe you should define variables before setting the grids
var subgrid, subsubgrid;
and set them accordantly, so that hey can be visible for
the grids
Regards
Tony
Hello,
What you try to use – cell editing or inline editing?
That are different things.
If you try to use cell editing you should set not
editUrl, cellurl option.
Hello,
Use onInitializeForm to set the height of the select
If the name of the select in colModel is myselect then
onInitializeForm : function (formid) {
$(“#myselect”,formid).height(70);
}
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top