Hello Tac,
Thanks for this. I think that using template is one very good approach. The question is how to do this in easy way for the developer. I will think about this. If you have ideas will be glad to hear.
Best Regards
Tony
Hello,
Is there a problem to try?
Hello,
Thank you very much. It is a bug. Fixed.
there is no problem to set 'auto' but you will have a trouble in IE browsers (They inderstand auto diffrent way).
Regards
Tony
Hello,
If you look into the code this should something like this:
$(“#mybutton”).click(function(){
$(“#mygrid”).setGridParam({serach:false,searchdata: {},page:1}).trigger(“reloadGrid”);
return false;
});
Regards
Tony
Hello,
Not quite gffrent
if(edit_right==true) {
$(“#mygrid”).navButtonAdd(….)
}
Regards
Tony
Hello,
I see that you use custom theme – right? Check if the padding and borders
Hello,
And what do details function? Check to see if this function is raised – i.e. in the body of the function make alert and at the end too.
Regards
Tony
Hello,
I think it should be:
$(”#sval”).datepicker({…});
The .id is not needed, but you will have datepicker every time click in this field, instead that you select another. If you have only one field to search this is ok, but it will make some confusions if you serarch on more than one field.
Regards
Tony
Hello,
The beforeInitData is the right place for this. The only additional parameter that you should set is:
recreateForm : true;
This recreates the form every time.
Another possible solution is to use beforeShowForm event where you can show and hide some columns according to condition. Every column in the form (label + input field)
Hello,
Thanks. There is a bug here. Will be corrected.
Please post any bugs Or recommendation for 3.5 version in Releases forum. There is a such topic. Thanks.
Regards
Tony
Hello,
Haw do you add data after you clear it? Please the full command. If possible post the code.
Regards
Tony
Hello,
Currently no, but it is easy to add this
Suppose the variable
Hello,
Sorry I edit this. Which version do you use please?
Regards
Tony
Hello,
I suppose you want to compare two equal passwords.
Use beforeSubmit event for this purpose. See Docs.
Regards
Tony
Hello,
Enclose your grid in div -> mydiv
Then after you load the jqGrid css add this
#mydiv table.scroll thead th
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top