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.


<<attachment: pagination.png>>

Reply via email to