Hello,
This is corrected in 3.6.5. Also we introduce a new parameter – deepempty – see what is new.
Regards
Tony
Hello,
You can grab the latest version (see wht is new in 3.6.5)
then suppose you grid has a id = “mygrid”.
To disable the editbutton and action just do this.
$(“#edit_mygrid”).addClass(“ui-state-disable”);
Look here
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:navigator
I have updated the docs
Regards
Tony
Hello,
Not sure if you read carefully the grid options.
What about
$(“#mygrid”).jqGrid('getGridParam','records');
Regards
Tony
Hello,
To the unformat function we pass the text – i.e we pass this –
Hello,
Thanks. This will be corrected. The prefix and suffix are not used in view mode.
Regards
Tony
Hello,
data is object, so the correct way to have some acces to it is like this
alert(data.dodic +”,” + data.NSN);
Regards
Tony
Hello,
Sorry I do not understand. In onselectRow you have all the data as object, you can then serialize this data and send it to the accordion, if I understand right.
Regards
Tony
Hello,
There are jqGrid defaults (the lang file) and datepicker defaults.
You can do this once – get the jqGrid date format and set them to datepicker or vice versa.
Regards
Tony
Hello,
Currently no ready method for this.
Regards
Hello,
Cluold you please try with the last 3.6.5 version. We have made some fixes on this.
Best Regards
Tony
Hello,
This is true, we do nothing if the value is not changed. Maybe the possible solution is to add a option to force the update intead that the value is not changed. Will see what I can do.
Best Regards
Tony
HEllo,
Thanks Klaus, all of these have sense. Will be added.
Best Regards
Tony
Hello,
Thanks Klaus. This will fix your issue, but will go to the older one where the last page can not be requested.
Humm, will investigate more deeper the problem.
Best Regards
Tony
Hello,
Thank you very much for the exmples and investigations.
Also for the first issue – yes I see there is problem, but the purpose of scroll :1 is to have first scrollbar. I'm not sure that this can be fixed easy, rathrer this should be a developer decision.
For the second issue – try to set scrollOffset to 30/40 and see if this will fix the problem
Best Regards
Hello,
Use setGridParam to add a event when the grid is constructed
There is such example. Look at demo New in version 3.1 = >New methods
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top