Never mind, got it working, was just a stupid typo..
John said:
Post edited 11:35 – 22/10/2009 by John
Have you added styles, other then ui.jqgrid.css and the redmond ui files? If not try adding
html, body {
font-size: 75%;
}
Yes, I have one other css file, and I thought that might be causing problems, so I removed it, refreshed everything and it still has the big fonts.
Hi Tony,
I saw those functions but I don't know what to enter for the arguments,
content is obvious, but what do I put in for aIDs, p, insertselector etc?
You will have to forgive my ingorance on this, I just started using the grid and jquery a few days ago.
Thanks,
Snorkel
Never Mind, I got it working.
turns out the jqmodal stuff was not loading, then my CSS file was conflicting with the jqmodal one.
Firebug reports this error:
if(p.width==0||!p.width)p.width=300;if(p…offsetTop;}while(obj=obj.offsetParent);}
Tony,
The problem with that is the check box still checks itself when the user clicks the row, so many users will think that the row is selected.
A better solution would be to have a option where the row is considered selected only if the check box is checked.
Also the users of my app would probably complain about have to do
a CTRL click to select a row.
Any other ideas how to have a link in a column and seperate that click from the row select click?
Later,
Snorkel
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top