Hello,
I thinc the jqModal.css is not loaded. Ensure that it is loaded.
Regards
Tony
Hello,
Open jquery.jqGrid.js and ajust the path to javascript files. They are relatiive not to the jqGrid.js, but to from where you load jqGrid. Also read carefully the docs.
Regards
Tony
Hello,
For the first one – the answer is No. jqGrid is server side oriented and
searching (filter) on local
Hello,
Check this form.
If you enclose the grid in div or other element
then
var gwdth = $(divelement).width();
$(…).jqGrid({
…
width: gwidth,
…
});
Then you can use setGridWidth method when the element resizes.
Regards
Tony
Hello,
Currently you can use surl option onli in cell editing module and
not in form and inline edit. Also please read carefully the docs.
Regards
Tony
Hello,
I missed this in 3.3 release, but hope to include this in the next release.
Regards
Tony
Hello,
How do you do that?
Regards
Tony
Hello,
Better
if (parseInt(requestedPage) > parseInt(lastPage))
Regsrds
Tony
Hello,
Check the z-index of the form and the datepicker.
Regards
Tony
Hello,
$(..).jqGrid({}).setGridWidth(600,false)
Regards
Tony
Hello,
This is not the main purpose of filterGrid. In the examples I show only
some of the features – i.e. you can put it where you want . This is initial work and I'm sure this will be better and better.
Actually this is not a bug, but feature.
Regards
Tony
Hello,
Thanks. I get it.
Regards
Tony
Hello,
I think – no.
Regards
Tony
Hello,
This is a very good idea. Will be added in the next bug fix release
Thank you
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top