Hello,
You should just click the download button and the new (not minified version) will be downloaded to you.
Best Regards
Tony
Hello,
In order to work this try to set another options
scrollrows : true
Regards
Tony
Hello,
Thank you – this is a known bug and we will try to fix them.
Best Regards
Tony
Hello,
Thanks. I will need to check this too. Will replay
Best Regards
Tony
Hello,
Which version do you use?
Try to use the latest and set in the jsonReader this (your reader is not configuret right I see right now)
jsonReader: { root:”persons.persons”, repeatitems:false, id: “0″},
Also not >, but .
Regards
Hello,
Thanks. Fixed.
Best Regards
Tony
Edit: to be fixed ok we should check if the buttstr is not empty too.
Hello,
What we should understand under “form content”?
Entry new form or data in some format from the server which should fill the already created form?
Regards
Tony
Hello,
You can use onSelectRow in the master and do the following
onSelectRow : function(rowid)
{
…
$(“#detail2”).jqGrid('clearGridData');
…
}
You will need maybe to use the same approach when you sort (onSorCol event) and when you perform pagging (onPaging event)
Regards
Tony
Hello,
Thanks Phicarre, but I think that the problem is in repeatitems, in this case (named data) the repeatitems should be set to false.
Best Regards
Tony
Hello,
The better way imho is to use hideModal function
i.e
hideModal(“#editmod”+theGridId);
Regards
Tony
Edit: We paln to change the calling convetions of this function, so maybe you will need to wait for the next release, where the possible call will be $.jgrid.hideModal
Hello,
First check the docs for onstart and onstop events
maybe you will need to use theie
onstop: function(event, ui) {
// the id can be get this way
var id = $(ui.helper).attr(“id”);
…
}
Regards
Tony
Hello,
Please refer to documentation
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:events
your event is called onSortCol
Regards
Tony
Hello Nymor,
The problem is exactley as described from you – Missing the doctype in IE causes the jqModal to do this.
Two possible solutions
1. Put doctype
2. Instruct jqGrid not to use jqModal – in this case when you lunch the dialog only the grid will be disabled.
This should be done in the view/add/edit options – just set
jqModal : false.
Best Regards
Tony
Hello,
Where and how do you use these?
Code will help.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top