Hey All,
         Any suggestions? Do I need to modify anything in sqlhtml.py file 
or other files? The application I created was with an older version of 
web2py. I am upgrading it so do I need to update or replace any files? css 
files etc ? 
Help would be much appreciated. 

Thanks, Rahul .

On Monday, April 1, 2013 3:21:09 PM UTC+5:30, Rahul wrote:
>
> Hi All,
>       I am trying to use jquery-ui with sqlform grid.
> Here is my grid code from my controller - 
> form = SQLFORM.grid( query=query, fields=fields, headers=headers,  
> orderby=default_sort_order, user_signature=False, create=False, 
> deletable=False, editable=False,  csv=False, maxtextlength=64, paginate=10 
> ,ui='jquery-ui',)
>
> Css files I am using is Jquery 1.8.16  - this is in my layout.html [which 
> for me is* isometric.html* under plugin\layouts directory]
>
> <link rel="stylesheet" href="{{=URL(r=request,c='static', 
> f='css/jquery-ui-1.8.16.custom.css')}}" type="text/css" media="all" />
> <script src="{{=URL(r=request, c='static', 
> f='js/jquery-ui-1.8.16.custom.min.js')}}" type="text/javascript"></script>
>
>
> *Issue -* I get vertical pagination numbers. Some .css file is really 
> making things worse for me. I tried deleting entire /* 
> *Grid */ - commented grid code from base.css file - clearing cache and 
> restarting web2py server many time to check if the pagination is gone. but 
> without success. Sample image attached. 
>
> Can anyone guide me ? What am I doing wrong or what needs to be 
> changed/fixed?. Web2py version 2.4.5, Win7, IE10 , (Also checked with 
> Firefox and Chrome - same results)
>
> Thanks,
> Rahul
>     
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to