You know how to change the font size?
In your head section of your html add the following
.ui-jqgrid {font-size:0.8em}
Change the 0.8em to meet your needs.
Jason said:
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
Jason,
Yes there is a way and it seems to be rather easy if you know jquery and a little about css.
If you look at this post Custom fonts and colors for cells
Thank you for the reply, I have been working on this all day today but everything I think of trying just doesn't seem to work.
Maybe you can clarify a few things for me.
.selected { color:red; }
.highlight { background:yellow; }
//This does not work it returns the cell value + [object Object]
…
function highlight (cellvalue, options, rowObject)
Thank you very much Tony this is now working.
Here is what it'd look like (help other fellow new people)
jQuery(document).ready(
Thank you very much for the update. What I'd like to accomplish is check columnid 'item_count' (which is defined
I am so sorry, you know what it is? I have been working on resizing my grid for the last few days and I was able to get that done. So I have that word stuck in my head. What I want to accomplish is “Drag” not resize.
Thanks for reading this once again.
Thank you very much
Regarding the resizing, I might be asking for too much but could you hold my hand on how to accomplish this? I tried looking at the 36 demo files and I went through all features on the demo page to see if this was something that was discussed and I was not able to find any already working examples.
Regarding the dynamic dropdown list, yes you did understand correctly. Here is a screen shot of what it would look like

karabot,
if you figure it out it'd be cool if you could follow up here, what you want to do is a cool idea and I could definetely use it on my grid. I looked at the link tony provided but god damn it's way over my head.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top