-
Nevermind. Like most things, I figured it out by studying the code. :-)
2009-10-20 20:08:34 UTC in Rico - Rich Ajax Framework
-
Well, we tried. I don't use Firefox but have not found any unsurmountable problems in IE7 when I upgraded to 2.1.
2009-10-20 12:45:32 UTC in Rico - Rich Ajax Framework
-
Hi, I am working in a java/jsp environment and have made good use of the LiveGrid. Now I would like to use a Select FIlter on one of my grids but I cannot seem to find a good example of the required response xml to support this. Can anyone provide a simple example of the expected response xml for this? Thanks so much.
2009-10-19 21:41:53 UTC in Rico - Rich Ajax Framework
-
I had a similar issue and manage to get around it by
grid_options = {
visibleRows: -2,
and at the very end of the Rico.onLoad( function() {
I added....
myGrid.resizeWindow();.
2009-10-19 19:18:03 UTC in Rico - Rich Ajax Framework
-
is it possible to rearrange column order within a LiveGrid using drag and drop? If so, does anybody have any simple examples?.
2009-09-23 21:14:24 UTC in Rico - Rich Ajax Framework