Hello Jo,
In this case you shoul wait for the next bugfix release.
Best Regards
Tony
Hello,
It should work. Check your code.
Regards
Tony
Hello
You can
var mymodel = $(“#mygrid”).getGridParam('colModel') // this get the colModel array
// loop the array and get the hideen columns
$.each(mymodel, function(i) {
if(this.hidden == true ) {
// do something here
}
});
Hello,
Thanks I have fixed this bug in cellEdit in gitHub.
Regards
Tony
Hello,
Which FireFox on which OS? Try to disable the FireBug and try.
Regards
Tony
Hello,
Yes this is true (I use jQuery load). Will see how to configure this in the future.
Regrds
Hello,
Sorry but this is out of the discussion here. Maybe you should begin first with jQuery documentation and tutorials.
Reagrds
Tony
Hello
Which version of jqGrid do you use? In 3.5 it seems to work OK, but I'm not sure if this is tru in 3.4 release.
Best Regrds
Tony
Hello,
Currently no easy way to do this. Also if you on dblClickRow it should fire when you are in the grid and not if you are not in the grid row
Regards
Tony
Hello Greg
Thanks. This is a bug and is fixed in GitHub. You can grab the source and test and if you have difficulties with this, you should wait for the next bug fix release.
Regrads
Tony
Hello Reg,
Glad to hear this.
Best Regards
Tony
Hello,
Do the same in ui.jqgrid.css – look section header in the css.
Reagrds
Tony
Hello,
Sorry, not possible.
Reagrds
Tony
Hello,
You can manipulate this easy.
Server side set a uniquie id and pass this id as the id of the grid – can be a combination of the two keys (See Data manipulation in the documentation)
Then use your code.
Regards
Tony
Hello,
Do you have take a look into the ui.jqgrid.css?
Also this pixel commes not from the border of the div, but only from the border of the td element.
This only happen when you have height set to auto or 100%.
Best Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top