Hello,
Not sure, but could you please set z-index of the container.
Regards
Tony
Hello,
Thanks Oleg. Fixed.
Regards
Tony
Hello
What you set rownum or rowNum – there is difference between these
Regards
Tony
P.S. The example is quite the same, but it works OK.
Hello,
Using FireBug – do you see
Hello,
Use loadComplete or grid complete events to do this.
Regards
Tony
Hello,
Be a sure that all needed css are loaded. Also if you use dev version you should load some additional files. See docs.
Regards
Tony
Hello,
Where you put this code and what you try to do?
Regards
Tony
Hello,
Check your previous post – there is one tag “Closed” more (just copy and paste it and see
Hello,
It is developer decision what to return when the the row is deleted. AfterSubmit should work.
Regards
Tony
Hello,
getDataIDs will retunrn the id's in the current order
Hello,
If you try to validate the form without jqGrid do you have the same result?
Regards
Tony
Hello,
Use postData array in grid options to set additional parameters.
Tony
Hello,
Do you have all correct on the server. In FireBug see how long is the request to the server.
Tony
Hello,
This solution is posted many times:
You should not use the setColProp, but show and hide on the table row which is combination of “tr_”+ name,
so in your script replace setColProp with
$(”tr_name”,formid).show();
and
$(”tr_name”,formid).hide();
where name is a name from colModel.
Regards
Tony
P.S. Do not forget to use the formid as parameter in the events. See docs
Hello,
Yes this is possible.
Short the id of the search form is combination of “fbox_” + the id of grid.
The search button in this form has class
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top