Hello,
Done. Thanks.
Hello Oleg,
Thanks as always.
You are absolutley right.
I definitley will leave this for the next release
Hello,
It depends which library you use to create the dialog. If this is the jQuery UI dialog then maybe you will need to look at thier documentation and forums.
Regards
Hello,
Actually I do not cosider this as bug.
When using the frozen columns we actually make a snapshoot and set it with higher z-index over the original grid.
Simple you should set in this case the area of the field.
This can be something like this:
loadComplete : function ()
{
Hello,
You have hidden:true and and edithidden ; false – this field at all is not present in the grid form.
Moreover hidden fields are not posted to the server.
I sugest you a very simple approach – set the field as hidden – in edit rules set it as edithidden to true.
In beforeShowForm event hide the filed like this
$(“#tr_CountryID).hide();
Look at documentationn what for id are builded automatically in the form.
Regards
Hello,
The id of any HTML elemeent as per specifications can n ot contain spaces.
Regards
Hello,
I find this fix usefull too.
Will be added. It is time to change the lang files. 🙂
Best Regards
Hello,
First of all – thank you.
If I remember I think this is fixed. I will check it again.
Regards
Tony
Thanks Oleg.
Fixed.
Hello,
Try
formatter:'actions' ,
Hello,
try to set async: false in ajax.
function check_serialNo( value, colname ) {
Hello,
Currently this feature is not available or at last adding such functionality requiere to use fsome events and knowledge of the structure of the edit form.
We plan in the next major release to introduce a templating in
Hello,
It is better not to use addRowData, but use a data parameter in the grid. Look into the docs.
Do not use datatype as function, but in data parameter you can use the function and return the object.
In this case you will need to set datatype = local
Regards
Hello,
You should understand that in JavaScript there is no possibility to export in Excel, PDF and etc non text formats.
It is a client side language.
The export is instead possible at the server where you shoud write your own code.
Regards
Hello,
This is described into the documentation.
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:common_rules&s=defaultvalue
In your case you will need to use it as functuion in which you should use ajax to call the php function.
Best Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top