Is the problem with the images solved, can i add an icon or image in a cell ?
Or maybe can i just have a link there, that activates a tooltip with the image?
Oh, forgot what day is today. Happy New Year everybody!
Hi …
Is there any solution for the issue that “kwak0″ mentioned before ?
It's really weird, and it only happens in IE8. It seems that at some part of the code “js” the css is broken.

I don't know it this could help, but i think that I found how to reproduce this “broken css” behavior.
First, click on any cell, to get the cell edition. Then,
Thanks 😉
I can get it to work using jQuery. I was hoping for something more built-in rather than bolted on. But, there is not an obvious solution out so I may just have to bolt it. When I parse the data back from my DB, I will perfom my conditional statement in that loop. If it needs to change colors I will set a hidden field with a certain value, then when the grid is complete, I will use a custom function to check that value and modify that entire row to a color if required.
Thanks for your help Tony. We ended up modifying the way the grid on this page is displayed and auto-setting a filter for ColumnA, that way all the other columns will know to load only the data related to the value for ColumnA.
Thanks Tony 🙂
Tony,
Re: afterInsertRow
I currently have gridview: true for the grid in question and need that on due to the size of the cols and records returned.
Is there any other way to change a row's color based on something found in the SQL?
Jason
3.6.2 is the version I am currently using.
Sorry Tony but i am very new to JQuery as well, can you tell me what exactly should i be looking for? also does it mean there is no way to disable pagination with jqGrid?
thanks a lot!
Really weird, everything is working ok now. I can't figure out why though. I played a bit with the columns in the sql select statement (there were a couple of ids with the same name, from several tables, which I really didn't need). Maybe the php code which sent the xml to the grid, confused somehow these columns and I had some incosistent data.
Thank you!
thanks,tony
add the test code in the loop ,please see:
var recs = $(”#mygrid”).getGridParam('selarrrow');
for(var i=0;i<recs.length;i++){
Thanks Tony,
my initial setting is datatype: “jsonstring”
I want local sort, however when i press refresh it should be json. the refresh works fine as long as i do not sort the grid. once i sort, the datatype is set to local and the sort works locally taht is what i want. but once the sort is done the locaComplete or gridcomplete does not fire. how do i change the datatype back to json for refresh?
Hi Tony,
Are there any news on this feature?
Yeah I've read quite a bit about it. I looked into it and what I need to do is provide a custom formatter for what I need, the only problem is that I am having a hard time putting it together. This is what I got so far. I will keep trying until I get it, even if it takes me a while.
jQuery(document).ready(
Hi Tony,
First of all congratulations on this fantastic grid.
I am having similar problem. can you tell me if i am doing something wrong
i am using java spring/jsp? Also i want to get rid of all the pagenation stuff from this grid and dumpo all the records on to the page, i can do that but not able to get rid of the page 1 of 1 and the buttons associated.
-====-
jQuery(document).ready(function(){
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top