We tried this solution, but when we set cellEdit to true, we get an exception when clicking on a row.
Object doesn't support this property or method
e.stopPropogation()…
Any thoughts on a workaround or alternate solution until 3.6?
Thanks!
-CM
Hi,
returning to this post after few months
does the feature of client side pagination still not available ?
thanks !
If you use grid as a subgrid, you can create multiple levels. I have done this upto 3 levels
cvedovini said:
Hi,
Is there a way jgrid 3.5 can retain sort order of columns?
Like when the user sort a list, navigates away from the page and come back with the same sorting he left
Thanks
Hi,
i would be interested in the same functionality. A solution for this would be most appreciated!
Thanks
// Henryk
check http://www.trirand.com/blog/?page_id=393/help/jgridformat-is-not-a-function/
tony said:
Post edited 04:44 – 04/09/2009 by tony
Hello,
Load the language file before the jqGrid in script tag. See installation.
Regards
Tony
I have solved the error:
I just added jquery.js file and error is no more.
I am practising
Also – when the form does come up on the second click – it is essntially broken – meaning submit or cancel buttons do nothing. Strange – this is caused by disabling the dropdown in the fashion described above. Any alternatives please reply. Thanks.
thx, will try it.
Hi,
I've been thru similar problem but I get this solved thru providing the full url like:
http://www.abc.com/Home/GetStaffList
So far I didn't find any automatic solution for this but need to write some code for this. Currently whenever I deploy the site, I change url to full and then upload.
Although this is temporary solution but it will work
Regards
Hamid
i had a similar problem with my search filter form stuck behind the modal window. I had forgot to include jquery.searchFilter.css in my project. This file comes with the download of jqgrid. Once I added it to my project and referenced in in my header it worked.
Mike
I want to set any background color for any row.
Thank you.
thanks a lot,
the problem was in fact, caused by the event.
so the grid should be unloaded and created outside the open event !
Nevermind. Problem in setup. I was missing jqyuery.searchFilter.css from my project.
Nevermind, I've found a solution:
Open the themeroller css you want to use with your grid
Replace all occurences of
, .ui-
with
, #testcss .ui-
And all lines beginning with
.ui-
with
#testcss .ui-
Using the vim editor this can be easily achieved with the two commands:
:%s%, .ui-%, #testcss .ui-%g
:%s%^.ui%#testcss .ui
Once this is done, just put the grid inside
and you're done.
Thanks Rumen for replying so quickly,
I've already thought about the iframe hack, though it's psychologically hard to accept to regress so much considering that the application I'm working on is totally web 3.0 ready 😉
A good option for jqGrid would be the possibility to use of an arbitrary prefix for CSS selectors names, it'd be then easy to write a script that would quickly rename themeroller's CSS selector names to add this prefix.
Frederic
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top